Finance Business Rules: Helper Sub
Example of a helper Sub. Sub allows developers to isolate a chunk of code that will be executed repeatedly in some code, without having to return results. They can be placed in Member Formula in the Helper Functions section, or in Business Rules.
'Substitute MySub for Helper Sub name
Private Sub MySub(ByVal api As FinanceRulesApi)
' ... do something here
End Sub
Source: Snippet Editor: Finance - Business Rules - General
Updated 2 years ago
Version 5.0