In the BR composer go to the facts explorer and click the databases tab.
Make a connection to the SQL server database that hosts your table.
Drag and drop the columns from this table to your rule.
HTH,
Randal van Splunteren
> 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 document 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.
>