Acumatica - 数据视图 LSAMProdItem_lotseropts

Acumatica - DataView LSAMProdItem_lotseropts

在生产订单维护屏幕中,检查元素显示数据视图 - LSAMProdItem_lotseropts 在 APSX 页面上用作选项卡的数据成员

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

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

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

public LSAMProdItem lsSelectItem; 

逻辑在 LSSelect 中,它是 LSAMProdItem class 的基础,看起来像这样(在您的情况下,在生产订单中,this 是 LSAMProdItem对象):

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