- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 07:51 AM
Hi,
Can we use g_modal from business rule in workspace or is it just client side?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 08:10 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 08:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 08:18 AM
From Docs: g_modal (client)
Beyond that, the whole purpose of invoking a modal is to force an interaction with the client.
Client stuff can only happen client side.
A business rule (on display notwithstanding) is specifically to perform server side operations on the server. How could it invoke a modal when the client interaction is, by definition, complete?