Symantec IGA

 View Only
  • 1.  IDM Screen field validation for a field validates all fields

    Posted Jul 28, 2020 03:32 PM
    I have a screen with few fields, and with field validation javascript defined for all the fields.

    For one of the field, I turned "on change" validation. However, this validates all the fields, even if the user has not yet gotten to those fields.

    How can I validate just 1 field with on change, and validate rest of the fields at click of "next"?



  • 2.  RE: IDM Screen field validation for a field validates all fields

    Broadcom Employee
    Posted Jul 29, 2020 10:27 AM
    Garima,
      It looks like you are doing the validation on the screen and not the attribute level, Try setting the validation per attribute and not all at once:

    Bill Patton

    ------------------------------
    And, as always Perhaps there are others in the communities who have experience in doing this and we invite them to comment here also.

    Another option may be to reach out to our partner HCL Technologies to see in what way they can assist further. The Enterprise Studio team of HCL can be reached at enterprisestudio@hcl.com. https://www.hcltech.com/enterprise-studio
    ------------------------------



  • 3.  RE: IDM Screen field validation for a field validates all fields

    Posted Jul 29, 2020 10:35 AM
    Nope I am doing the validation at field level not at the screen level. Please see the screenshots attached.


    The screen validation is empty - 


    The field validation is configured for most of the fields




  • 4.  RE: IDM Screen field validation for a field validates all fields

    Posted Aug 03, 2020 01:10 PM
    Hi Garima,

    Its tricky with IDM screen if you want to achieve multiple attribute validations on same screen. I've done this multiple times and best thing I could get is to do validation upon submission on overall page level and not at the individual attribute itself. 

    You can also see options from Policy Xpress (UI type) to trigger validations on submission. 

    Hope this helps!

    Thanks,
    Sai