No posts with label X++ find. Show all posts
No posts with label X++ find. Show all posts
Subscribe to:
Posts (Atom)
Workflow Approver Name For PurchRequsition Order
For First Approver, this.workflowApprover(purchReqTable.RecId); public void workflowApprover (RecId _recId) // Requsation Table RecId ...
-
From Tax Document You have to Use TaxDocumentLauncher Class. this.taxData(purchReqLine,purchReqHead); public void taxData(PurchReqLine ...
-
First Set a global Variable, public SysLookupMultiSelectCtrl multicltrl; Create Lookup method to get the value in field, public ...
-
display EDT getSum(EDT ID ) { Table table; EDT field; select Sum(Field) from table where t...