If you are trying to post Sales order in Microsoft Dynamics axapta by code then you can use this code in job. SalesFormLetter SalesformLetterObject; SalesformLetterObject = SalesFormLetter::construct(DocumentStatus::Invoice); SalesformLetterObject.update(SalesTable::find("SONO10003")); Here SalesformLetterObject is object of SalesFormLetter class and its initialized by using construct method and Document status as Invoice passed. Same way you can use for packing slip and picking of Sales order. After post you need to call update to post Sales order transaction.
Microsoft Dynamics Ax,AIF,Axapta, Enterprise portal,,Microsoft , United State,U.S., SharePoint , BI Tools, Performance Tuning, SSRS,Business Logic,Ax ERP Errors and solution,Dynamics 365 Errors Solution,Business software .