OSAdmin
Valued Contributor

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 

Version history
Last update:
‎09-15-2023 06:53 AM
Updated by:
Contributors