Hi,
We have a VIP/BFM which uses a enum_type XYZ for a field “node_id”.
The above VIP works when with one definition of the enum_type.
Suppose the VIP code has to be reused at multiple places (using instances ) but each use case has a different enum definition for node_id field
The enum_type XYZ is expected to be defined differently in different use cases (as node_id can vary per user).
How can the build/compile of the VIP be taken care so that different instances have enum_type XYZ pointing to different enum_defintions