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

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...