How do I display the lookup meaning using the lookup code using Groovy in Fusion Goal?

Use this topic to learn how you can use Groovy to display the lookup meaning from the lookup code.

To display the values for the lookup meaning, add the following script to the formula field:

return nvl(getSelectedListDisplayValue('API_NAME_FIELD_OF_VALUE'),"")

In this script, replace the API_NAME_FIELD_OF_VALUE with the API of the lookup type field.