How Can We Help?
Answer
Two people should not be working on the same activityA specific step in a process. It will be the user interface for that step (web form or a screen), for example, the Leave Application (screen interface or web form) will be the first Activity in the Leave Requisition process. The Leave Application Authorization will be the second step or Activity in the Leave Requisition process. One Process can have multiple activities. at the same time but can work on the same process at the same time.
Each screen or activity needs to be worked on and completed by one person whereas the process as a whole can be worked on by more people.
All the scripts logic, etc., you are putting on the activity level can be moved to the activity object level OnLoad and/OnRefresh as needed if that is interfering with each other.
Point to remember is to keep the main work area in the middle of the designer clean and close everything not being worked on so that when you do need to work on something and open it the latest is received from the server.
Comments are closed.