How to call configuration set property in view in constellation

I have a config set created & I want to call the config set property inside view to show in case type.

Hi @Chandra2505: You can create a field in your case and map it to the value from configuration created. Expression builder will help you to choose the configurations created (technically via a Data page).

Thanks.

Hi @ArulDevan: You mean I need to map the config set value to a property which I will create in work class? or if no then can you explain with some screenshot please.

Hi @Chandra2505: Yes. You need to create a property in the work class and map the value of the property from Configuration before loading the screen.

Alternatively you can configure the property to refer from the configuration data page (this would need configuration in dev studio)

Thanks.

@ArulDevan yeah this approach I have already tried & working fine. But I was asking if there is any way to directly call the property of config set

@Chandra2505

The Config sets can be accessed in data Transform, When rules. If you’re planning ot show it on the View, then you have to use PreDataTransform to store the value of the Config set in a property