Question
2
Replies
162
Views
Posted: November 12, 2019
Last activity: November 13, 2019
Closed
Creating a lookup data page for a table in another RuleSet
I'm trying to create a lookup data page to get 4 values from a data table which is located in a different Ruleset. the data page whenever I try to run it I got an error sayin "Error loading D_ScoreLookup , Reason :Error loading data page"
both the table and the data page are in the same Class but in different Rulesets and different Apps one App is parent and the other App is a child from it.
Are you by any chance have created the data page in parent application rule set, and data class in the child application rule set?
A preferred design approach would be to define the data page in the same rule set as that of data class.
An alternative approach would be to change scope of the data page to Node level, and assign an appropriate access with access to both rule sets to it to solve the rule set access issue.