MoneyWorks Manual
Edit
GetPlugins (pluginType, which [, extension])
Result Type: Text
Definition: Returns a list, separated by "\n", of the designated plug-ins. pluginType must be either "reports" or "forms", and which must be one of "all", "standard" or "user". extension is required to specify the type of form (e.g. invc
for invoices, stmt
for statements).
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.