- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 07:50 AM
Hello,
I have a scheduled job that creates a work order. I have a business rule on work order table that creates a work order task. When my scheduled job runs the work order gets created following the template it is using, however the work order task is not getting created. Can anyone tell why this is?
Scheduled Job:
Template:
Business Rule:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 07:58 AM
Hi @Jared Wason ,
Can you try changing condition in your business rule to after insert & then check by triggering the scheduled Job in lower environment.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 07:58 AM
Hi @Jared Wason ,
Can you try changing condition in your business rule to after insert & then check by triggering the scheduled Job in lower environment.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 08:05 AM
That solved the issue, thanks you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 09:03 AM