Custom View-Only Security Role for Customer List in Accounts Receivable Module

Recommended Implementation for Privileges

Question

A client wants to create a custom view-only security role that allows users to view the customer list in the accounts receivable module.

You create a security role named ReadOnlyUserAR and add the role to users.

You create a custom duty named CustomerViewList.

You need to recommend how to implement the privileges.

Which three actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E. F.

BDE.

To implement the custom view-only security role that allows users to view the customer list in the accounts receivable module, the following actions should be performed:

A. Add the Customers privilege to the CustCustomer. This action is not required in this scenario. The CustCustomer is a standard duty that provides access to create, modify, and delete customer records in the accounts receivable module. However, the requirement is only to view the customer list.

B. Add the CustCustomerMasterInquire duty to ReadOnlyUserAR. The CustCustomerMasterInquire duty allows users to inquire about customer records in the accounts receivable module. Adding this duty to the ReadOnlyUserAR role will enable users to view the customer list without being able to modify or delete any customer records.

C. Add the Customers privilege to CustCustomerMasterInquire. This action is not required in this scenario. The Customers privilege provides access to create, modify, and delete customer records in the accounts receivable module. However, the requirement is only to view the customer list.

D. Add CustomerViewList to ReadOnlyUserAR. The CustomerViewList is a custom duty that can be used to further restrict access to specific forms or fields within the accounts receivable module. Adding this duty to the ReadOnlyUserAR role will enable users to view only the customer list.

E. Add ReadOnlyUserAR to users. This action is required to assign the ReadOnlyUserAR role to users who need access to view the customer list in the accounts receivable module.

F. Add the Customers privilege to CustomerViewList. This action is not required in this scenario. The Customers privilege provides access to create, modify, and delete customer records in the accounts receivable module. However, the requirement is only to view the customer list.

In summary, the recommended actions are:

  • Add the CustCustomerMasterInquire duty to ReadOnlyUserAR.
  • Add CustomerViewList to ReadOnlyUserAR.
  • Add ReadOnlyUserAR to users.