5.1 User Access

Read-only and Execute Access

Users have two types of access:
  • Read-only Access: Where the user can open the case notebook in view-only mode and they cannot perform any operation on the notebooks.
  • Executable Access: Where the user can open the case notebook and perform various operations on the notebooks.

Read-only access depends on M_LOCK and READ_ONLY_FLAG parameters.

Table 5-1 Read-only and Execute Access

READ_ONLY_FLAG M_LOCK CASE_STATUS ACCESS_TYPE
Y - - READ
N Y - READ
N N READ_ONLY case status READ
N N NOT READ_ONLY case status EXECUTE

Case Status: This f_get_cs_ih_case_status function is used to decide whether the user should have read-only or execute access. This function also can be customized to add additional conditions