- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2020 11:33 PM
Hi.
I have to transfer contents of a Client Script in a Business Rule.
The following statements of the client script, i dont know how to convert to a business rule:-(g_form.getActionName()=='sysverb_update_and_stay' || g_form.getActionName()=='a831a099dbfe1b8057a9ffe61d961945' || g_form.getActionName()=='sysverb_update' ).
I am unable to find the relevant BR functions. Please help.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2020 12:15 AM
if i look into your client script , i can see the most of the action name works for update operation. so if you will use the business rule on update operation ( set update as true) then it should work. no need to check action name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2020 12:59 AM
Thank you. I have continued this here in a fresh question. I cant avoid business rule, I have to use this only