简体   繁体   中英

Retrieve item lines from suspended transactions, Microsoft Dynamics 2012 ax for POS RETAIL

i'm under Microsoft Dynamics AX for Retail POS and i'm facing an issue.

I'm wokring on a form that retrieive the suspended transactions filtred by the customer that i put in the BlankOperations project.

I was able to get the list of suspended transactions by customer but i can not find a way to retrieive the lines of each transaction.

After somes researchs i discover that the lines are stored in a Hexadecimal format in the database under the TRANSACTIONDATA field of the table SALESTRANSACTION .

When i convert the TRANSACTIONDATA to string i get a XML String .

Now i'm asking if is there a way to retrieve the transaction lines based on the sdk retail.

i put a screen so you can more understand what i am trying to do.

best regards 在此处输入图片说明 在此处输入图片说明 在此处输入图片说明

I'm not sure what you wanna fetch from the lines but you can start from the base tables, which are RETAILTRANSACTIONTABLE and RETAILTRANSACTIONSALESTRANS .

Note that the RETAILTRANSACTIONTABLE is a multi purpose table, which stores every "transaction" generated in the POS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM