Issue with Role Assignment Criteria Displaying Incorrect Attribute Name

Hi everyone,

I’m facing an issue with a role assignment criteria that I created using a role importer script. In the script, I specified the criteria using lastname, but in the UI, it appears as attributes.lastname instead of just lastname.

Here’s a screenshot for reference:

Has anyone encountered this problem before? Any ideas on how to fix it so that it displays lastname correctly in the UI?

Thanks in advance for your help!

Hi @GOKUL_ANANTH_M,

It looks like the issue might be with how the attribute is referenced in your script. Instead of using attributes.lastname, you should use attribute.lastname.

Update your role importer script input to use attribute.lastname and see if that resolves the issue. This should ensure that the UI displays the criteria as lastname.

Let me know if this helps!

Feel free to tweak the response as needed!

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.