Dears,
There is a table called PSAQUOTATIONTMP in AX2012R3, I added one new field called Name1. I use this field in insertPSAQUOTATIONTMP()[Related to PSAQUOTATIONDP RDP class]. So I can retrieve this field in my Project Report. My code as follows but it's not retrieving my desire field...
Table used in RDP class declaration[PSAQUOTATIONDP]:
DirPartyTable partyTable
InsertMethod[insertPSAQUOTAIONTMP()]
m_tPSAQuotationsTmp.Name1 = partyTable.Name;
Please Help me!
Thanks in advance!!!