Can we pop-up a confirm box using business rule?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2011 12:55 AM
I had 2 tables table1 and table2, i had a business rule on table 1 which inserts a record in table 2 based on the fields selected in table1. So on table 2 i need to have a business rule which should pop-up a confirm box to the user based on a particular field. So is there any possibility to show a confirm box to the user using a business rule instead of client script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2011 09:24 PM
Based on what I read, you best bet is to create a client side UI Action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2011 09:35 PM
Hi,
We cannot do it as a Business rule is a Server side code, and pop up runs on client side. May I know your requirement? So that we can come up with something else similar.
Thanks