Table of Contents

, , , , , ,

INSERT

This action inserts an instance of a business object into a reference list of another object.

Syntax

INSERT AttributeIdentifier() IN AttributeIdentifier()

where the first Attribute Identifier indicates the object to insert and the second one – the list to insert into.

Example

INSERT Transaction IN Account.Transactions