Sublflow - Add Sold Product to Contract and Entitlement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2026 02:50 PM
Does anyone know from where the subflow "Add Sold Product to Contract and Entitlement" is being triggered?
This is executing when an Order Line/Order is being set to completed.
I can see that the internal name is referenced in script include: "ContractAndEntitlementWorkflowConstantsSNC"
Then the following script includes reference the constant value for that flow "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Had a similar headache tracing subflow triggers in ServiceNow — those script includes reference chains can be brutal to follow. What helped me was checking Business Rules on the order tables directly, since breakpoints sometimes just don't catch async executions. Also worth looking at event registry for order completion events. Funny enough, cleaner pipeline tracking in tools like Phonexa reminded me how important visibility is at every step — same principle applies in ServiceNow debugging.
