Agile Field Security
We have 2 list fields that once data is added, we want a select set of users to be able to add to the list, but not remove any existing data.
Is this possible with roles and privileges only?
No, not without some extra process extension/validation as modify rights for attributes allow users to add to and remove from any of the “Applied to” fields.
As a workaround – you could split each of them into two separate attributes that use the same list (“List1” and “List2”, for example) and create a modify privilege for these users that only allows them to modify “List2″ and only IF “List1″ is already populated.