10-20-04 12:47 PM
You'll need to assert an instance of whatever class the PMT function is in.
For the rules composer, this means creating a class that implements
IFactCreator. For runtime execution, it just means passing in an instance
of that class (even for static methods).
Matt
"TimG" <TimG@discussions.microsoft.com> wrote in message
news:C534E983-32D9-41DD-BD83-3EECCB5A716B@microsoft.com...
> Hi
>
> I am trying to access the PMT function within the Microsoft.VisualBasic
> .NET assembly but not quite sure how to do it.
>
> the rule will be
>
> if 1==1
>
> then Field Element = PMT(?,?,?,?, 1)
>
> I have set a Vocab fact but the rule never gets activated when using the
> test policy utility within the Business Rules Composer
>
> Regards
>
> Tim
[ Post a follow-up to this message ]
|