SQL View Showing Serial Number Allocated to SOP from POP in Microsoft Dynamics GP
A recent project required a report of serial numbers received into Microsoft Dynamics GP on purchase orders and to which sales transaction they’d been…
A recent project required a report of serial numbers received into Microsoft Dynamics GP on purchase orders and to which sales transaction they’d been…
The standard (and for what I can see most used) way of using Dynamics 365 Business Central APIs is by sending an HTTP request…
Dynamics 365 unified service desk enables users to compose emails in a separate popup window. Every time an agent is composing an email within…
Requirement – D365 FO – GENERATE NEXT NUMBER SEQUENCE IN X++ USING NUMBERSEQ CLASS The post D365 FO – Generate next Number sequence in…
We can RetrieveTotalRecordCount Function we can get the total number of records for an entity (works for more than 50000 records) For e.g. https://[orgname].crm.dynamics.com/api/data/v9.1/RetrieveTotalRecordCount(EntityNames=[‘lead’,’contact’,’account’,’incident’])…