REMOVE

This action removes an instance of a business object from a reference list of another object.

REMOVE AttributeIdentifier() FROM AttributeIdentifier()

where the first Attribute Identifier indicates the object to remove and the second one – the list to remove from. For example,

REMOVE Transaction FROM Account.Transactions 
  • Last modified: 2023/05/09 01:44