Hi,
I am new to Microsoft Dynamics AX Retail Development. I am working on Microsoft Dynamics AX 2012 R3 CU8, I have added multiple custom fields on the RetailTransactionTable to fetch more information from the POS Terminal for each transaction. I did the following:
1- Added the fields to RetailTransactionTable
2- Added the same fields to RetailTransactionTableT
3- Updated the Retail Channel Schema to map the new fields (Table & Temp Table)
4- Modified the RetailCDXChannelSpecificData_AX63 to Download and Upload the new fields
5- Altered ax.RetailTransactionTable table and its View in POS local databases
6- Generated Incremental & Full CIL in Microsoft Dynamics AX
Just for testing, I had set a default value for these fields in the local database to see if the values will get sync to AX or not, and that worked as required; all values were in AX after I uploaded the transactions from all channels to AX (Distribution Schedule)
The problem here is that I am not able to see the attributes in Retail SDK for RetailTransaction or POSTransaction entities.
Please let me know if I am missing anything here.
Thanks.
Regards,
Khatib