- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2016 01:11 AM
I have a business rule written on Incident table. I want this to be executed only when you hit via integration (REST API) . I don't want to run this business rule when you create or update record on Incident form directly (User Interface).
I see a Condition box in Advanced tab of the business rule, how can i achieve this functionality.
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2016 04:36 PM
Hi karthik,
I am not sure will it work or not, but Try by putting this !gs.getSession().isInteractive() on business rule advance condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2016 04:36 PM
Hi karthik,
I am not sure will it work or not, but Try by putting this !gs.getSession().isInteractive() on business rule advance condition.