Get related fields from parent lookup field in D365 using Xrm.WebAPI JavaScript
Get related fields from parent lookup field in D365 using Xrm.WebAPI JavaScript Read More »
We recently had a requirement to export user audit log so see which users access the D365 CE. As we aware we cannot export these directly from D365 CE. After some googling, we came across this fetchXML code which can retrieve the user access audit logs After this code, we then went onto using fetchXML,
Export User Access Audit Logs Read More »
Entity Status (statecode) Status Reason (statuscode) Account (account) 0 Active 1 Active 1 Inactive 2 Inactive Activity (activitypointer) 0 Open 1 Open 1 Completed 2 Completed 2 Canceled 3 Canceled 3 Scheduled 4 Scheduled Appointment (appointment) 0 Open 1 Free 2 Tentative 1 Completed 3 Completed 2 Canceled 4 Canceled 3 Scheduled 5 Busy 6
D365 CRM – State / Status codes Read More »
Initialize a Variable 2. If we run the flow and look under in the outputs so we can get the formattedValue of the lookup “_ak_companyname_value@OData.Community.Display.V1.FormattedValue” 3. We will then Set the Variable that we have initialized above with the below function 4. Running the flow we will be presented with the below outputs.
Get a D365 CE/CRM Lookup field text value in Power Automate Read More »
getFormTypes – Gets the form type for the record. Form Type Value Undefined 0 Create 1 Update 2 Read Only 3 Disabled 4 Quick Create 5 Bulk Edit 6 Read Optimized 11 Usage:
JavaScript – getFormTypes Read More »
Source Method 1: Delete bulk email and workflow instances using a bulk deletion job Go to Settings > Data Management. Choose Bulk Record Deletion. In the menu bar, choose New. This opens the Bulk Deletion Wizard. Choose Next. In the Look for list, select System Jobs. In the search criteria area, add criteria similar to the following:System Job Type – Equals – Bulk E-mail; Workflow;Status Reason – Equals – SucceededCompleted On – Older Than X
How to reduce storage space on Dynamics 365 version 9> Read More »
How to retrieve Optionset Label in Power Automate triggerBody()?[‘_new_optionsetfieldname_label’]
Retrieve Optionset Label in Power Automate Read More »