Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2025 05:59 AM
You can try with business rules.
Business Rule: Generate Approvals at Authorize Stage
- Vai a: System Definition > Business Rules
- Click New
- Compila:
When to run:
- Name: Generate Approvals - Authorize Stage
- Table: Change Request [change_request]
- When: before
- Insert: false
- Update: true
- Condition:
javascript
current.approval.changes() && current.approval == 'requested' && current.state == '-1' // Authorize state