Pages

Search

Microsoft CRM - "History" feature for CRM

Microsoft CRM - "History" feature for CRM


"History" feature for CRM

Posted: 30 Jun 2005 11:48 AM PDT

Yes, this is what I also think... I can easily imagine the database growing
and growing ...
Well, thanks again Peter!

"Peter Lynch" <com.SPAMFREE> a écrit dans le message de
news: phx.gbl... 


"Microsoft Search" event filling up log

Posted: 30 Jun 2005 11:19 AM PDT

Its not an error though, just information that the Microsoft Search service
completed a process, which is absolutly fine, and is required for CRM, but
its a useless message,....I don't need an event that shows me things are ok,
I need warnings and errors, and this event type floods the log and doesn't
allow that :(

You can view the server in SQL Enterprise Manager, but theres no option to
either slow down the interval, much less lower the event threshold (like you
can in exchange). According to the usenet post, it seems that this option is
likely in the 2005 version of SQL, but I can't confirm this....


-Gary

"Mathieu Cloutier" <com> wrote in message
news:phx.gbl... 


CRM system Usage monitoring

Posted: 30 Jun 2005 09:11 AM PDT

Take a look at Vast's add-on (www.vscrm.com). It is supposed to handle
auditing functions for CRM activity.
--
Matt Wittemann
http://icu-mscrm.blogspot.com


"Cirrus" wrote:
 

T-SQL for state and status codes

Posted: 30 Jun 2005 08:16 AM PDT

U da man...
Thanks.

"Peter Lynch" wrote:
 

View of Contacts Associated to Account

Posted: 30 Jun 2005 06:39 AM PDT

Thank you. I didn't realize the view from account/contacts as the same as
contacts. Worked perfect.

Thanks again.

"Daniel Rodriguez" wrote:
 

Missing Microsoft CRM Key

Posted: 30 Jun 2005 05:24 AM PDT

This typically means that you have not installed the CRM Exchange ROuter. This
is required to send email.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Thu, 30 Jun 2005 13:24:19 +0100, "Joe Spenceley" <com> wrote:

Hi,

Learning my way around Microsoft CRM when I got the following message.

'Missing Microsoft CRM Key'

This came up after I.

Opened an account.
Clicked Send Email
Clicked on Send.

Any ideas why and how to fix this?

Cheers,
Joe
when I attempted to send an email to an account


Send a CRM Email

Posted: 30 Jun 2005 12:50 AM PDT

Hi Michael,

One way to do it, is to go to the contacts view, using the Microsoft CRM
shortcuts installed when installing the Sales For Outlook client, end sent
the e-mail using te Action drop-down the top left part of the list while the
contact is selected.

If you want to send the e-mail using the CRM-toolbar in Outlook, you have to
synchronise the CRM contact to your Outlook Contacts list.

Regards,
Henning B. Jespersen
(WM-data, Denmark)


"Michael MARTIN" <microsoft.com> wrote in message
news:com... 


onchange with lookup fields

Posted: 30 Jun 2005 12:47 AM PDT

Here is the code. Hope it will help:

//================================================== ================
<script language="javascript"
src="/_controls/lookup/Lookup.js"></script>
<script language="javascript"
src="/_controls/lookup/LookupDialogs.js"></script>

<script language="javascript">
function SetProductIdLookupValue(productId,productName){

var lookupField;
var lookupItems = new LookupItems();
var lookupItem = new LookupItem();


//productId - GUID
//productName - Name/Description that actually shows up on the lookup
field
//Note that Wherever 1024 is used appropriate objecttypecode should
be used eg: 1088 for SalesOrder
//Even in html, the icn file would be ico_16_OBJECTTYPECODE.gif eg:
ico_16_1024.gif

lookupItem.id = productId;
lookupItem.name = productName;
lookupItem.html = "<IMG class=lui src=\"/_imgs/ico_16_1024.gif\">" +
productName;
lookupItem.type = "1024";
lookupItem.values = new Array();
lookupItem.keyValues = new Array();

lookupItems.items.push(lookupItem);

lookupField=crmForm.productid.previousSibling.getL ookupField();
BuildField(lookupField, lookupItems);


crmForm.productid.value = productId;
crmForm.productid.otype = "1024";

}
</script>
//================================================== ================

Good Luck!

Thanks,
Maruf

On Create Workflow not working

Posted: 29 Jun 2005 01:44 PM PDT

OK, I realized what I was doing wrong. I had worflow rules using the
Complete and stop processing function after an IF statement instead of just
Complete. THe Complete and stop processing rule, stops any further rule from
running. My mistake.

"Reichert" wrote:
 

Default View Advanced Find

Posted: 29 Jun 2005 11:16 AM PDT

Great tip!

But remember, this is a customisation classified by Microsoft as not
supported, and hence it may not be upgradable to the next version comming
late this year.

Regards
Henning B. Jespersen
(WM-data, Denmark)


"Pascal van Paridon" <Pascal van microsoft.com> wrote in
message news:com... 


SFO doesn't work after installed. [Home] is blank.

Posted: 29 Jun 2005 09:25 AM PDT

C:\Program files\Microsoft SQL Server





"CEO" <com> skrev i en meddelelse
news:com... 


Can't Login to CRM

Posted: 29 Jun 2005 04:09 AM PDT

Thanks Jeff, nice to know i'm not the only one with this problem. I'll let
you know if i manage to solve it.

"com" wrote:
 

Cisco IPCC integration

Posted: 28 Jun 2005 10:07 PM PDT

Thanx a ton. That helps!

---
Regards

Parasuraman

Henning B. Jespersen wrote: 

Passing Parameters to asp page – Please Help

Posted: 28 Jun 2005 10:01 PM PDT

Thanks for the reply. I am not familiar with xml parsing in c#, can you
point me to a link or example that would allow me to preform this action.
Thanks again.... eric

"Matt Parks" wrote:
 

CRM Sales for Outlook - Can you create or look at Cases?

Posted: 28 Jun 2005 03:06 PM PDT

Is there a 3rd party application that might address this need in the
short-term?

--
GT


"GT" wrote:
 

When the customer's phone come in, I wish the CRM service/CASE pop

Posted: 28 Jun 2005 09:19 AM PDT

This can be achieved by having MS CRM integration with a CTI solution.
CTI will integrate voice and data and populate it on the MS CRM screen,
with appropriate integration

---
Regards

Parasuraman K

Uninstalling CRM under a different profile

Posted: 28 Jun 2005 08:29 AM PDT

Hi.



We had an similar problem, and finally got the SFO and local database off.
We removed all files in c:\program files\microsoft CRM and all the local
database files. Then we cleaned the registry with Ace Utilities.



A lot of work. It would have bin faster to delete the partition on the local
computer, install Windows, Office and SFO.



Jacob Mondrup

IT Manager, Cultivator Denmark


"STH" <microsoft.com> skrev i en meddelelse
news:com... 


Microsoft Business Solutions Certified Professional

Posted: 28 Jun 2005 07:41 AM PDT

Not as far as I know - let me know if you find out!

"Nidhi Dham" <microsoft.com> wrote in message
news:com... 


Change of BU in MS CRM

Posted: 28 Jun 2005 06:23 AM PDT

GREAT. :-))

