Salesforce

RightRemove (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

RightRemove

Removes a right from a user in the Security File.

Syntax:

RightRemove(user, right)

Parameters:

user: The alphabetical value for the user to be removed from.

right: The alphabetical value for the right to be removed.

Returns:

The logical value False if function fails and True if the function is executed successfully.

Example:

RightRemove('Issue Invoice', 'Accountant')

Note:

The function removes a right from a user providing the user exists, the right was added to the user, and the user executing this function is a supervisor or belongs to the supervisor group.

This function is supported in all tasks: Online, Batch, BC, and RC.

See also:

GroupRightAdd

GroupRightRemove

GroupRemove

Since version: 3.3

Reference
Attachment 
Attachment