Get CustInvoiceTable in D365fo x++

 Get CustInvoiceTable  in D365fo x++


CustInvoiceTable custInvoiceTableV2(CustInvoiceJour _custInvoiceJour) { CustInvoiceTable custInvoiceTable; select firstonly custInvoiceTable where custInvoiceTable.RecId == str2int64(subStr(_custInvoiceJour.InvoiceId, 2, strLen(_custInvoiceJour.InvoiceId))); return custInvoiceTable; }

Comments

Popular posts from this blog

D365FO – AX – X++ –Refresh, Reread, Research, and ExecuteQuery

Create Inventory Journal through Code in D365FO X++

SalesLine Reservation in D365fo x++