Hi,
I am new to Dynamics AX and I am unable to understand few things in coding as I started learning AX. I am not from a coding background please guide me here or could you please refer me a book or channel where I can get in depth knowledge on these codes.
These are few lines of codes from Contract, DP ,UIbuilder and Controller classes, where I am unable understand how they work in current code and purpose of calling these methods and Classes
1.DP_CustVendContract contract = this.parmDataContract() as DP_CustVendContract;
2. contract = this.dataContractObject()
contract = this.parmdataContract()
3.SysTableLookup sysTableLookup;
sysTableLookup = SysTableLookup::newParameters(tableNum(HL_HospitalTable), santoshlookup);
4.public static void main(Args _args)
{
ItemTransactionSummaryController controller;
controller = new ItemTransactionSummaryController();
}