State flow cleanup
- UpdatedJul 31, 2025
- 1 minute read
- Zurich
- Service Administration
The business rules, client scripts, and UI actions that the system creates automatically to perform custom transitions exist only while the state flow records that use them are present.
When all the state flows on a table are deleted, the system attempts to delete any unnecessary
programming elements that were created on that table, using these criteria:
| Element | Deleted When |
|---|---|
| UI action Business rule Dictionary override |
The state flow that created it is deleted. |
| Business rule that processes events triggered by a state flow | All state flows for the table specified that have events configured are deleted. |
| Client script (onLoad) | All state flows for the table are deleted. |
| Client script (onChange) | All state flows with field controls are deleted. |
| Work notes business rule | All state flows with field controls or work notes are deleted |
Related Content
- Use state flows
You can create custom state flows for any table that uses states.
- Create a state flow
Creating State Flows.