Acumatica-数据视图LSAMProdItem_lotseropts

Acumatica-数据视图LSAMProdItem_lotseropts,acumatica,Acumatica,在Production order maintenance(生产订单维护)屏幕中,inspect(检查)元素在APSX页面上显示DataView-LSAMProdItem_lotseropts(用作选项卡的DATAMEMBER) 但在图形上,此数据视图未定义 如何访问此数据视图???这是一个特殊视图,在专用视图声明中以代码生成 public LSAMProdItem lsSelectItem; 逻辑位于LSSelect中,它是LSAMProdItem类的基础,如下所示(在生产订单中,这是LS

在Production order maintenance(生产订单维护)屏幕中,inspect(检查)元素在APSX页面上显示DataView-LSAMProdItem_lotseropts(用作选项卡的DATAMEMBER)

但在图形上,此数据视图未定义


如何访问此数据视图???

这是一个特殊视图,在专用视图声明中以代码生成

public LSAMProdItem lsSelectItem; 
逻辑位于LSSelect中,它是LSAMProdItem类的基础,如下所示(在生产订单中,这是LSAMProdItem对象):

graph.Views.Add(this.Prefixed("lotseropts")...