我正在尝试在销售订单屏幕上包含客户价格类别。Price Class字段位于
Customer> Delivery Settings> Default Location Settings > Price Class我该怎么做呢?
发布于 2018-11-20 00:09:54
数据视图是在获取Location of location Sales Orders Customer的Sales Order中定义的。
价格分类ID存储在Location数据中心中。因此,您可以使用它来显示客户的价格类ID。
要实现这一点,您需要执行以下步骤:
Form添加到Form: Document并将DataMember设置为location

Price Class字段添加到新添加表单:

RenderStyle设置为Simple,这样它就不会将其呈现为表单:

完成这些步骤后,您将在Sales Order页面上看到Price Class字段,如下所示:

https://stackoverflow.com/questions/53310604
复制相似问题