Work Order Task Creation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2023 06:55 AM
Hi
Can anyone direct me to the place in the platform where a work order task is being created from a work order? I could not find the business rule or flow/workflow that creates the work order task from a work order automatically.
Thanks.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 02:08 AM
Hello,
They're created within the 'Create Sub Tasks' business rule on the sm_order table. This runs '
createFirstTask' in the SMTask script include.
Hope this helps
Best