Category: Apex
-
Why Am I Getting ‘Entities Not Compatible’ Error While Creating a Managed Package?
Question Error while creating managed package — entities not compatible I’m creating a managed package and when creating the package I get this error: Warning: (1) Estas entidades no son compatibles: [Role, Group] Translation: these entities are not compatible: [Role, Group] The package.xml contains: The Todos_los_usuarios.group-meta.xml contains: The R2C2_corporativo.role-meta.xml contains: I don’t know how to…