Thanks a lot!

Jacob


"Michael MARTIN" <microsoft.com> skrev i en
meddelelse news:com... 


Inserting notes

Posted: 28 Jun 2005 05:52 AM PDT

I would stay away from using the DMF to add data to existing records. As you
noted, it is designed for conversion purposes and does not work well for this
type of processing. You could do this with something like Scribe or SDK calls.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Tue, 28 Jun 2005 23:01:02 -0700, "Mikkhail"
<microsoft.com> wrote:

But is it possible to use Data Migration Framework to insert notes? I read
DMF is intended only for initial data to migrate. If I run DMF on existing
data, will it corrupt any of the existing data?

Thanks, M

"mattg" wrote:
 

Advanced search with criterias from Account and contact

Posted: 28 Jun 2005 01:38 AM PDT

Mattias,
Several ISV's have this capability, but FYI, MS has already demoed that
they are adding this to CRM 2.0. HTH,
Dave

-------------------------------------------------
David L. Carr, President
Visionary Software Consulting, Inc.
Main #: 971-327-6944

To download a fully functional trial version of VAST, the Visionary
Audit System Tools for Microsoft CRM, visit
http://www.vscrm.com/trial.htm
Partners, be sure to come by booth #806 at the WPC to see our new VAST
Insights historical data query tool in action!

Required Fields

Posted: 27 Jun 2005 03:15 PM PDT

Erin,
If at least one address type will always be required, (and if these are
the only three you are looking at storing) you might be able to get
away with just setting the 'Business Required' flag on a picklist
called 'Address Type'.
HTH,
Dave


-------------------------------------------------
David L. Carr, President
Visionary Software Consulting, Inc.
Main #: 971-327-6944

To download a fully functional trial version of VAST, the Visionary
Audit System Tools for Microsoft CRM, visit
http://www.vscrm.com/trial.htm
Partners, be sure to come by booth #806 at the WPC to see our new VAST
Insights historical data query tool in action!

