How to update the child table records using Async business rule with the state conditions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 06:03 AM
var grTrans = new GlideRecord('incident');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 09:10 AM
@Community Alums
Do you refer Incident task [incident_task] table? As far as I know there is no table as incident_child in OOB.
Pleaser refer the below link for the cascading of state,
Please mark this as helpful and accept it as a solution if this resolves your query.
Thanks,
Sujatha V.M.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 10:38 PM
Yes correct, we don't have incident_child table, just for a use case I mentioned that. So as per the above scripting I replaced the table name as a "incident & incident_child" but the actual table is our own custom one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 10:47 PM
@Community Alums Thank you for reverting on it. Glad to help you.
Please mark this as helpful and accept it as a solution if this resolves your query.
Thanks,
Sujatha V.M.
Sujatha V.M.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 10:53 PM
@Community Alums Do you have a demand column defined on incident table? I can't find the same column in out of the box implementation?