How do we refer configuration set in Application system setting?

How do we refer the configuration set from an application setting. As per my understanding, there seems to be a data page which is generated when we create on configuration set which could be used in the application setting.

I created a configuration setting but there was no data page generated for this. Could someone please advise on this.

@KirtiG38

As I know, it will not create any datapage.

if you are planning to use app settings in REST connect, In REST connect, service tab → base URL → refer .

if you want refer the value in any other place like data transform use function @(Pega-RULES:Utilities).getRuleSystemSetting()

HI @KirtiG38,

By default no data page will be created, Because URL will be sourced from which data page will be defined by developer. So we can map any data page for configuration set in application settings rule .

Thanks.

@KirtiG38 - I have used the expression builder to form the D_Configuration page for the setting and used that within the application setting. there is an issue related to Context as step page might be blank. in such case i created a Data page and passed that in the contextRef parameter.

@KirtiG38 Thanks for the help. I also tried passing “Primary” in the context and it worked, also was missing an = sign before dpage call in the app setting