Forum Discussion

Tom's avatar
Tom
New Contributor III
8 days ago

Business Rules Implementation

 

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.

  • sameburn's avatar
    sameburn
    Contributor II

    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