For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hello, We have been faced with a bit of a challenge trying to author rules based upon specific requirements. Essentially, Rules need to be isolated by owner (in this case, Team ABC and Team XYZ should only have access to their own rules). This is intended to be implemented via Inclusions To simplify the usecase, the user will enter their age and the rules will infer possible Offices that they should visit. Each office is accompanied by a 'location' value. Attempted Solution Rule Structure: The above structure is required because we need to isolate the rule files that will eventually be in separate rulebases (and then included in a Parent rulebase) as these will be managed by different sets of administrators (e.g. Team ABC and Team XYZ). Data Model: Relationships for the ABC offices and the XYZ offices have been created so that we can support the Rule File Structure above Rules: ABC_Office_Decision.xlsx XYZ_Office_Decision.xlsx The Problem OIA will not allow this implementation as the office's location is a multiply proven rule in two different files. Alternative Solutions