|
|
|
InfoJetSoft.Rules.BindingTest |
|
|
The InfoJetSoft.Rules.BindingTest rule enables the new engine of InfoJet Service's calculation logic named with "InfoJetSoft.Rules.BindingTest" on the current form template.
|
|
|
First, the InfoJetSoft.Rules.BindingTest rule must be a form load rule.
The InfoJetSoft.Rules.BindingTest rule's name must be "InfoJetSoft.Rules.BindingTest".
Then please set the rule's condition to the expression: "Enabled" = "True", and add a "Show dialog box message" action into the rule, the dialog box message can be any text.
|
|
|
| BindingTest provides a new calculation engine for default value evaluation, rules trigger and evaluation.
With it, InfoJet Service can process the forms more precisely, and correct the data errors in the existing forms while opening them according to the default value expressions..
|
|
|
For the new applications, we suggest to enable it with the configuration key in web.config directly, like the following:
<add key="InfoJetSoft.Service.BindingTest" value="true"/>
This key will enable the BindingTest feature on all of form templates.
For the existing applications, we suggest to enable it by form template after tests one by one with the InfoJetSoft.Rules.BindingTest rule.
|
|