Posts

Showing posts with the label PuchFormLetter

FormLetter class COC method in D365 X++

[ExtensionOf(classStr(PurchFormLetter))] final class PurchFormLetter_Extension {     static container checkParmTable(Num      parmId,                                            boolean  vendAccountInQuery,                                            boolean  invoiceAccountInQuery)     {         PurchParmTable                  purchParmTable;         P...