CPG Groups Management

CPG Groups are intended to store objects' records in alignment with SOQL filters applied to these objects and their child objects. Use CPG groups to assign tasks per clients' segment, run promotions for not popular products, or set up an onboarding procedure for new users.

Follow the guidelines to configure CPG Groups:

When using the apostrophe (') symbol in the SOQL query, escape it with a backslash (\). For example:

SELECT name FROM Account WHERE Name = 'TEST\'ING'
We do not recommend to use different fields with the same names in the SOQL queries. The reason is that Dynamic SOQL in the Managed Package uses the default package field and ignores the field with the same name, but with the package prefix.
``