Package options

ActivityHD provides an Options dialog where you can manage and view settings per company which affect the software at the package level. To access the Options dialog, right-click the company folder or right-click a package folder and select Options from the shortcut menu. Package options are currently available for General Ledger, Accounts Payable, Accounts Receivable, and Payroll.

Access to particular options depends on which packages are installed and upon each user's security settings. Security settings are controlled by two security accesses, Options (Admin) and/or Options (Controller), available on each package's package folder resource. For example, manage access to General Ledger options by assigning privileges to the General Ledger folder resource.

Option settings can be exported and imported for sharing among companies.

ClosedExport option settings

  1. Right-click the company folder and select Options from the shortcut menu.

  2. Click .
  3. From the menu, select Export. The Options Export dialog opens.

  4. Browse to the location where you want to save the export file.
  5. Enter the File name.
  6. Click Save. Your current settings are saved in XML format to the location you specified.
Automation

Export is available through automation:

Activity.OptionsExport(Parameters (xml string))

Company.OptionsExport(Parameters (xml string))

Syntax

<Export @DiskFilePrompt(True/False) @DiskFileName />

ClosedImport option settings

  1. Right-click the company folder and select Options from the shortcut menu.

  2. Click .
  3. From the menu, select Import. The Options Import dialog opens.

  4. Browse to the location of the file you want to import and highlight the file name to load it in the File name field.
  5. Click Open. Notice that each package affected by the import is denoted by an asterisk.

  6. Click Apply to apply the new settings and leave the Options dialog open, or click OK to apply the new settings and close the dialog.
Automation

Import is available through automation:

Activity.OptionsImport(Parameters (xml string))

Company.OptionsImport(Parameters (xml string))

Syntax

<Import @DiskFilePrompt(True/False) @DiskFileName />

<Options>

<!--Use Export for example of available options-->

</Options>

</Import>

To learn about each package's settings, expand the package name.