- 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-24-2023 11:27 PM
Hii @Joshua Comeau
i have created with before insert Business Rule.
Condition Assignment Group.active = false
Action : Assignment group To NULL