Article Details
Id: | 12412 |
Product: | finPOWER Connect |
Type: | NEW |
Version: | 2.02.03 |
Opened: | 13/11/2014 |
Closed: | 20/11/2014 |
Released: | 04/12/2014 |
Job: | J014477 |
Decision Cards; finDecisionOutcome object now has access to the Decision Card and can be used by Scripts
Decision Card Scripts can now access a finDecisionOutcome.DecisionCard property.
This gives access to the Decision Card (in its current state, i.e., not necessarily when the Decision Outcome was made).
New methods have been added to the Decision Card's Rules collection (finDecisionCardRules). These are:
- Exists(ruleId)
- ItemByRuleId(ruleId)
- NOTE: This will not error if no rule with the specified ruleId is found. Instead, Nothing will be returned and calling code must check for this to avoid erroring. This is consistent with the finAccountClients.ItemByClientId method.