Primary Contact for Opportunity

Posted: 27 Jun 2005 10:56 AM PDT

You aren't going to get the stock app to do what you want it to do. If you
really need this, then you need to look into the SDK to see how you might
acccomplish it there, but I think you are in for a lot of rad blocks.

Why does the client insist on the Oppy being tied to the Account? Having it
tied to the Contact is the designed solution for this.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Tue, 28 Jun 2005 12:48:01 -0700, "Voni" <microsoft.com>
wrote:

Hi Dave and Matt,

Our customer does want the Opportunity linked to the company record, but
also needs to have the contact information available to them. On the
Administrative page there is a link to the lead record, but not the contact
created.

I tried to map from the lead record to the opportunity record the Contactid.
It wasn't successful, so tried from the contact record to the Opportunity
record....still not right.

Can I just add to the Opportunity mapping or schema the contactid, and show
it in the opportunity screens?



"Dave Carr (dave- no com" wrote:
 

Adding tabs to a form

Posted: 27 Jun 2005 10:30 AM PDT

Thanks a lot for this information, Dave. It'll help me with my
customization. :)

Mathieu.

"Dave Carr (dave- no com" <com> a écrit dans le
message de news: googlegroups.com... 


Users experiencing Slowness @web client

Posted: 27 Jun 2005 09:31 AM PDT

DNS DNS DNS
"Venkat Bendalam" <microsoft.com> wrote in
message news:com... 


Microsoft Word - Eliminating blank lines in mail merge if fieldis empty

Microsoft Word - Eliminating blank lines in mail merge if fieldis empty


Eliminating blank lines in mail merge if fieldis empty

Posted: 28 Nov 2014 01:36 PM PST

I am using Word 2013, part of office 365. I have been attempting to create several custom labels. The problem arises when a field is empty and on a line by itself. When I attempt to print the document, a blank line is printed where the field was positioned.


I want Word to ignore blank filed and NOT insert a blank line. I have found several conflicting suggesting for older versions of Word, but none for the 2013 version. I would have thought that Word would have a built in function to accomplish that, but evidently not.

I am open to suggestions. Thanks!

How can I transfer Office 2010 to a new computer?

Posted: 28 Nov 2014 01:14 PM PST

Split from this thread.

I have Microsoft Office 2010 on one laptop and now have purchased a new computer. How can I install the Office 2010 on the new computer with only the product key.

problem with word 2013

Posted: 28 Nov 2014 12:37 PM PST

Hi, I've just installed Office 2013 all work except word. When I start it up all is OK until I go to a blank page then Word comes up with "Microsoft Word has stopped working" and shuts down. This also happens when I try to open up old word documents, up the top of these documents it is in compatibility mode.

Endnote sequence out of order

Posted: 28 Nov 2014 11:20 AM PST

I have been creating endnotes in Word 2010. Suddenly, my endnote numbers jumped from 15 to 17. It won't let me change it to 16. I don't already have a 17th endnote.

I just bought new laptop, and when I try to open micro office it gives me error 771

Posted: 28 Nov 2014 08:29 AM PST

I am trying to open micro office on my new computer and it gives me error 771. I followed directions and hit start under manual for telephony, remote auto, remote connection and plug and play as help article suggested. still getting same error. what do I do?

Auto-numbering on Word 2013 acting very strangely

Posted: 28 Nov 2014 05:33 AM PST

Auto-numbering on Word 2013 is behaving very oddly. If I type in 4., 7., or 9., it works fine - it indents a little bit and makes it into an automatic list, that's fine. But if 1. is typed in, it indents in before the 1. as with 4. or 7. or 9. but then adds a massive indent after the 1. that I can't get rid of. 2. comes up bold and not indented. 3. and 5. bizarrely turn into a 4., 6. and 8. turn into 7., 10. turns into 9. and 11. turns into 10. After 11, it won't do automatic numbering at all. 

I've explained this as best I can but it is a very confusing, odd problem! I have no idea why it's suddenly decided to do this, I've had problems with auto-numbering previously with this version of Word but nothing as puzzling or bizarre as this. Hopefully someone can help me sort this - thanks. 

Word 2013 tables ****

Posted: 28 Nov 2014 05:20 AM PST

The tables in word 2013 are ****. You cant move the **** things and its all just load of **** ****, get a grip microsoft its absolutely ****!! How can I not move a table????? Why have you changed word to be even worse than what it already was

Microsoft Office 2010

Posted: 28 Nov 2014 05:12 AM PST

I have been using Microsoft Office 2010 for a few years and now I keep getting a notice to present a code. I have an ID no. but not a product no. What's going on here.  

