
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