Implementing Inline Validation for Access Request Business Justification

Which IIQ version are you inquiring about?

IIQ8.4p2

Please share any images or screenshots, if relevant.

Share all details about your problem, including any error messages you may have received.

Hi Team,

I am looking to implement a character count validation for the business justification textarea within the Access Request pop-up.

Current State: I attempted to modify SailPointBundle.js to enforce this limit. However, the validation error triggers a secondary pop-up/alert rather than displaying within the current UI context.

Desired State: I want to display a real-time validation message directly within the UI—specifically in the area highlighted in green in the attached screenshot—to provide a smoother user experience.

Has anyone successfully implemented a “character” counter or inline error for this specific textarea? or any pointer will be really helpful.

Hello @nchellamuthu
I haven’t inplemented this but bellow attached links might be helpful.

if you’re looking for real time validation (or character counting) I would recommend a custom plugin

Hi @nchellamuthu ,

You will have to write a custom plugin to achieve this scenario. If i understand correctly, you want to count the number of characters inputed in the business justification box?? If yes, if you can write it , that will be good. if you need help in writing it, i can do that. It will be basic plugin to achieve it.

I sincerely appreciate everyone’s suggestions and inputs. I will now work on the next steps.