Does anyone know if it's possible to return the state field Name instead of the state Value in a LM Transaction or a Web Request?
For example for the state field below the record returned is in state Unreleased, but the LM Transaction and Web Request will return the state value 0 instead of state name "Unreleased".
Status is Numeric size 1
States
Unreleased value is 0
Released value is 1
Approved value is 2
The state value can easily be converted to the state name using a case statement, but wouldn't reflect any changes made to the underlying business class in the future.