Hello,
I'm using Zoho Creator to create an application to keep track of who's responsible for each task in the company + keep track of the procedures needed to perform the task.
Each task contains the following fields (there are more, but let's simplify as follows):
- task name (belonging to the "tasks" module)
- task description (belonging to the "tasks" module)
- procedures (belonging to the "procedures" module): this is the linear sequence of procedures which must be performed in order to fulfill the task
I'm trying to find a way to manage the procedures order for each task.
Here's the case:
Task 1 (Order. Procedure ID):
- Procedure ID 2
- Procedure ID 8
- Procedure ID 12
Task 2:
- Procedure ID 12
- Procedure ID 46
- Procedure ID 52
As you can see, procedure with ID 12 is:
- the third one in Task 1
- the first in Task 2
What is the best way to get this type of behaviour?
Thank you