Hi Gonzalo Floria,
You can apply “Validations” rule to make sure that fields are filled with details.
Access path: GearIcon > Customization > Objects > {object} > Validations
Example for Text Field:
IF(ISBLANK(field_name), false, true)
Making use of Decision Switch for Multicheckbox field for empty values:-
For a decision Switch, create branches and specify criteria for each branch by double clicking on an arrow coming from the it.
While specifying the criteria to handle the empty value for multicheckbox, select an operator “contains” for this field with value as ‘’(single quotation marks) and handle all multicheckbox values in another branch to continue process further if it contains values.
Regards,
Shashank G
#webMethods#webMethods-BPMS#AgileApps