• Server Side API to get connection string or URL

    From the Server side API, how do I get the connection string (i.e. Server, SQL Database)? I need it to execute custom SQL code that joins data from another database. From the Client Side, I can use var url = aras.getServerBaseURL(); var base = aras…