Activation of Microsoft Office

Posted: 28 Nov 2014 04:43 AM PST

I just got a new laptop. There were built in microsoft offices. I entered the product key came with the laptop but i am unable to activate offices as it is saying that this product key can only be activated in certain geographical regions. Now tell me what to do to activate offices.

Lock a section of a word document without locking all headers & Footers

Posted: 28 Nov 2014 04:39 AM PST

Hi,

I am in the process of creating documents (using Word 2013) where there is a section of text that I am trying to lock from editing.

So far i have put the text i want locking into a separate section using continuous section breaks. 

I have then locked the selected that section using the review ribbon. 

All has worked fine except for the fact that every time I lock the one section, it is also locking all of the headers and footers throughout the document. 

I have an un-linked header on the first page (option selected to be a different header to rest of the document), which I require to edit each time. 

Is there any way to lock the section I wish without locking all of the headers and footers? 

 

I'm sure it is just an option i am missing somewhere, but I cannot for the life of me find it.

Thanks 

I would like to insert a space around my merge field

Posted: 28 Nov 2014 01:08 AM PST

I would like to insert spaces around my text when it is merged but I don't seem able to add switches in - can anyone help please?

This is what I have currently «HPP» but I would like to have HPP   in other words putting more space in the box

Thanks

Micheemoo

Erratic scrolling on Word 365

Posted: 28 Nov 2014 12:28 AM PST

In some of my documents, I am unable to scroll down without the programme 'taking over', and scrolling immediately through the document and onto a grey blank canvas.

I am then unable to scroll up without it forcing the screen back down to the grey 'page' (i.e. no editable work page). I can only return up by pressing CTRL Home, and the same happens as I try to scroll down.

This has happened on many, but not all, formatted documents.

I have had to resolve it by copying text from the document and replacing it in a new doc.

I use three different Mouses in different locations, so it isn't that (also, scrolling to an uneditable screen would point to this).

Please can you assist!

How to change parenthesis to Bracket in bibliography iso-690 numerical?

Posted: 27 Nov 2014 11:37 PM PST

How to change parenthesis to Bracket in bibliography iso-690 numerical?

Lost CD for Office 2002 but is on my hard drive ? - Microsoft Office forums

Lost CD for Office 2002 but is on my hard drive ? - Microsoft Office forums


Lost CD for Office 2002 but is on my hard drive ?

Posted: 26 Dec 2007 09:21 AM PST

If you locate winword.exe and double click does it run, or give the same
error?
If it gives the same error, then other than trying an earlier restore point,
assuming you are using winxp, then unfortunately you need a cd to repair
Office
PS MS does not support OEM software and the OEM only retains copies for a
certain length of time. The size as shown in Add/Remove cannot be relied
upon. Retaining the origonal cd's & making copies of these is essential.

"oceanconveyor" <microsoft.com> wrote in message
news:com... 


Microsoft Office 2003 Professional installation error

Posted: 25 Dec 2007 01:20 AM PST


I know.
It was this special package that I bought.
The package included 4 cds, one with each of the programs on.

Thank-you for replying.
I will have a look.


--
madjamonline
------------------------------------------------------------------------
madjamonline's Profile: http://forums.techarena.in/member.php?userid=38128
View this thread: http://forums.techarena.in/showthread.php?t=877801

http://forums.techarena.in

Identifing different Office CD's

Posted: 24 Dec 2007 06:02 PM PST


"Milly Staples [MVP - Outlook]"
<org> wrote in message
news:%23PH%phx.gbl... 
They 
others 

Spoken like a true greedy capitalist who cares about money over people. Even
if you are not American you sure mimic their values and hence are deserving
of the same contempt for profit over morals and ethics. The fact that most
companies offer the same "support" doesn't make it right, in fact makes it
even more contemptable.
 


Microsoft Office Tool Bar

Posted: 24 Dec 2007 05:08 AM PST

Hi P.,

The program that runs the Office Shortcut Bar (OSB) (Office XP/2002 and earlier) is MSOffice.exe which you should be able to use
from Start=>Run and then select the answer from the dialog that comes up that you want it to start when you start the PC. What that
in turn does is create a switch in the command line of the Office Startup Assistant (OSA.exe) to include starting the Office
Shortcut Bar. In Start=>Programs=>Startup, you should see, after completing the steps above, the Office Startup Assistant there.

Note that one of the reasons that the Office shortcut bar was no longer included, starting with Office 2003 is that it, like other
programs want to be 'on top' and the OSB didn't always 'win' (i.e. it could disappear, locked behind another utility).

