Skip to main content Skip to complementary content
Close announcements banner

CreateChild method

Overview

Creates a generic object that is a child of another generic object.

Information noteIt is possible to update the properties of the child's parent at the same time that the child is created. Both operations are performed by the same call.
Information noteIt is possible to create a child that is linked to another generic object. The two objects have the same properties.

Parameters

Name Description Type
qProp

Information about the child

This parameter is mandatory.

It is possible to create a child that is linked to another object.

GenericObjectProperties

See GenericObjectProperties

qPropForThis

This parameter is optional.

Identifier of the parent's object.

Should be set to update the properties of the parent's object at the same time the child is created.

Null or GenericObjectProperties

See GenericObjectProperties

Information noteIn addition to the parameters specified above, the parameter qProp can get any properties defined in the Generic object definition section.

Outputs

The following is returned in the output:

"result": { "qReturn": { "qType": "GenericObject", "qHandle": <handle of the child> }, "qInfo": { "qId": "<identifier of the child>", "qType": "<type of the child>" } }

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!