What solutions are you using to provide dropdown value lists to key/value attributes?
Example: when creating data, for example a customer in ERP, there are a couple of fields that have possible values like payment terms (ZTERM). There are multiple values available to choose off. But how to embed the possible values in a gateway service?
Is enumeration the way to go? Is it possible to create a custom enumeration? Is it possible to filter the enumeration values in runtime?
Or do I have to provide a separate entityset for each valuelist?
Please share your (basic) solutions!
Regards, Toine