- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2020 01:16 AM
I want to call the Business rule in UI action post popup message logic should be executed in Businesses rule. Could you please help anyone to how to do this logic.
Thanks,
Kalava Nagesh
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2020 01:21 AM
Hello Nagesh,
you cannot call a BR directly.
If your UI action already has server code, then you can simply copy that code into the BR and update that table in your UI action.
When the table is updated, your BR will trigger and will execute that code.
Let me know if that helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2020 01:21 AM
Hello Nagesh,
you cannot call a BR directly.
If your UI action already has server code, then you can simply copy that code into the BR and update that table in your UI action.
When the table is updated, your BR will trigger and will execute that code.
Let me know if that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2020 02:08 AM