Data security in VBCS
Content
Hi Team,
Created a VBCS application and created a web app. The web app having one BO and a webpage having two tabs(User, Admin).
On the User & Admin Tab, a table is dropped that is bound with BO. One the same page there is a Create button to create a new user.
Created two application roles Admin(mapped with G-Manager group having two users a & b) and Employee (mapped with G-Emp group having one user a).
On the Admin tab, I have the condition [[ $application.user.roles[0] =='Admin']].
On the BO we have applied the Data security. For the Employee role, the user should be able to create and update the record created by the logged-in user.
Tagged:
0