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