This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Remove permission assignment - PRD - Reason - How to get a localized string?

Hi,

IG 3.7.0-54

We are using a (or rather the accompanying) PRD to revoke roles from IG -> IDM

The issue we are having, is that the "Reason", when seen from IdMs request status is written in english, for example "Remove permission assignment from user/account for permission......"

We need it to not be in english.

Where can we change that string?

I can't find it in the prd itself.

It seems to be in the database (based on the response from the rest call), we get for example:

"reason":"Remove permission assignment from user/account for permission AppenJFTest-JF requested by UserApplication Administrator while certifying Lederes rettighedstilsyn.

  • 0  

    Greetings Nicolai,
       This is not one (1) string, but rather two (2) stings / properties. From the ReviewCoreServiceRsrc_en.properties in the persistence-strings.jar

    REMOVE_PERMISSION_ASSIGNMENT=Remove permission assignment from user/account

    CHANGE_REQUEST_REASON_PERM={0} for permission {1} requested by {2} while certifying {3}. {4}




    I have not had a chance to look in the 3.7.0 code base, but I would gather by the screenshot that we may not have received the translation for your language in time. Which, is why it appears in English, but we would have resourced it.  Therefore, you should be able to follow the Best Practice for String customization for the necessary language and "see" the change.

    NOTE: At this point, you should really be utilizing 3.7.3 and not 3.7.0

    Sincerely,
    Steven Williams
    Principal Enterprise Architect
    OpenText Cybersecurity


  • 0   in reply to   

    Thanks. Great it can be done.

    I tried to find the best practice for string customization here https://www.microfocus.com/documentation/identity-governance/3.7/

    The doc "String Customization" points to https://www.microfocus.com/documentation/identity-governance/3.7/tech-refs/String-Customization-OSP.pdf

    That tells us how to customize strings for OSP.

    I suspect I need to look somewhere else, can you tell me where?