cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic feeder class binding to config

Astashonok
Participant
0 Kudos

Usually we assign feeder class to GUIBB in GUIBB configurator in FLUID.

Is it possible to do this dynamically at runtime? I want to change feeder class conditionally, e.g. depending on current user

Accepted Solutions (0)

Answers (1)

Answers (1)

bpawanchand
Active Contributor

Hi ,

I think you can make use of the features of OOPS like Inheritance and Polymorphism.

The other option would be CBA - Context Based Adaptation.

Regards,

Pavan

Astashonok
Participant
0 Kudos

Just tried to add dynamics via inheritance but ATS list guibb config doesn't work. The fieldcatalog is filled, field descriptions as well, but the list is empty. What am I doing wrong with the inheritance?