Posts

Tips

1-FAT file system is not supported by CRM 30. Converting Fat32 to NTFS type "CONVERT : /FS:NTFS" in command Prompt.To Do this you should back up your IMPORTANT DATA. While updating your Office 2003 , Wizard may ask a file name path "sku011.cab" . This file is in Office 2003 CD.If you loose your cd.You have also a chance to update. Open Registery Editor . ( Start > Run > type 'regedit' ) Follow HKEY_LOCAL_MACHINE > Software > Microsoft > Office > 11.0 > Delivery You will meet 1 directory that is about your code .it is GUID number.Select this and find "CDCache" key which will probably be in right panel then set it into 0 (zero).PLEASE DO NOT FORGET Changing any value in REGISTERY EDITOR may cause serious PROBLEM ...

There is an Error on EventViewer about MSCRMFaxRouterService

If you get any error while receiving fax in Queue.You should be aware of owner queue is not marked as "Restricted Access User" in CRM 3.0 for SBS . This error about getting fax into "...\Microsoft CRM\Server\bin\fax\incoming" directory successfully without delivery to queue.You can also watch any failed faxes in "...\Microsoft CRM\Server\bin\fax\incoming\FailedDelivery" directory. Error looks like ; " Event Type: ErrorEvent Source: MSCRMFaxRouterServiceEvent Category: NoneEvent ID: 0Date: 14/06/2007Time: 13:31:37User: N/AComputer: xxxxxxxxxDescription:Microsoft.Crm.Tools.FaxConnectorService.FaxSinkServiceException: Failed to process fax file C:\Program Files\Microsoft CRM\Server\bin\fax\incoming\1C7AE6E52C646.tif in folder: [CRMServerUrl:'http://xxxxxxxxx:5555' Folder:'C:\Program Files\Microsoft CRM\Server\bin\fax\incoming'] (System.Web.Services.Protocols.SoapException: Server was unable to process request. at System.Web.Services.

Mapping between Quote Detail - Sales Order Detail or Sales Order Detail - Invoice Detail

You can not make any mapping between details entity via CRM UI such as Quote Detail - Sales Order Detail or Sales Order Detail - Invoice Detail. To do this ; First you have to be on Local Server that run CRM 30. Then browse to http://localhost/MSCRMServices/EntityMap.asmx address to handle Guid of entity by calling "RetrieveEntityMaps" Service. Next go to http://localhost/Tools/SystemCustomization/Relationships/Mappings/mappingList.aspx?mappingId= EntityGuid which is also retrieved. select fields you want to map. that's all...