Monday, August 28, 2017

Access denied: sysoperationservice controller

Error:
Access denied: sysoperationservice controller
For particular user
Resolution:
To fix this, please follow the steps below:
Create Code Permission
Link it with the menu item
Create a new code permission under AOT > Security > Code Permissions.
Add a server method for the newly created code permission. Specify the following properties for the server method added:
Class: Your SysOperation service class
Method: Method name to invoke
EffectiveAccess: Invoke
ManagedBy: Manual
Linking to menu item
Go to your menuiitem
Properties
Linkedpermissiontype: codepermission
LinkedPermissionObject: your code permission name

No comments:

Post a Comment

Copy Markup charges while posting purchase invoice using X++

 Copy Markup charges while posting purchase invoice using X++ Class: Important: Code logic is just for Reference.  New class => Duplicate...