Difference between revisions of "Visibility"
(Created page with "It is possible to set the visibility of a property for the visualization on the mobile device. This mechanism is used to hide System properties for the "normal" user. Every pr...") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | It is possible to set the visibility of | + | It is possible to set the visibility of every property for the visualization on the mobile device via the [[Application Context Management]]. <br> |
− | Every property marked with visibility = "Visible" will be displayed on the device. | + | This mechanism is used to hide System properties for the "normal" user.<br> |
− | Every property marked with visibility = "Hidden" is not visible on the mobile device | + | *Every property marked with visibility = "Visible" will be displayed on the device. |
+ | *Every property marked with visibility = "Hidden" is not visible on the mobile device. | ||
+ | {{Hint|Check the ACM configurations by using the [[ACM Manager]].}} | ||
+ | |||
+ | [[Category:Publishing|Visibility]] |
Latest revision as of 09:09, 11 July 2023
It is possible to set the visibility of every property for the visualization on the mobile device via the Application Context Management.
This mechanism is used to hide System properties for the "normal" user.
- Every property marked with visibility = "Visible" will be displayed on the device.
- Every property marked with visibility = "Hidden" is not visible on the mobile device.
Check the ACM configurations by using the ACM Manager. |