Scenario:
I have a business process flow, model driven app, and an entity. In this BPF, I have different stages and each stage I want different user to complete it -- I can do so by potentially pass around ownership of the entity record, or something.
When a stage moves to the next, and the entity record is assigned to a new user, I want the user to complete part of the record, which I will show or hide on the entity form by javascript according to activestageid. Preferably I don't want the user to modify value to another field not presented on the form.
Once the BPF completes, I want the ownership to go to an administrator group and everyone else loses visibility to the entity record.
I want all interaction with the entity record to go through my model driven app. No direct edit.
How can I set up this permission scheme? Just some general pointers will do if that doesn't take too much of your time.
thank you

Report
All responses (
Answers (