Enumerated fields

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

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

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

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

Satheesh,

Thanks very much for your feedback. Much appreciated.

Kind Regards,

Nico

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.