============
<<"p.jayant" <in> wrote in message news:phx.gbl...
Microsoft Office Tool Bar



Where is the option to place the Tool Bar permanently on the Desktop?
Currently, the bar disappears when the Computer is turned off and I have to
use the Start Menu to place the MS Office bar on the Desktop, every time I
start the computer.



P. Jayant>>
--

Bob Buckland ?:-)
MS Office System Products MVP

*Courtesy is not expensive and can pay big dividends*



Which programs to remove before Office 2007 installation?

Posted: 23 Dec 2007 01:04 PM PST

Thanks for your reply. I did complete the installation, without any apparent
problem.

--
Geoff


"Srikanth" wrote:
 

removing office 2007 trial

Posted: 23 Dec 2007 12:03 PM PST

http://support.microsoft.com/kb/928218/en-us
maybe?

"dave" <microsoft.com> wrote in message
news:com... 


My Product Key

Posted: 23 Dec 2007 08:14 AM PST

Use the Telephone activation method

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"My Product Key" <My Product microsoft.com> wrote in message news:com... 

Ofice Enterprise 2007

Posted: 22 Dec 2007 06:53 AM PST

Explain configuration. Is it the Installer that wants to install or is it the program itself trying to configure the actual install

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"aspire 5610" <net> wrote in message news:com... 

MPX in 2003 and MindJet / Mindmanager. Microsoft Project

MPX in 2003 and MindJet / Mindmanager. Microsoft Project


MPX in 2003 and MindJet / Mindmanager.

Posted: 16 Nov 2005 01:56 AM PST

Gérard

I stand corrected :)

My notes on this are a disgrace

--
Regards


Chris Marriott - PMP MCSE MCDBA
UK - EPM Consultant & Trainer


"Gérard Ducouret" wrote:
 

project professional trial expired never even used it yet

Posted: 15 Nov 2005 06:43 PM PST

Mari,

1. Start / Run / Regedit
2. For Microsoft Project 2002 :
HKEY_CURRENT_USER\Software/Microsoft\Office\10.0\MS Project\Options\General
3. For Microsoft Project 2003 :
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\M S Project\Options\General
4. Dans le panneau de droite, Double Clic sur l'entrée FirstBoot
Dans la boîte valeur : remplacer la valeur 0 par 1

Gérard Ducouret

"Mari" <microsoft.com> a écrit dans le message de
news:com... 


export MS Project report to file

Posted: 15 Nov 2005 04:58 PM PST

Hi m,

Welcome to this Microsoft Project newsgroup :-)

Don't hold your breath! I've been asking Microsoft for this facility for
the 8 years I've been an MVP!

Please see FAQ Item: 16. Project Viewer.

FAQs, companion products and other useful Project information can be seen at
this web address:http://project.mvps.org/faqs.htm

Hope this helps - please let us know how you get on :-)

Mike Glen
Project MVP

m wrote: 



Unique Project Management and MS Project problem

Posted: 15 Nov 2005 03:30 PM PST

Hi Bob,

Indeed, when you say you don't want the solution as it is, there is no
solution left.
You don't want to measure the resources, well yhen you lose the weighting
factor (Work) Project applies.
Apply the right level of resources to each task, use all work related
measurements and forget about duration as a measurement: that is how Project
is conceived.
Good Luck!

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"Bob Inwater" <microsoft.com> schreef in bericht
news:com... 
detail 
second 
terms 
is 
since 


Custom Fields - Importing

Posted: 15 Nov 2005 12:50 PM PST

Hello Rick,
The pool file must be in read/write mode of course. So open it first.
The "Import Custom Field" button imort only the content of athe field in
question. Not its name.
The Organizer is more efficient for that : Tools / Organizer...

Hope this helps,

Gérard Ducouret


"Rick" <microsoft.com> a écrit dans le message de
news:com... 
here 
tasks 
default 
resource 
happened. 
pool" 
Only 


Can I attach a word doc to a project task?

Posted: 15 Nov 2005 12:30 PM PST

The short answer is yes. In Project Standard you can hyperlink to a
Word Doent through the Insert pulldown menu Insert => Hyperlink
(Ctrl + K). In the Professional version with Project Server, there are
several other options to connect Word files etc to a project.

Good luck.

--dwolf

When I update actual work in Project baseline updates, why?

Posted: 15 Nov 2005 11:21 AM PST

Never seen that.
Actual Work immediately updates Work, but I've never seen it update
BaselineWork
HTH

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"CJ" <microsoft.com> schreef in bericht
news:com... 
actual 


Resource pool changes schedule

Posted: 15 Nov 2005 10:22 AM PST

