Edit the Transformation Event Handler Business Rule
The Transaction Matching solution requires changes to the Transformation Event Handler Business Rule Formula and Referenced Assemblies for the solution to work properly.
-
Add the following code to the Formula tab:
Dim txmHelper As New DashboardExtender.TXM_SolutionHelper.MainClass
txmHelper.ProcessImportOrClear(si, globals, args)
-
On the Properties tab, add the following code to the Referenced Assemblies row:
BR\TXM_SolutionHelper