Dynamic Logic Conditions

This section describes the dynamic logic conditions that are only for use in relation to creating claim transactions.

Select Transaction Creation Scenario Condition

Dynamic logic conditions of this type are attached to claim transaction creation scenarios to indicate if a particular scenario should be selected for a particular claim or not.

Parameters

Parameter Name Parameter Type Input / Output Description

transactionScenario

Input

Transaction creation scenario that is being evaluated. Provided to allow access to parameters of the scenario.

claim

Claim

Input

The dynamic logic needs to:

  • return true if the scenario is to be used with the claim; otherwise, it needs to return false.

Claim Transaction Event Rule Condition

This type of dynamic logic can be attached to a claim transaction event rule to determine whether a claim transaction event message should be sent.

Parameters:

Input Parameter Name Type Description

ctrClaim

CTR Claim

The claim transaction being processed.

ctrClaimTransactionEventRule

The event rule being evaluated (useful for passing event rule dynamic field parameters).

The condition should return true when a claim transaction event message should be sent, false otherwise.