A * denotes an optional parameter.
setModuleRowSelect(*friendlyName, *dbFieldName)
- Description: Sets the friendly drop down for adding/editing services that allows the user to select a row from the module database. friendlyName is the name displayed when selecting to add a service using this module. dbFieldName must be a field defined by the addDBField function, and should have the unique identification property.
mymodule::$module->setModuleRowSelect("Server", "hostname");
Module Functions