Crossfeed Rule Example
Rules created in the Crossfeed project are automatically executed in all projects that are available to you so use caution when setting up a Crossfeed rule.
The following rule forces the creation of an account case when the score exceeds 900 in all transactions which contain the ffmFrdCard.Score field.
if ( ffmFrdCard.Score is larger than 900 )
then {ForceCase(); }