I need to change text that appears on an approving user’s screen, but I’m not finding where I can change it in the code. I would like to know if there is a folder when IdentityIQ is installed where the codes for the front-end part of the system are stored
That was it! Thank you very much!
One last question, do you have a file with all the keys that can be changed in the system? If possible, can you send a print? I don’t know if it’s possible to send files here on the forum
@gabriel_cantano you can get all the key name from below class
sailpoint.web.messages.MessageKeys
You can open identityiq.jar from decompiler tool like jdgui and then go to this class, here you can get all the key name which you can use in custommesssage file and change the value.
Also check the below file to see what is message is showing
sailpoint.web.messages.iiqMessages_en.properties
So whatever message you are seeing on ui u can search in this file.