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.

 View Only
  • 1.  Enumerated fields

    Posted Fri August 13, 2021 07:02 PM

    We are looking to have a pick list showing value labels in one format and recorded values in another upon selection.

    For example:

    VISIBLE PICK LIST LABEL:

    STREET
    ALLEY
    LANE

    RECORDED VALUE INTO THE FIELD UPON SELECTION:

    ST
    ALY
    LN

    Is this possible in webMethods Agileapps?

    NICO


    #webMethods
    #AgileApps


  • 2.  RE: Enumerated fields

    Posted Mon August 16, 2021 12:54 AM

    You can achieve this by using “Manage Values” option available on the picklist filed properties page. You can define display labels and values. where ‘value’ is the recorded value and ‘label as displayed’ is the text which is displayed to end-user. However this option is not available for global picklists.

    Let’s know if this helps.

    Regards,
    Satheesh


    #AgileApps
    #webMethods


  • 3.  RE: Enumerated fields

    Posted Mon August 16, 2021 11:50 AM

    SATHEEESH, THANK FOR THE FEEDBACK. WE HAVE IMPLEMENTED THE FIELD SET UP AS YOU DESCRIBE IT BUT THE VALUE RECORDED IS THE SAME AS THE LABELED VALUE TO BE AVAILABLE TO THE END USER. SEE ATTACHED SCREEN SHOTS. ARE WE MISSING SOMETHING? THANKS FOR YOUR FEEDBACKPICK LIST FIELD VALUE AS RECORDED
    PICK LIST FIELD VALUE LABEL AS AVAILABLE TO END USER


    #AgileApps
    #webMethods


  • 4.  RE: Enumerated fields

    Posted Tue August 17, 2021 06:43 AM

    The configuration appears correct.
    For enumeration supported fields, while viewing the existing value, the ‘label as displayed’ text will be displayed. But in the Server, the value which is saved is the ‘value’.

    You can confirm it by using the REST API for the mentioned record.

    http://agileappscloud.info/aawiki/index.php/REST_API:record_Resource

    https://{yourDomain}/networking/rest/record/{objectName}/{recordId}
    

    Regards,
    Satheesh


    #AgileApps
    #webMethods


  • 5.  RE: Enumerated fields

    Posted Tue August 17, 2021 11:53 AM

    Satheesh,

    Thanks very much for your feedback. Much appreciated.

    Kind Regards,

    Nico


    #webMethods
    #AgileApps