Run Business rule logic for only one workspace?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 04:55 AM
Hi
we have incidents created on multiple workspaces from an interaction ,and i need to run the business rule logic if an incident is created through a particular workspace
EX : we have service operations and other custom workspaces,i have to trigger the business rule logic on insert record created from service operations workspace and ignore other workspaces
I need to create a task for an incident if the record is created from service operations workspace only and do nothing if from other workspaces
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 05:21 AM
as a Business Rule runs on server side it basically has no connection to the client side. I recommend introducing a "source" field on the incident table which is filled by each workspace or application individually. That way your BR can be better designed as you can leverage the condition builder
Maik