我遇到了这个问题:
我想尝试使用 CrossSection
弹出 AllowEdit = "true"
表页面,铅笔符号已经显示,但它没有打开任何东西,我已经将 CrossSection
的页面输入到 hidden 中 SiteMap
。我想念使用 AllowEdit
的任何步骤吗?如何使用 AllowEdit
?
最佳答案
除了用于 PXSelector
aspx 控件的 AllowEdit
属性和 PXSelector
外,请确保为 DAC 设置主图形。
主图确定用户被重定向以编辑数据记录的默认页面。
例子:
[PXPrimaryGraph(typeof(CrossSectionMaint))]
[Serializable]
public class CrossSection : PX.Data.IBqlTable
{
...
}
关于c# - 如何在 Acumatica 中使用 AllowEdit,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/36931158/