Glued – Script Functions – Get Config Information
This script function will return the configuration information for a specified organization id and configuration id. Similar to the script function “SQL Fetch DataSet Row”, this function will return all values into individual variables if a specific field is not requested. For instance, if you want to retrieve the “model” for a specific configuration, you can access that field with the variable “@gluemodel@”.
The organization id used is the ITG organization id. If not known, it can be retrieved using the applicable script function. The configuration id is required as well. If a single field is specified to be retrieved, the value will be returned to %pluginresults% provided the information specified is valid; otherwise it will contain the error.