Forum

Mathieu Roll
      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)
    5 years ago #16542
    Up
    0
    Down
    ::

    Hello,

     

    as you can find in the UI5 Documentation the required flag by the input is just for accessibility purposes and dosn’t affect your application logic.

    So you have to check the field within process designer to find out if its filled.

    https://openui5.hana.ondemand.com/#/api/sap.m.Input

    required
    boolean
    false
    Indicates that user input is required. This property is only needed for accessibility purposes when a single relationship between the field and a label (see aggregation labelFor of sap.m.Label) cannot be established (e.g. one label should label multiple fields).