Security: one user only allowed to update data
Hello,
I need to customize a solution for one user only. In particular, I want this one user to be the only one who's able to check the "Update VAT Number?" boolean and type in the "New VAT number" cell. However, the rest of the module needs to stay editable for all the user.
The UX will then display all the columns, "Update VAT Number?" and "New VAT Number" included:
How can I manage this?
Big thanks in advance,
Luca
Answers
-
Use DCA. Create a module dimension by Users list and 2 line item DCA Read and DCA Write, DCA Read formula has to be NOT DCA Write. Apply both the line item as Read & Write access drivers for Update VAT number and New VAT number line item.
0 -
DCA Access Drivers Module:
PRL Supplier Entry Update Name Module:
0 -
@LucaRicci - To achieve this, you have to create a DCA based on users.
Steps are as follows:
- Create a user specific module, with 2 line items, i.e. DCA Read and DCA Write.
- Formula for DCA Read = NOT DCA Write.
- Enable DCA Write for the user you want to edit the line item.
- In your target module, apply the above two created DCA in read and write access driver for the particular line item you want to be editable for the particular user.
0