In the previous article Transition Between Dynamics 365 Business Process Flow Stages using a Workflow Activity and C# – Part 2, I showed you how create a custom workflow activity for
In the previous article Transition Between Dynamics 365 Business Process Flow Stages using a Workflow Activity and C# – Part 2, I showed you how create a custom workflow activity for
I listened with interest to Steve Mordue on the MS Dynamics World podcast today about his views on the recent announcements at the NAV Directions conference last week. Steve is
I listened with interest to Steve Mordue on the MS Dynamics World podcast today about his views on the recent announcements at the NAV Directions conference last week. Steve is
Okay, I know I just wrote about AppSource last week, but the AppSource team launched a new capability for partners today that does not require you to build an App.
Hi, Sharing a sample code to retrieve more than 5000 records using the Fetch XML. Version 1 : private List<Entity> GetTotalRecordsfromFetch(string fetchXML, IOrganizationService orgService) { List<Entity> lstEntity = new List<Entity>();