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 »
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 »