I've created a FactRetriever that Asserts a DataTable as a long-term fact.
My goal was to have a policy accept an inbound Xml do***ent and using key
fields from the inbound doc query the cached datatable for a matching
record,
then enrich the inbound doc and return it.
I've added the FactRetriever to the properties section of the Policy
version
in the rules composer. How do I use the TypedDataTable asserted by the
FactRetriever when created Rules?
I've tried using its Xml Schema but that gave me "Fact Unrecognized" when
testing the policy. I have varified that the FactRetriever does indeed
retrieve the data and assert it by stepping through the code in vsnet
debugger.