Axapta/Dynamics Axe 中的主表/详细信息表单
如何在 Axapta/Dynamics Ax 中创建具有主网格和详细网格的主/详细表单,其中在主网格中选择记录会相应更改详细网格的内容?
How do I create a master/detail form in Axapta/Dynamics Ax, with a master grid and a detail grid, where choosing a record in the master grid changes the content of the detail grid accordingly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://daxdave.blogspot.com/2006/10 /creating-headerdetail-based-linkage-on.html
http://daxdave.blogspot.com/2006/10/creating-headerdetail-based-linkage-on.html
只是为了在詹姆斯的答案中添加一些内容,通常您只需查看现有的表单就可以找到您想要做的事情的示例。 您没有指定您使用的是 Dynamics AX 2012 还是早期版本,但如果是 2012,您可能希望构建 ListPage 和 Detail 表单。例如,查看 EcoResProductListPage 和 EcoResProductDetails 表单并查看他们如何连接。
Just to add a bit to James' answer, often you can find an example of what your trying to do just by looking at an existing form. You didn't specify whether you were working in Dynamics AX 2012 or an earlier version, but you'd probably want to build a ListPage and Detail form if it's 2012. For an example, take a look at the EcoResProductListPage and EcoResProductDetails forms and see how they connect.