Below x++ code used to copy document from table to table or from record to another table
Control Datasource of ListPage form through ListPageInteractionClass
Create Sales Order X++
Create Purchase Order X++ and link matched Purchase Agreement Assume that ATOSMRTable hold information for the items lines that required to create purchase order lines…
Create and post product receipts of purchase orders in X++. The purchase order is created, lines added and the Approval status is “Confirmed”.
Get User from Worker in X++
Have you heard of System.Text.StringBuilder? It is a .NET class which specializes in faster string manipulation. Can we use it in X++? Is it faster? How…