Function getValueListDisplay issue

Help and documentation (sample code) list order
application.getValueListDisplayValue(real value, valuelist)

method works when order is

application.getValueListDisplayValue(valuelist, real value)

Karel,

Thanks for noticing.
The docs and the move code will be updated.

It should have been
move code:

application.getValueListDisplayValue(valuelistname, realvalue)

sample code (was correct)

//Retrieve a valuelist display-value for a real-value
var displayable_status = application.getValueListDisplayValue('case_status',status);