Forum

Sarah Werner
Moderator
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
9 months, 2 weeks ago #54229
Up
0
Down
::

Another way to achieve this behaviour (without using shapes in the Process Designer) would be to add an Expression Binding to the “enabled” property of your DatePicker widget within the App Designer.

 

The expression would look like this:
{= ${variableHolder>/bCheckBoxSelected} ? false : true}

 

For further information for Expression Bindings with SAP UI5, please have a look at the SAP UI5 documentation.