Module: Alias for relationship
956042Sep 13 2012 — edited Sep 17 2012Hi,
One of my colleagues tried to solve the problem I had posted earlier in a different way. He encountered a different problem (mentioned below):
Main rulebase - no property file
Module - with property file
In the module, defined an entity "the child" and exported the enitity to the property file.
Wrote a rule in the module with "ExistsScope(the children, the other child)". Built the rulebase as module successfully.
Then linked the module to the main rulebase. Build was fine. But when I tred Build and Debug without screen option, Main rulebase gave an error
entity "" does not exist in module Test_rulebase".
If I rewrite the rule using "ExistsScope(the children)", then it works fine. Not getting any errors.
Please help.
Thanks,
Naveen