简体   繁体   English

从暂停的交易中提取项目行,Microsoft Dynamics 2012 ax for POS零售

[英]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. 我在Microsoft Dynamics AX for Retail POS下使用,并且遇到了问题。

I'm wokring on a form that retrieive the suspended transactions filtred by the customer that i put in the BlankOperations project. 我正在使用一种表格,该表格可以检索我在BlankOperations项目中放置的客户过滤掉的暂挂交易。

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 . 经过一些研究,我发现这些行以十六进制格式存储在数据库SALESTRANSACTIONTRANSACTIONDATA字段下。

When i convert the TRANSACTIONDATA to string i get a XML String . 当我将TRANSACTIONDATA转换为字符串时,我得到了XML String

Now i'm asking if is there a way to retrieve the transaction lines based on the sdk retail. 现在,我问是否有一种方法可以根据SDK零售来检索交易行。

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 . 我不确定您要从行中获取什么,但是可以从基本表( RETAILTRANSACTIONTABLERETAILTRANSACTIONSALESTRANS

Note that the RETAILTRANSACTIONTABLE is a multi purpose table, which stores every "transaction" generated in the POS. 注意RETAILTRANSACTIONTABLE是一个多用途表,它存储POS中生成的每个“事务”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从Dynamics ax 2012检索客户完整数据,并在MVCproject中显示 - Retrieve customer full data from Dynamics ax 2012 and show it in MVCproject Microsoft Dynamics 365零售API - Microsoft Dynamics 365 for Retail API Dynamics AX 2012 C#编译警告 - Dynamics AX 2012 C# Compilation Warning Dynamics AX 2012 DLL配置文件未更新 - Dynamics AX 2012 DLL config file not updating Dynamics AX 2012:动态创建一个类 - Dynamics AX 2012: Dynamically create a class 如何使用microsoft的Dynamics AX类? - How to use microsoft's Dynamics AX classes? Microsoft Dynamics AX Windows 8应用程序连接到AOT - Microsoft Dynamics AX Windows 8 App connect to AOT 将值传递给某些StringEdit,从一个窗体传递到Dynamics ax 2012上的另一个窗体 - Pass values to some StringEdit from a form to another form on Dynamics ax 2012 在验证我的 wcf 服务中的 AX 服务器域、用户名和密码等凭据后,下载 Microsoft Dynamics AX 2012 服务 wsdl 元数据 - Download Microsoft Dynamics AX 2012 service wsdl metadata after validating credentials like AX server domain, user name and password in my wcf service 如何在AX 2012 POS中扩展“撤回交易”屏幕 - How to extend “Recall Transaction” screen in AX 2012 POS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM