Category Archives: Workflows

Programmatically create folders and upload files in SharePoint Server 2013 through Plug-in/Workflow

Introduction: Dynamics CRM has native integration with Sharepoint so that Sharepoint can be used as the document management tool for Microsoft Dynamics CRM. The Document management integration however is restricted to associating Dynamics CRM Records to Sharepoint folders and displaying them from within Dynamics CRM. All files need to be uploaded manually by the user… Read More »

Using “PreEntityImage” and “PostEntityImage” in Workflows

As we all know that we can always read Pre image and Post image in the plug-in for various purpose. However, in workflow, we may sometimes want to read Pre Image for some purpose. Now we can also read Pre Images and Post Images in the workflow using Execution Context. It uses the same Plug-in… Read More »

Different operators used with workflow

There are six different operators used in e workflow. 1. Set to: This operator is used to set value of the field of any data type. 2. Append with: This operator can only be used with text field. It will append specified field’s value or the default value to the existing value. This operator has… Read More »