Posts

Showing posts with the label CRM 30

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...