- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 10:47 AM
the following parameters
Create a before insert Business Rule.
Condition Assignment Group.active = false
Action : Assignment group To NULL
please show code / pictures etc
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 10:55 AM
Hi @Joshua Comeau,
Create business rule with your table name and condition as,
Condition:
assignment_group.active IS false
Action:
Assignment group IS
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 10:55 AM
Hi @Joshua Comeau,
Create business rule with your table name and condition as,
Condition:
assignment_group.active IS false
Action:
Assignment group IS
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 10:58 AM - edited 09-22-2023 10:59 AM
@Sagar Pagar where to place that condition in the advanced script because normal oob does not have an IS
can you send a screenshot of what you put?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 11:19 AM - edited 09-22-2023 11:19 AM
Hi @Joshua Comeau,
For your reference attached the screenshots.
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 11:22 AM
Hi @Joshua Comeau ,
Create a before insert Business Rule.
Condition Assignment Group.active = false
Action:Assignemt Group to Empty reference.
(or)
Script:current.assignment_group='';
Thanks,
Anand