Tuesday, September 26, 2017

DAX Create and Update and Posting Class for documents

Default Framework Classes
SysOperationServiceController
FormLetterServiceController
FormLetterService
FormLetterContract
FormLetterParmData
FormLetterProvider
FormLetterJorunalCreate/Post/Print


Purchase order
PurchTableType and PurchLineType
purchpurchorderjouranlcreate
purchreciptlistjournalpost
purchpackingslipjournalpost
purchinvoicejournalpost
PurchFormLetter
And all Inherit Classes from PurchFormLetter

Sales Order
SalesTableType and SaleslineType
SalesFormLetter
And all Inherit Classess from SalesFormLetter

Ledger Posting(GL)
LedgerVoucher
LedgerVoucherObject
LedgerVoucherTransObject
LedgerJournalCheckPost

Inventory
JournalCheckPost
InventoryJournalCheckPost
InventMovement
InventUpdate
InventUpd_Physical
All classess starting with InventUpd*
All classess starting with InvMov*

Project
ProjTrans
ProjTransPosting
ProjJournalCheckPostJourPost
ProjFormLetter
ProjPeriodPostingLedger
ProjPeriodPostingSelect
ProjPeriodPostingSelectCost_* (All class start with)
ProjPeriodPostingSelectSales_* (All class start with)

No comments:

Post a Comment

Copy Markup charges while posting purchase invoice using X++

 Copy Markup charges while posting purchase invoice using X++ Class: Important: Code logic is just for Reference.  New class => Duplicate...