trigger preDeserialize

System trigger that processes an occurrence before it is loaded from a disconnected record set (XML, JSON, or Struct) into a component.

Declaration: trigger preDeserialize
Applies to: Entity
Activation: Activated immediately before an occurrence is loaded from a disconnected record set into a component. The new occurrence is not yet available and cannot be accessed.
Default behavior: None
Behavior upon completion: Setting $status to <0 prevents the occurrence from being loaded into the component.

Description

You can use this trigger to prepare the occurrence before an occurrence is loaded into the component from a disconnected record set by xmlload, webload, or structToComponent.

Related Topics