Tech Support > Microsoft Windows > Windows CRM
Email using Workflows when a Activity created for a Case
Posted on October 18th, 2007 | 2 Comments

Hi, Thanks for the response. We need to check for all the cases. If any activity is created for a case, then an email has to be sent. "Shashi" wrote:

CRM Outgoing Mail
Posted on October 18th, 2007 | 2 Comments

On 16 Oct, 20:00, MD <M...@discussions.microsoft.com> wrote: I've reviewed that article and it appears correct, I can now confirm that all mail is heading out using the exchange server for SMTP....

Microsoft CRM Addon
Posted on October 18th, 2007 | 2 Comments

Thanks "Carsten" <Carsten@discussions.microsoft.com> wrote in message news:0C15995B-B6EF-49DA-BBE8-B9F38C316297@microsoft.com...

Cannot edit Business Unit Name
Posted on October 18th, 2007 | 1 Comments

The only way to do that in CRM 3 is to modify content of SQL Server table directly. It's unsupported but I know of a few instance where it's been done without any issues. Hope this helps. -- George...

CRM License Keys
Posted on October 18th, 2007 | 3 Comments

As Larry explained it will violate MAPS EULA. The good news is however that you can purchase additional licenses through one of the volume licensing programs and add them to MAPS CALs. E.g. if you...

Install error
Posted on October 18th, 2007 | 2 Comments

Just replied to a similar issue yesterday so it's cut and paste: Try resolutions outlined...

Restricting users from accepting a case
Posted on October 18th, 2007 | 2 Comments

Depends on what you consider "easiest". If there is a way to log this "easy" data on the Case form, you can use workflow to check for this "easy" value on the Case record using an Assign rule. On...

Removing a license
Posted on October 18th, 2007 | 5 Comments

Does anyone have any more specifics about the KB article for this fix (reclaiming licences from users who have been deleted in AD)? I have looked at KB 860612 and it is not quite my problem. I have...

Deployment Manager missing management tools
Posted on October 17th, 2007 | 1 Comments

What role do you have on server ? /Aamir

Notes from Tasks actioned in Outlook are not added to the task in
Posted on October 17th, 2007 | 2 Comments

Thanks Carsten. I found the mappings useful. However the fact remains that the Notes section of the task in CRM can't be addressed via Outlook. Maybe someone from Microsoft will pick this up as a...

installing an Hebrew version of CRM 3 over an English version
Posted on October 17th, 2007 | 0 Comments

Hello, We have an SBS 2003 with en English CRM 3 installed on it. We just received from Microsoft a CD with a localized Hebrew version of CRM 3. We have an image of the server running on a VPC for...

Assigning records in Offline Mode
Posted on October 17th, 2007 | 1 Comments

Hi Maya, just check this http://msmvps.com/blogs/sbs/archive/2007/01/25/understanding-what-can-go-offline-with-the-crm-laptop-client.aspx sorry for that. ;-) Best regards "Maya" wrote:

Set two fields equal to each other
Posted on October 17th, 2007 | 2 Comments

You guys are awesome! Here is the working code to get both fields identical. I ended up placing the code in both the onLoad and onSave event to accomodate for the previously created accounts. var...

Set two fields equal to each other
Posted on October 17th, 2007 | 0 Comments

Hi, If you want the two values to be similar, you can write it in the onChange event of that field Say you want the value of your custom field to be always equal to the value in totalnofemp...

Advanced find, and the grouping and ungrouping of clauses
Posted on October 17th, 2007 | 1 Comments

On Oct 15, 8:59 pm, SKaufmann <SKaufm...@discussions.microsoft.com> wrote: Yes, I have experienced this today and am still searching for an answer.

How to Creaate Relationships in CRM programatically
Posted on October 17th, 2007 | 1 Comments

You cannot directly create relationships in CRM 3.0 via the SDK; the only way to create them is by importing an xml customisation file, which can be automated via an ImportXml...

Cannot see icon in all the areas.....
Posted on October 17th, 2007 | 1 Comments

Sometimes the icon will not propegate to all areas of the application until you restart the IIS. This usually solves the issue. "badri1203@gmail.com" wrote:

How to send lead (or other entity) information outside CRM
Posted on October 17th, 2007 | 3 Comments

how about creating an email template for lead with slugs and using that in workflow. "uMar Khan" wrote:

update field with workflow
Posted on October 17th, 2007 | 3 Comments

you can use slugs and create the desired text on the email form of workflow manager. why not try that :-) "Tango" wrote:

Question about workflow
Posted on October 17th, 2007 | 3 Comments

Check out the article that shows how you can tap into update events. http://blogs.msdn.com/crm/archive/2006/08/24/717334.aspx "missupport" wrote: