IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Check for empty fields

    Posted 12/13/17 07:52 AM

    Im trying to create a Process that will run a health check on an Object.
    In this case the Object is a request-form and we want to make sure all fields are completed.
    The general question is How to create a Decision Swith that test a filed for “null”.
    In particular, when I try to run a test on an Multiple Check Boxes field (field equals ), I get this error:

    Thanks in advance.
    Gonzalo


    #webMethods-BPMS
    #webMethods
    #AgileApps


  • 2.  RE: Check for empty fields

    Posted 01/15/18 07:38 AM

    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


  • 3.  RE: Check for empty fields

    Posted 12/17/18 06:38 AM

    Is it possible to use layout rules for multi select picklists or multi select checkboxes? If so could someone share the syntax for checking if a specific values is chosen.


    #webMethods-BPMS
    #webMethods
    #AgileApps


  • 4.  RE: Check for empty fields

    Posted 12/18/18 05:29 AM

    Hi Kevin Gutch,

    Layout rules does not support multi select picklists, multiple checkboxes and multi object lookups. You can check the types supported by the layout rules at the link below.

    For more info: http://agileappscloud.info/aawiki/index.php/Layout_Rules

    Regards,
    Prajwal Mathad


    #AgileApps
    #webMethods
    #webMethods-BPMS