Forum Discussion

vijay's avatar
vijay
New Contributor III
2 years ago

Triggering Finance BR from teh DM Step

hi, Am looking to trigger the Finance Business rule from the DM step.Below is my snippet , but the DM step is not triggering the  finance BR .            Thanks  
  • MikeG's avatar
    2 years ago

    Hi vijay you have it setup right.  You are attempting to run a function called Test.  You need to include the following statement: 

    If args.CustomCalculateArgs.FunctionName.XFEqualsIgnoreCase("Test") Then

    End if

    Uncomment that line out in your code.

    This methodology is great because you have 1 Finance BR, and have one to many individual functions to call upon in that rule.