Skip to content

$NewChild

Represents the XML element for a new child item that is about to be added to a list.

1
const $NewChild;

Remarks

This variable provides access to the XML structure of the new child item, allowing you to set default values or modify its properties before it is added to the list.

Setting a default value for a field in the new child item:

1
$NewChild.SetValue('MyField', $Xml.Evaluate('$poolRoot/MyField'));