Just so you know, I believe you can link to the resource pool without opening
it. So the other person can use that pool and not have to open it as he/she
was instructed not to do.



"Tina S" wrote:
 

duration error

Posted: 15 Nov 2005 08:42 AM PST

Thanks. I love that it was that easy.

"Chris Marriott" wrote:
 

Remaining Work View

Posted: 15 Nov 2005 08:35 AM PST

Emma

I may be missing the point so please bear with me ...

You can add the remaining work column to the view (table)

Right click the column header where you would like to insert the new
information

Select the Remaining work field

If I have missed the point here please let me know ...
--
Regards


Chris Marriott - PMP MCSE MCDBA
UK - EPM Consultant & Trainer


"EmmaG25" wrote:
 

how can I set a printed Network Diagram properties ?

Posted: 15 Nov 2005 07:16 AM PST

If only I could import into VISIO !!!
--
Dave Eade
Global Project Solutions



"Gérard Ducouret" wrote:
 

I want to show a wbs structure as a picture like a network diagram

Posted: 15 Nov 2005 06:52 AM PST

Thanks Brian.

BUT, when I go to add/remove programs and MS Office Project Professional
2003, the options are 'MO Project for Windows', 'office shared features' and
'office tools' - I can't find any mention of 'toolbars' in any of these
'directories' - any ideas where it is ??
--
Dave Eade
Global Project Solutions



"Brian K - Project MVP" wrote:
 

Is there a Microsoft Project Viewer(free) available for download?

Posted: 15 Nov 2005 06:02 AM PST

Hi Maumau051 ,

Welcome to this Microsoft Project newsgroup :-)

Please see FAQ Item: 16. Project Viewer.

FAQs, companion products and other useful Project information can be seen at
this web address:http://project.mvps.org/faqs.htm

Hope this helps - please let us know how you get on :-)

Mike Glen
Project MVP

wrote:



How can I show roll-up by on the immidiate summary bar only?

Posted: 15 Nov 2005 03:28 AM PST

You need to individually set the summary bar to show it rolling up.
Another alternative is to create a new type summary bar from the format menu
/ barstyles for rolled up tasks that are flagged with a particular flag. I'm
not certain this will get exactly what you want, but it does offer a way to
control the display.

--
-Jack ... For Microsoft Project information and macro examples visit
http://masamiki.com/project
or http://zo-d.com/blog/index.html
..
"Chris Marriott" <com> wrote in message
news:com... 
level 
show 
the 
bars 
bar. 


Can cost/use be used differently

Posted: 14 Nov 2005 11:11 PM PST

The "cost per use" is attributed for each assignment to the task. You can
accrue it at the start, the end, or prorated. If you need to do it some
other fashion, break the task into smaller subtasks. If you have a 4 week
task with the cost accrued at the end of each week, make it a summary task
with 4 1-week subtasks. Assign the resource to the subtasks only, set the
cost-per-use to the weekly rate, and its accrual to the end of the task.

Do be very very careful - Project is a work scheduling and labour/material
resource cost estimating program first and formost. It is emphatically NOT
a cost accounting system and doesn't do a very accurate job of it -- in
fact, it completely ignores capital and cost of capital, opportunity cost,
ROI, etc so anything you do in that regard is a kludge with all the pitfalls
inherent in forcing a square peg down a round hole..
--
Steve House [MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs


"Steve NCC" <com.(remove)> wrote in message
news:com... 

Using colour blocks for the task names columns in Project?

Posted: 14 Nov 2005 02:30 PM PST

Hi cgorley ,

Welcome to this Microsoft Project newsgroup :-)

You might like to see FAQ Item: 37 - Custom Fields in Tables. FAQs,
companion products and other useful Project information can be seen at this
web address:http://project.mvps.org/faqs.htm

Hope this helps - please let us know how you get on :-)

Mike Glen
Project MVP
wrote: 



Project File Size Grows w/o Adding New Task

Posted: 14 Nov 2005 10:58 AM PST

I don't know of a way to prevent corruption other that what's in the FAQ. I
would immediately take another backup copy as your nightly backups are
backing up the corruption.

Maybe someone else has something to offer?


Mike Glen
Project MVP



Catfish Hunter wrote: 



How get row height to auto adjust for wrap text in merged cells

Posted: 14 Nov 2005 09:06 AM PST

Hi,

I thought so.
This newsgroup is about Microsoft project.
I'm sure there is a newsgroup on all Excel matters!

God Luck,

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"TZapata" <microsoft.com> schreef in bericht
news:com... 
an 


E2K7 Send As issue - Microsoft Exchange

