- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2018 06:28 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2018 06:42 AM
no you can not access the "previous" object in script action.
Note: Script actions are triggered by events only.
for more details please refer the doc link below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2018 06:37 AM
Hello,
You can access the current object in a script include but I believe you cannot access the previous object in a script action as it runs in the background and not when a business rule executes in the system (Similar to Async business rules).
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2018 06:42 AM
no you can not access the "previous" object in script action.
Note: Script actions are triggered by events only.
for more details please refer the doc link below.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2018 06:45 AM
Previous object cannot be accessed in any other platform functionality apart from some of the types of business rules (before,after)
Hope this helps
Thanks
Siva
Mark this response as correct if that helps