
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2018 11:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2018 11:58 AM
Yes you can. Script Actions run on the server side and come into play when the corresponding event is triggered.
example script for the script action to set active to true
current.setValue('active',true);
current.update();

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2018 11:54 AM
Can you please provide more information on what you are asking? You can set a true/false field to false thought a script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2018 10:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2018 11:58 AM
Yes you can. Script Actions run on the server side and come into play when the corresponding event is triggered.
example script for the script action to set active to true
current.setValue('active',true);
current.update();