E2K7 Send As issue - Microsoft Exchange


E2K7 Send As issue

Posted: 30 Dec 2007 02:25 AM PST

"Nicolas Macarez" <fr> wrote:

[ snip ]
 

Exchange, from its inception, was designed this way. It's not an E2K7
thing.
 

Or another user with that address.

--
Rich Matheisen
MCSE+I, Exchange MVP
MS Exchange FAQ at http://www.swinc.com/resource/exch_faq.htm
Don't send mail to this address mailto:com
Or to these, either: mailto:com mailto:com mailto:com

Forefront for Exchange 2007 SP1 How to recover or resend a quarantined file ( urgent )

Posted: 27 Dec 2007 09:34 AM PST

What about the report or quarantine section from within Forefront Security
Administrator console?
--
Firoz Rangwala


"SilverICE" wrote:
 

Users can see other's Inbox

Posted: 21 Dec 2007 10:50 AM PST

The "Authenticated Users" under advanced properties of the Mail Box Store
security tab in exchange system manager had "Send As" and "receive as"
permissions. I deleted "Authenticated Users" from those security settings and
I am back in business. thanks,
--
Pat


"Lanwench [MVP - Exchange]" wrote:
 

Still trying to move mailboxes

Posted: 21 Dec 2007 07:48 AM PST

What is the error when moving mailboxes?

Oliver


Public Folder Sticky Post

Posted: 21 Dec 2007 07:35 AM PST

Or look at Sharepoint.

--
John Oliver, Jr
MCSE, MCT, CCNA
Exchange MVP 2008
Microsoft Certified Partner


"JDA/FWISD" <microsoft.com> wrote in message
news:com... 


SP1 on Exchange 2007 ?? Any glitches

Posted: 19 Dec 2007 01:53 PM PST

We are running 2 CA servers, 2 HT servers, 2 UM servers, 1 dedicated PF
server, and a 2 node SCC cluster.

Make sure you have all prerequisites installed first!!! Upgrade Forefront
to latest build before applying SP1. Stop the Backup Exec Remote Agent
prior to installing.

The AD/domain preparation went flawless.

Installation of SP1 on the CA, HT, UM, and PF servers went quickly and
smoothly. However, here is what I found out.
SSL was turned back on for the default web site on the CA. We have it
turned off to enable port 80 connection and then we redirect to the https
site
The timing of the UM voice prompts has changed. We have assigned macros
to buttons on our phones and with the added delay in the voice prompts,
sending the digits too soon will trip up UM. So back to the drawing board
on those.

If installing on a cluster, make sure you get the specific release notes for
that.

Installation went extremely sloooooooooooooow on the first offline node. It
took over 2.5 hours. Patience served us well as it did complete
successfully. I think the problem was that I ran the installation from the
command line using a UNC location. On the second node I copied the files
locally to a temp drive and it completed within 10 minutes.

Since we have applied SP1, we have noticed that emails sent to comcast.net
addresses via our Blackberries have blank messages when the comcast user
views via the web interface. If we send from Outlook 2003 the comcast user
can view just fine.

So far that's our results. We did the upgrade on the 15th, so we're still
getting feedback.

Regards,

Alan


"Deb" <com> wrote in message
news:googlegroups.com... 


Are out of office replies dangerous?

Posted: 19 Dec 2007 01:36 AM PST

There is a small risk of a mail loop, but I wouldn't worry about that
because out of office notifications are sent only once, but the associated
rules can be dangerous, so you should still disable automatic replies and
forwards to the Internet. I still don't like allowing out of office replies
either, but Windows 2007 supports separate settings for internal and
external recipients, so that makes me feel better about it.

--

I will be out of the office from 5 December 2007 through 1 January 2008.
While I am vacationing at the North Pole, please drop by my house at 123 Any
Street, Anytown, USA and help yourself to anything you can find.

Attention spammers! You've hit a live mailbox! Tell your friends!

And to all of you fellow subscribers to the EITWML (Everybody In The World
Mailing List), I KNOW none of you care that I'm out of the office, but too
bad.
--
Ed Crowley
MVP - Exchange
"Protecting the world from PSTs and brick backups!"


"Rolston Holas" <microsoft.com> wrote in message
news:com... 


Redundant Exhcnage

Posted: 18 Dec 2007 08:02 PM PST

If you want to do this, you can do it simply with a Windows Server box
configured with the IIS SMTP service. If you configure it as your backup,
it can hold mail for the period you specify until the primary host is back
online. I would definitely not waste an Exchange license on this.
--
Ed Crowley
MVP - Exchange
"Protecting the world from PSTs and brick backups!"

