Skip to main content
December 30, 2024

Business Rules Implementation

  • December 30, 2024
  • 1 reply
  • 0 views

 

Hi,

I'm trying to learn more about the business Rules and what they are doing.

Where can I find the various function implementations.

For Example: I have this function 

        Dim connectionString As String = GetConnectionString(si, globals, api)

For the GetConnectionString function where is the code for this funciton ? so I can read and understand what its doing ?

If this is in the API, I have been looking there today, can you reference which folder / document I can get this.

Thanks for your help in advance.

1 reply

January 3, 2025

Hi Tom

In your example that line of code is calling a custom function (that returns a string) that exists in the same Business Rule e.g a Connector

If you navigate to that Business Rule and search for that function e.g GetConnectionString. Instead of the function call e.g Dim connectionString As String = GetConnectionString(si, globals, api).

It should take you directly to that function in the Business Rule, which should help demystify.

Hope this helps 

Sam