Hi,
Is this possible to call a on demand workflow through plug-in.
How do we call a workflow inside the plug-in.
Thanks,
*This post is locked for comments
Hi,
Is this possible to call a on demand workflow through plug-in.
How do we call a workflow inside the plug-in.
Thanks,
*This post is locked for comments
Have you looked at other CTI applications? Other providers can do the integration you want, and further improve your workflow with automation functionalities and extra features. That's what we do here at Tenfold. We're a certified Microsoft Partner and support MS Dynamics integration. You can check out the features we offer on this page: www.tenfold.com/.../dynamics
Here is a little code I found online and tried it myself
ExecuteWorkflowRequest request = new ExecuteWorkflowRequest()
{
WorkflowId = workFlowId,
EntityId = entityId
};
// Execute the workflow.
ExecuteWorkflowResponse response =
(ExecuteWorkflowResponse)service.Execute(request);
Create a filed and update it on your plugin, then make your workflow run also on update this field only :)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156