Hi,
I’m working on a DataMiner protocol where one of the columns in a retrieved table contains a value that functions as a key or token. While this value is required for technical purposes, I’d prefer to keep it hidden by default in the UI but still allow it to be viewed temporarily when needed (similar to a "show password" feature or tooltip).
Is there a way to implement this either:
-
In the protocol code or XML to control visibility dynamically?
-
Or through a UI feature that allows users to toggle or temporarily view the value in the table?
Ideally, I’d like to prevent the value from being always exposed but still allow access when necessary (e.g. for troubleshooting).
Thanks in advance for your help!
Best regards,
Hi Deema,
Another option could be configuring permissions in DataMiner. For example, a user can have access to the visual overview, but not to the data overview.
In that way, the protocol does not need to modified. You will need to create an overview (Visio) where only the required columns can be displayed. To display tables in a visual overview, you can use the shape data ParameterControl.
Hope it helps.