trigger postDeserialize
System trigger that processes an occurrence after it is loaded from a disconnected record set (XML, JSON, or Struct) into a component.
Declaration: | trigger
postDeserialize
|
Applies to: | Entity |
Activation: | Activated immediately after an occurrence is loaded from a disconnected record set into a component, and after all error triggers caused by validation errors. |
Default behavior: | None |
Behavior upon completion: | Setting $status has no effect on subsequent trigger processing. |
Description
You can use this trigger to tune the execution of the xmlload, webload, and structToComponent ProcScript commands.
For example, an occurrence can be discarded, or the value for a derived field can be calculated.