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: 2023/05/09 00:57