Table of Contents

, , ,

GROUP_MEMBER

Description

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

Parameters

  1. String identifying the business object
  2. String identifying the business object group

Example

IF GROUP_MEMBER('SavingAccount', 'Account') = 'Yes' Then ...