Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在父级中有一个子网格表单。单击“添加现有...”后,我想隐藏“+新记录”。有没有办法做到这一点?
谢谢
有时删除安全权限不是一个可行的选择,许多不受支持的解决方案也在互联网上流传,以实现这一目标。这是长期应有的配置项目之一,并且想法也已打开。
最接近的解决方案是使用可用的布尔标志isinlinenewenabled,如本博客中所述。这是否受支持又值得商榷。
isinlinenewenabled
此标志可能会在未来版本中作为受支持的配置项提供,但现在不可用。
您可以限制用户(通过他们的安全角色)对该表的“创建”访问权限,并且只允许某些用户(管理员)在该表中创建新记录?