BrowsableSchemas Parameter (Connect-SugarCRM Cmdlet)
Optional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .
Syntax
Connect-SugarCRM -BrowsableSchemas string
Data Type
cstr
Default Value
""
Remarks
Listing all available database schemas can take extra time, thus degrading performance. Providing a list of schemas in the connection string saves time and improves performance.