QuestionQ125

Application Automation

Which of the following objects cannot be used in a Script Action script?

  • A previous
  • B GlideRecord
  • C event
  • D current
Explanation

Script Actions execute asynchronously in response to an event. They can use the current record and event context, and server-side scripts can create and use GlideRecord objects. The previous object, which represents the record’s state before an update, is not available in this context.

Community Discussion

No comments yet. Be the first to start the discussion!