GroupMemberProcess
The GroupMemberProcess trigger is responsible for removing duplicate Pharma Group Member records that were manually added.
API name in Salesforce: GroupMemberProcess
| Context | Method | Codename | Description |
|---|---|---|---|
before insert |
deduplicateManualGroupMembers() |
bi |
In case of the Pharma Group Member record is being manually created to the Pharma Group with the same record existed, it generates an error to not create a duplicate record. |
after undelete |
deduplicateManualGroupMembers() |
au |
In case of the Pharma Group Member record is being restored from Recycle Bin to the Pharma Group with the same record existed, an error occurs to not create a duplicate record. |