skip to main
|
skip to sidebar
BBBlog
Thursday, September 15, 2011
Execute CRM workflow from C#
ExecuteWorkflowRequest request = new ExecuteWorkflowRequest();
request.WorkflowId = WorkflowId;
request.EntityId = contact_guid
ExecuteWorkflowResponse response = (ExecuteWorkflowResponse)Service.Execute(request);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2011
(5)
▼
September
(5)
How to easily create dependent Picklist(Option Set...
Execute CRM workflow from C#
Create word document and populate fields using mai...
Paper quilling basics
Download file from the C#.net
►
2010
(1)
►
April
(1)
►
2008
(3)
►
September
(2)
►
January
(1)
About Me
Brinda B. Popat
View my complete profile
No comments:
Post a Comment