The certificationItemCustomizationRule runs and works just as expected however I have not been able to make the certificationEntityCustomizationRule no matter what I try.
I have ensured that the rule name is correct.
I have tried clear cache and restarting the server multiple times.
Can these rules not be configured at once? What else can be the issue?
I would like to add that I also have an exclusion rule configured and I see that the exclusion rule also runs per entity. Can this impact the customization rule?
I would like to add that I also have an exclusion rule configured and I see that the exclusion rule also runs per entity. Can this impact the customization rule?
@hutge No impact if you have both exclusion and entity customization rules. Only thing to note is, the exclusion rule runs first and entity customization rule runs after that.
@hutge I have configured Exclusion Rule, CertificationEntityCustomization and CertificationItemCustomization in Entitlement Owner Certification and i can see logs are getting printed from all of them in the order: 1) Exclusion, 2) Item and 3) Entity.
In this scenario i can think something is wrong with your CertificationDefinition. Could you try reviewing and importing the attached certification definition and let us know the result.
Note: Found a fix?Help the community by marking the comment as solution. Feel free to react(,, etc.)with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.
I actually have the customization rules setup in the global configuration itself. I don’t see the entry for CertificationItemCustomization either yet it runs perfectly.
I tried adding the key directly to the certificationDefinition object and it worked.
Thanks for the idea!