Assignment group automatically assigned through Before Business Rules (Scripting)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2024 12:18 PM
Hi
How to assign automatically Assignment Group based on Category by using Before Business Rules (Scripting).
If Category is Software, then Assignment Group should be Software and
If Category is Hardware, then Assignment Group should be Hardware and
If Category is Network, then Assignment Group should be Network and
If Category is Database, then Assignment Group should be Database.
All these requirements should be in a single Before Business Rule Scripting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 12:00 AM
Hello @NBK,
You can try with Before BR insert and update as per your requirement you can select table name
Mark my correct and helpful, if it is helpful and please hit the thumbs-up button to mark it as the correct solution.
Thanks & Regards,
Abbas Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 07:07 AM - edited ‎04-05-2024 11:48 AM
Tried this but didn't get. What condition did you apply on When to run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 12:09 AM
Hi @NBK,
I would suggest to use the Assignment look-up rules instead of writing business rules/ scripts. It will be easier to maintain and update it.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 06:39 AM
Hi Sagar
Yes, I know that. but I want to do it in Business rules.