The Position Object is the key field on an Employee’s Job information, showing which Position an employee is attached to, and exists both as foundation object and a transaction object at the same time. A position exists independent of its incumbent (individual who holds the job), and by that definition, it’s a foundation object.
Due to this multi object existence, the Position Object is subject to multiple data updates and must be viewed as a trusted source of truth for an Organization’s Position information. It is leading practice to use workflows to protect the Position Object against changes, to ensure data control, integrity and accuracy. Some typical scenarios are :
- Workflow when making changes on the Position object.
- Workflow when Creating or Copy Position
- Workflow for Synchronizing Position to Job Information
- Workflow for Position to Job Synchronization
Note
Some examples on Business Rules that will trigger these Workflows for Position Management changes will be explained in Unit 4 of this course.