Possible to lock attribute write access by Doors User?
- by Philip Nguyen
Is it possible to programmatically lock certain attributes based on the user?
So certain attributes can be written to by User2 and certain attributes cannot be written to by User2. However, User1 may have write access to all attributes.
What is the most efficient way of accomplishing this? I have to worry about not taking up too many computational resources, as I would like this to be able to work on quite large modules.