How to get Form data source field method COC current record:
FormDataObject dataObject = any2Object(this) as FormDataObject;
FormDataSource dataSource = dataObject.DataSource();
CustGroup custGroup = dataSource.cursor();
This blog is for Dynamics AX (AXAPTA) Developers,this will help you for your development issues. This site contains some Microsoft Dynamics AX X++ Codes for use in your day to day use.
Please click her for MS reference file Below is the out of the box example reference and code. SalesInvoiceJournalPostSubBill_Extension->...
No comments:
Post a Comment
Give me the commetns and solutions