Hi,
I am currently working on a project where I need to convert ax 2009 Retail POS customization into AX 2012 Retail POS customization, I am working on a Loyalty Service add-in, I am doing with most of the work, but having issue with the following piece of code:
CardInterface.CardInfo crd = new CardInterface.CardInfo();
crd.CardNumber = textBox1.Text.Substring(2, 16);
In AX 2009, we had CardInterface.dll, but in AX 2012 I think these dlls have been replaced with a single dll Microsoft.Dynamics.Retail.Pos.Contracts.DLL
I've added a reference to Microsoft.Dynamics.Retail.Pos.Contracts.DLL, I can also see an ICardInfo interface in intellisense here: Microsoft.Dynamics.Retail.Pos.Contracts.DataEntity.ICardInfo
But I am unable to figure out how can I initiate this so I can use the crd.CardNumber
I have had this issue before too where I need to initiate blank operations dll from another service, but I could not do it and had to replicate the whole functionality in that dll again.
Any Help would be very much appreciated
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (