Link

Syntax

SetRecord(record_value)

Description

Use this method to set the record value of the JSON Node.

Parameters

Name Description
record_value Specifies the record value of the JSON Node as a Record object.

Returns

None.

Example

Local Record &rPsOptions = CreateRecord(Record.PSOPTIONS);
&rPsOptions.SelectByKey();
   
Local PSM_JSON:Node &oNode = create PSM_JSON:Node();
   
&oNode.SetRecord(&rPsOptions);