I just got the following warning message:
Solution "***" imported successfully with warnings: The role *** with id=*** has IsInherited attribute set, which will be ignored as attribute is unmanaged.
For a security role that is part of a managed solution when deploying from a dev to a prod environment. This warning wasn't there during the last deployment and the security role hasn't been updated since then.
Has anyone encountered this before? Any advice on what to look into?
Security roles are one of those things that are often customized/fine-tuned in prod so I wouldn’t be surprised if someone made a change. If the role matches the permissions you expect, I wouldn’t worry too much about it
@alexthompson I haven't seen this warning previously. But I would recommend checking:
1. Whether the Security Role in question is actually managed in the target envrionment
2. Whether the Security Role in question has any unmanaged layers in the target environment. If so, I'd suggest removing them.