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

displaying field depending on a boolean attribute

 Hi, I would like to display the field DefaultAddressEmail while creating a new user in the web portal only if the attribute IsExternal is ticked (i.e. = true). this is because externals users will not have email address and their own addresses will be set  as default email address.

 

I'm using the version 8.0.0.36.

 

can you help me to do that in the web designer ? 

 

Thanks in advance

Parents
  • What I would do without knowing the organization is the following:
    - DefaultEmailAddress : if is an external with internal mail required: @external.organizationdomain.com, if not @emailaddress (or empty), if internal @organizationdomain. For those externals that has both i would create a custom column like ccc_additionalmail that if deaultemailaddres has the organization domain you could store it and display it in the webportal as an additional attribute. you could add for that column additionalpermissions to be displayed. Maybe what im not understanding is that you dont want that personalemail to be displayed, if is that the case, leave defaultemailladress to blank and store personal email in another attribute with specific permissions to be read.

Reply
  • What I would do without knowing the organization is the following:
    - DefaultEmailAddress : if is an external with internal mail required: @external.organizationdomain.com, if not @emailaddress (or empty), if internal @organizationdomain. For those externals that has both i would create a custom column like ccc_additionalmail that if deaultemailaddres has the organization domain you could store it and display it in the webportal as an additional attribute. you could add for that column additionalpermissions to be displayed. Maybe what im not understanding is that you dont want that personalemail to be displayed, if is that the case, leave defaultemailladress to blank and store personal email in another attribute with specific permissions to be read.

Children
No Data