Hi friends,
Building an app related to training requests processing , I want to create an order of appearance of request approval in a column named “Etat Demande” so that when the request is submitted the training coordiantor will not be confused which step to choose in processing the request.
So ,I have three main users for this app:Admin ,Coordiantor and User.
The user initiates requests and the coordiantor starts to process the request following a defined order as follows:The initial value in column “Etat Demande” is
Submitted (when the request is made).
Summary of Status Flow:
Submitted→ Can change to
In processor
Rejected
In process→ Can change to
Acceptedor
Rejected
Accepted→ Can change to
Confirmed
Confirmed→ Can change to
Ongoing
Ongoing→ Can change to
Completed
Rejected→ Can change to
Cancelled
Completed→ No further changes allowed
Note also that some other users who approve (accept or reject request) receive an embedded appview through email to choose between
Acceptedor
Rejected (I want only these two values appear in the embedded appview).
How to make the values above appear in order to avoid any confusion?
Best regards,