简体   繁体   English

动态斧头菜单项

[英]Dynamics ax menu items

As we know Menu Item is of three type (Display,Action & Output). 众所周知,菜单项是三种类型(显示,操作和输出)。 In action type we we write classes which runs in background. 在动作类型中,我们编写在后台运行的类。 Action type menu item is attached to a form but in the drop down the menu item is not appearing, what could be the problem? 动作类型菜单项已附加到表单,但是在下拉菜单中没有出现,这可能是什么问题? Is there any property which sets action menu-item to show or not? 是否有任何属性可以设置要显示的操作菜单项?

Please note that it is a scenario based question. 请注意,这是一个基于场景的问题。 I don't have any code for this to share. 我没有任何可分享的代码。 Thanks 谢谢

It could be several things. 可能是几件事。

First of all, are you testing with a user having System Administrator role? 首先,您是否正在对具有系统管理员角色的用户进行测试? If not, security will apply. 否则,将适用安全性。 Then, if your menu item isn't allowed in one of your roles (menu item in a privilege which is in a duty which is in a role you have), you can't see it. 然后,如果您的一个角色中不允许使用菜单项(特权中的菜单项具有您所拥有的职责),那么您将看不到它。

The other common issue is form personalization. 另一个常见问题是表单个性化。 So, in the contextual menu over your form, choose personalize and with buttons on top right, restore the form. 因此,在表单的上下文菜单中,选择“个性化”,然后使用右上角的按钮还原表单。 You will have to close and reopen the form then. 您将必须关闭然后重新打开表单。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM