Closed
Unable to reference Data page with parameters in a Connector rule
I have a connector rule in which I want to set the Queue name using a datapage that has parameters.
So in the Request Queue Name, I have specified the value as:
=D_LoadEnvSettings[MethodName:"ABC_Connector_name", Ruleset:"RSName",DSSName:"EnvironmentName"].REQQUEUENAME
However at run time I am receiving this error:
The reference =D_LoadEnvSettings[MethodName:"ABC_Connector_name", Ruleset:"RSName",DSSName:"EnvironmentName"].REQQUEUENAME is not valid. Reason: Page name (D_LoadEnvSettings[MethodName:"ABC_Connector_name", Ruleset:"RSName",DSSName:"EnvironmentName"]) from indirect reference was not found.
Is it not possible to reference data pages this way in a connector rule?