/
ConnectWise Advanced Configuration Table

ConnectWise Advanced Configuration Table

This {ConnectWise Advanced Configuration Page} macro will let you produce details for each configuration that match the criteria entered in the macro.

In addition, there is the ability to group the configurations based on a single field.  You can also sort by a field. (separate to the group by field).

 

The following two macros are used based on the group by field.

{Doctoolkit Header}

{Doctoolkit Footer}

 

To include a field in the body of the macro, surround it with #'s, like  ##field##.

For example:

The warranty for workstation ##ConfigurationName## will expire on ##WarrantyExpiration##.

 

You can insert other Macros within the {ConnectWise Advanced Configuration Page} macro.  You can also pass the values of fields in to these macro's by surrounding the fields with #'s.

 

Valid fields

Standard Configuration Fields:

"Id", "ConfigurationTypeId", "ConfigurationType", "StatusId", "Status",
 "ConfigurationName", "ContactName", "CompanyName", "CompanyId", "ContactId",
 "OwnerLevelId", "BillingUnitId", "Manufacturer", "ManufacturerId",
 "SerialNumber", "PurchaseDate", "InstallationDate", "InstalledBy",
 "WarrantyExpiration", "LastUpdate", "UpdatedBy", "AddressId",
 "AddressLine1", "City", "State", "ZipCode", "Country", "ModelNumber",
 "TagNumber", "VendorNotes", "Notes", "MacAddress", "LastLoginName",
 "BillFlag", "BackupSuccesses", "BackupIncomplete", "BackupFailed",
 "BackupRestores", "LastBackupDate", "BackupServerName", "BackupBillableSpaceGb",
 "BackupProtectedDeviceList", "BackupYear", "BackupMonth", "IPAddress",
 "DefaultGateway", "OSType", "OSInfo", "CPUSpeed", "RAM", "LocalHardDrives",
 "IsActive", "ParentConfigurationID", "VendorCompanyID", "VendorCompanyName",
 "ManufacturerCompanyID", "ManufacturerCompanyName"

 

And questions