Create a task using a business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 07:43 AM
I'm using a custom application and trying to create a task when another record is created. My business rule is as follows,
The dataset receipt is the parent record and I'm trying to create the task through this business rule. However, I've tested it a few times and nothing happened. Any suggestions?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 07:45 AM
Can you show "When to run" tab? A common mistake is to forget to check the "Insert" or "Update" checkboxes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 07:48 AM
I have it running on after and the insert check box checked. Since I'm trying to do this on the creation of the dataset receipt.
Thanks,
Matthew Strecker

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 07:51 AM
Try going to System Diagnostics> Debug Business Rules, then run your test case again. You'll notice the debug output at the bottom of the form. It tells what business rules ran, which didn't, skipped, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 07:47 AM
Were these tables created in a scoped application? If so I noticed your business rule is running in Global and it may not have the rights to create a record in the scoped table. You can adjust the settings on the table definition record.