{{tag>Index Action Action_List Business_Object References Lists}} ====== REMOVE ====== This action removes an instance of a business object from a reference list of another object. ===== Syntax ===== ''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