如何在Acumatica中使用AllowEdit [英] how to use AllowEdit in Acumatica

查看:78
本文介绍了如何在Acumatica中使用AllowEdit的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我遇到了这个问题:

我想尝试弹出 CrossSection 使用 AllowEdit = true 的表格页面,铅笔符号已经显示,但是它没有打开任何内容,我已经进入页面CrossSection 隐藏到 SiteMap 中。我错过了使用 AllowEdit 的任何步骤吗?如何使用 AllowEdit

I'd like to try to make a pop up for CrossSection table page using AllowEdit = "true", the pencil symbol has already showed, but it doesn't open anything, I already entered the page of CrossSection into hidden in SiteMap. Is there any step I miss to use AllowEdit? How can I use AllowEdit?

推荐答案

与<$ c $一起使用c> PXSelector 属性和 PXSelector aspx控件的 AllowEdit ,请确保设置主DAC的图形。
主图确定将用户重定向到其中以编辑数据记录的默认页面。

Along with PXSelector attribute and AllowEdit for PXSelector aspx control, make sure to set the primary graph for the DAC. The primary graph determines the default page where a user is redirected for editing a data record.

示例:

[PXPrimaryGraph(typeof(CrossSectionMaint))]
[Serializable]
public class CrossSection : PX.Data.IBqlTable
{
...
}

这篇关于如何在Acumatica中使用AllowEdit的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