One of your ideas has been delivered from your suggestion.Groovy Support for Custom Lookup Values

A new LookupHelper.getLookupInstance Java method is provided, which allows programmers to instantiate a lookup object for use in subsequent Groovy code. For example:

Lookup customLookup = LookupHelper.getLookupInstance("ALG_ENTITY_FLG", "CMAL");

Previously, the product did not support a good method for instantiating a lookup object in a Groovy script when there was no Java class generated for the lookup.

You can instantiate a lookup object in Groovy when referring to a custom lookup value rather than using a variable.

Steps to Enable

You don't need to do anything to enable this feature.