I am using a custom fuctoid to lookup some data from a data source, but i dont want to hardcode my connection string as a parameter in the functoid, is there a best practice regarding that issue.
I was thinkng of creating a scripting functoid to call an assembly to read the connection string from a config file.