dynamics crm - Update Custom Entities in MS CRM 4.0 via Custom Workflow -


I have created a custom unit in MS CRM 4.0 and I am trying to update some features via custom variables I am met. I have read through several forums and blog posts and still are still confused about how a custom unit is used and updating some of their features.

How I was allocating the CRM, instead, created a custom unit, because our company has specific business rules that were not doing CRM. When a task is completed on an event, I want to update an attribute in the custom unit with the working period.

In the custom workflow when you use the CRM web service, you must use the dynamic entity object. Workflow reference webservice is just an ICRM service, so it does not know about your specific customization here is a beautiful sample:

I think you can use CRM web services as a web reference of your workflow project Then you will have firm object for your custom organizations, I have never done it for my custom workflow, but it has access to CRM Works for other custom apps that went on.


Comments