热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

SyncData(Table)betweenAOS&RetailPOS

WehavearequirementtodownloadInventBatchTable(andsomecustomtables)toRetailPOSdatabases

We have a requirement to download InventBatch Table (and some custom tables) to Retail POS databases, i am looking for a solution (preferably official) to achieve this, please point me about Microsoft article or if anyone have achieved this, please share the methodology.

我们要求将InventBatch表(和一些自定义表)下载到零售POS数据库,我正在寻找一个解决方案(最好是官方的)来实现这一点,请指出我的微软文章,或者如果有人实现了这一点,请分享方法。

1 个解决方案

#1


1  

In order to do so, in AX, you have to add the table in location tables, do the mapping, and add it to your retail channel schema.

为此,在AX中,您必须在位置表中添加表,执行映射,并将其添加到零售渠道模式中。

Then, in your Retail channel DB, you have to modify the SQL scirpt to create the new table. Then modify the SQL scripts on the right entities to handle the new table properly.

然后,在零售渠道数据库中,您必须修改SQL scirpt以创建新表。然后修改正确实体上的SQL脚本以正确处理新表。

Then you have to handle it in your viewmodel, your model and then the layout. A good start is here: https://technet.microsoft.com/EN-US/library/dn720788.aspx Then follow the links.

然后你必须在你的viewmodel,你的模型和布局中处理它。一个好的开始在这里:https://technet.microsoft.com/EN-US/library/dn720788.aspx然后按照链接。


推荐阅读
author-avatar
皓月当空668
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有