INSERT

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

INSERT AttributeIdentifier() IN AttributeIdentifier()

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

INSERT Transaction IN Account.Transactions 
  • Last modified: 2023/05/09 01:38