MoneyWorks Manual
GetPlugins (pluginType, which [, extension])
Result Type: Text
Definition: Returns a list, separated by "\n", of the designated plug-ins. pluginType should be either "reports" or "forms", and which must be one of "all", "standard" or "user". extension is required to specify the type of form by its file extension (e.g. "invc"" for invoices, ""stmt"" for statements).
In MoneyWorks 9.2.5 and later, the pluginType may be "report_desc" and the which parametr can be a report name — this will yield a description of the reports parameters.
Example: GetPlugins("reports", "user")
Returns a list of custom reports (as found in the MoneyWorks Custom Plug-ins/Reports folder).
GetPlugins("forms", "all", "invc")
Returns a list of all available invoice forms.