SmartDevicesPlus 6 Menu Features

Visible condition

A new property named 'Visible condition' was added to panels that are added to the application's menu using SmartDevicesPlus properties.

This property allows user to define conditions that must be evaluated in order to show or hide a menu option.

User can use any code that is compatible with GeneXus data provider syntax, like calling a procedure, compare current date time.

e.g.

If an option is meant to be displayed only on Android platforms, user can enter the following condition:

ClientInformation.DeviceType = SmartDeviceType.Android

sdp_editor_menu_condition