-
Notifications
You must be signed in to change notification settings - Fork 0
Permissions
rosssaunders edited this page Jun 11, 2019
·
2 revisions
In order to add the permission for FusionLink, run the following against your database
INSERT INTO USER_RIGHT_TABLE (NAME, CATEGORY, RIGHT_TYPE, RIGHT, IDX, COMMENTS) VALUES ('FusionLink', 'SDK Rights', 2, -1, (SELECT MAX(IDX)+1 FROM USER_RIGHT_TABLE), 'Access FusionLink');
The SQL above will add a new permission to FusionInvest which will allow you to grant access to FusionLink on a group or user basis. Under "SDK Rights", the permission "FusionLink" needs to be set to "Yes"
After enabling FusionLink for a user or group, that user will need to restart their client in order to load the Toolkit.