"snakesboy" <com> wrote in message
news:googlegroups.com... 


Difference between System administrator mail account and postmaste

Posted: 18 Dec 2007 05:38 AM PST

Hi,

Thanks Waleed for your kind reply.
But can you provide me any KB article or steps to change the account name or
display name as you mentioned below.

Regards,
Shashi

"Waleed Omar" wrote:
 

Data missing from shared calendar

Posted: 18 Dec 2007 04:51 AM PST

D.Q. <microsoft.com> wrote: 

https://servername/otheruser/calendar ?
 

Honestly, I'm not sure - grasping at straws here. What about creating
another calendar in the user's mailbox and using it as a test?
 



Exchange and Apple OS X Server Mail Services (DNS issue?)

Posted: 17 Dec 2007 10:45 AM PST

Thank you! I will tell them both to try that. Hope that works.

"John Oliver, Jr. [MVP]" wrote:
 

Create a distribution list from a list of external addresses

Posted: 16 Dec 2007 03:39 PM PST

Just a one time dump. It is a list of external application users that once I
get the list created it can be maintained independently of the database.
Thanks...
--
Mike Bannister


"Bharat Suneja [MVP]" wrote:
 

Interested in Exchange?? to be used on SBS 2000

Posted: 14 Dec 2007 04:31 PM PST

He would if we upgraded the entire server software... too much involvement at
this point, I like what John has to say for this solution. But nomally I
would agree with you.

Thanks, Nathan.

"Nagangouda" wrote:
 

I need to Send a Copy of a Specific Outbound Email to Compliance D

Posted: 14 Dec 2007 08:17 AM PST

I will try the distribution list. Thanks for your help.

"Mark Arnold [MVP]" wrote:
 

How to setup and enable outbound email with Windows Server 2003

Posted: 13 Dec 2007 06:09 PM PST

On Dec 20, 8:47 am, Jack <com> wrote: 

Hi All !! so I followed the below, and the emails are ending up in
the BADMAIL folder after placed in PICKUP folder.. the email is
properly formatted - does anyone know why it may be failing ?

"The easiest way to send an e-mail message without a client is to drop
a properly formatted text file into the Pickup directory on the
server. RFC 822 defines the formatting standards for ARPA Internet
text messages. Following the guidelines in RFC 822 you can easily
create text files, that when copied into the Pickup directory, will be
delivered to the specified mailbox.

When you install the SMTP service on a Windows 2000 or 2003 server a
directory called Pickup is created under C:\Inetpub\Mailroot. Let's
look at an example.

Date: 27 Nov 2005 0852 GMT
To: "Fred Flintstone" lab
From: "Barney Rubble" lab
Subject: Interested in Bowling Tonight

Hi Fred,

Are you interested in bowling tonight?

Barney

Saving that text to a file and copying it to the Pickup folder would
send that e-mail message to Fred "

Shared Personal Folders with E2K7

Posted: 13 Dec 2007 01:12 PM PST

Many thanks Matthew - just whatI was looking for.
Merry Xmas.
Nicolas


"Matthew Millers" <id.au> a écrit dans le message de news:
%phx.gbl... 


How to get a 'month view' in OWA Calendar?

Posted: 13 Dec 2007 07:18 AM PST

You're on RTM.

For SP1, you can simply tell by looking at the OWA interface - if you have
Public Folders, or in Calendar if you have "Month" option in addition to
day, week... (amongst other tell-tale signs.. ).

The version (in Options -> About): Outlook Web Access version: 8.1.240.5
--
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------------------------


"dean.carrefour" <microsoft.com> wrote in message
news:com... 


Sharing & Distrib Lists

Posted: 12 Dec 2007 06:22 AM PST

Al wrote: 
I would also suggest using a public folder. Then you just have to get
clients to add it to their favourites to view it with their standard
calendar.

emails are now delivered with Kanji characters in the "from" field

Posted: 11 Dec 2007 01:05 PM PST

thanks John
--
A+, MCSE, CCNA, CCAI


"John Fullbright" wrote:
 

Out of office supported features

Posted: 11 Dec 2007 05:00 AM PST

Lanwench [MVP - Exchange] wrote: 
That's exactly what I was going to suggest. Outlook Anywhere is a great
tool. The only pain about it is that you can't get outlook to save the
password if you are using Basic Authentication. And you can't use NTLM
authentication unless you are running an ISA server.

Suggestions please

Posted: 10 Dec 2007 01:57 PM PST


"John Fullbright" <fjohn@donotspamnetappdotcom> wrote in message
news:%phx.gbl... 

Thank you, works like a charm.