Symantec IGA

 View Only
  • 1.  Portal Form:Message object to refer user attributes value

    Posted May 28, 2020 01:59 AM
    Hi Team,
    In Identity Portal Form - In Message object, how can we reference back to User Attirbute like %FIRST_NAME% or %LAST_NAME% ?


    regards,
    William


  • 2.  RE: Portal Form:Message object to refer user attributes value
    Best Answer

    Broadcom Employee
    Posted May 28, 2020 03:36 AM
    Hi William,

    In the Initialization Handler I specify the following, i.e.
      a. retrieve First Name using api.getProp(<FirstName prop's reference name>)
      b. populate Message prop using prop.message


    And the form will display the First Name



    ------------------------------
    Regards,
    Widjaja
    ====================
    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: Portal Form:Message object to refer user attributes value

    Posted May 28, 2020 03:53 AM
    Hi Widjaja, thanks for advice.