reveal text box

Hi Team. 

Does anyone know if it is possible to hide an attribute's value on the web interface but then click a reveal box? It would be a bit like hiding a password but then clicking to show it. 

Cheers in advance 

  • Hi Craig

    There are a couple of ways you could do this...

    1. Use a similar mechanism as is used to generated a password automatically (OnGetEffectivePolicy), in otherwords you have a blank (non stored VA), where when you go to view the VA in the form, its empty. But then you script the retrieval of the value and put it into the non stored VA as part of OnGetEffectivePolicy (not forgetting to clear the value from the VA so its not written to the history).
    2. I've personally not played round with this one for a long time, but have a look at "Create a Custom Entry" and "Generation of Custom Entry Value" in the SDK 

    There are a couple of others that might work, but can you explain the use case?