This is an old revision of the document!


GROUP_MEMBER

Returns ‘Yes’ if the specified business object belongs to the specified business object group

  1. String identifying the business object
  2. String identifying the business object group
IF GROUP_MEMBER('SavingAccount', 'Account') = 'Yes' Then ... 
  • Last modified: 2022/09/13 18:12