2 posts / 0 new
Last post
Issue with opening PDL Process
We are unable to open the process and access the workflows for one of our PDL-MSCRMQBBidirectional
You voted 2. Total votes: 989

There was a problem in process definition XML where the chain was breaking for one of the particular workflow-QB item service to MSCRM Productt. It was not passing from QB customer to MSCRM account to QB item service to MSCRM product(There was spelling error which was changed from productt to product).

<state name="QBCustomerToMSCRMAccount" isActive="false" id="070E8C53">
........
.......
<transition to="QBItemServiceToMSCRMProductt" />

changed to

<state name="QBCustomerToMSCRMAccount" isActive="false" id="070E8C53">
........
.......
<transition to="QBItemServiceToMSCRMProduct" />

You voted 4. Total votes: 1074