Enforce Processes with EF
- Lindsay O'Connell
- Sep 1
- 1 min read
Using Extensibilty Framework, we can set up conditional field rules (making certain fields required) that adjust to user actions in real time. This allows you to record only the data you need at each step of the process, taking EAM from record keeping to a system that actively enforces correct processes.
For example, when an activity on a work order is marked as complete, EF can automatically make fields like 'Hours worked', 'Reason for repair', or 'Date completed' required.
The trigger: user sets Activity Status = Complete
The effect: EF rules make additional fields required before saving record


