PDA

View Full Version : Business Rules Engine



faisal.yousuf
01-27-2006, 04:59 AM
Hello All,
I need some information of the Business Rules Engine Component of the Business Intelligence Frameworks i have not being able to find any information about that
Thanks

adeshazor
02-01-2006, 03:06 PM
There is no single "Business Rule Engine Component". However, several components provide the ability to implement business logic. For example, data can be queried with the SQLLookupRule or the XQueryLookupRule. The JavaScriptRule can then use the queried data to set other parameters that impact other components. As you can see, the flexibility allows for a wide range of "business logic" to be executed within an action sequence. Our demo and documentation illustrate the use of these components.

Anthony