How to extend "Recall Transaction" screen in AX 2012 POS

603 views Asked by At

I want to extend/customize the "Recall transaction" form. I didn't find "Recall transaction" form in SDK. Any clue/hint?

1

There are 1 answers

0
Rodolfo Recalde On

I also could not find any reference of "Recall Transaction form" in Retail SDK.

For this reason, I have decompiled the .dll POSProcess and found the classes, frmSuspendedTrans and frmSuspendedTransSearch, where I found the references to Recall Transaction form.

I think that this particular form is not available for editing (although I'm not 100% sure because I did not have time to search more).

Perhaps, you can create a new form and inherit some features of   LSRetailPosis.POSProcesses.frmSuspendedTransSearch.

If possible, open a incident at Microsoft. Any news, please, share with us.