InterviewSolution
| 1. |
What Is The Use Of Work Status? What Are The Key Attributes In Defining Work Status? |
|
Answer» Work status is used to lock a region of data in a model. This is used to override the USER’s member access PRIVILEGE to write to a particular region. There are multiple dimensions defined for a region with one property called as OWNER. While defining the work status, following are defined: Work States: It belongs to physical state of data. Security: You can set different levels of security on changing data in the system –All or LOCKED. You can set who can change the work state − Manager or Owner. Data Update: This defines how data will be updated by the customer. PUSH: This option is used to push the same work state for all the children of a member. Work status is used to lock a region of data in a model. This is used to override the user’s member access privilege to write to a particular region. There are multiple dimensions defined for a region with one property called as OWNER. While defining the work status, following are defined: Work States: It belongs to physical state of data. Security: You can set different levels of security on changing data in the system –All or Locked. You can set who can change the work state − Manager or Owner. Data Update: This defines how data will be updated by the customer. Push: This option is used to push the same work state for all the children of a member. |
|