Expert Insights on Dynamics 365, Power Platform and CRM: Solutions, Tutorials, and Best Practices

Usage of args object in forms
Coding and Extensions
Saina Cloud Software Solutions

Usage of args object in forms in Dynamics 365 for Finance and Operations

internal final class POLUpdateAsDelivered { public static void main(Args _args) { if (_args.record() && _args.record().TableId == tableNum(POLMobileServiceTable)) { POLMobileServiceTable polServiceTable = _args.record(); //Current selected record from the grid. POLMobileServiceTable polServiceTableUpd

Read More »