Setup Checklist structure

The Setup Checklist has two types of items:

 

An integrating application can add both types of items. The categories in the Setup Checklist correspond to command lists in the application. The individual items correspond to commands in the application that are used to open setup windows. The items in each category should be listed in the suggested order that the setup tasks be performed.

Each node in the Setup Checklist tree is uniquely identified by the following:

Dictionary ID   This is the ID of the dictionary that contains the command used for the category or item.

Command Form ID   This is the resource ID of the form that contains the command used for the category or item.

Command ID   This is the resource ID of the command used for the category or item.

Top-level node

The constant SETUPCHECKLIST_TOPLEVEL is used to specify the dictionary ID, command form ID, and command ID of the top-level node in the Setup Checklist tree. This node isn’t visible in the tree. You will use this constant when adding items that appear in the first level of the tree.

First-level nodes

The core set of first-level nodes displayed in the Setup Checklist tree use the same command list definitions as the Setup submenu that appears in the Tools menu.

The following table provides information about these command lists.

[spacer]

Category

Command form

Command

System

Command_System

CL_System_Setup

Company

Command_System

CL_Company_Setup

Financial

Command_Financial

CL_Financial_Setup

Posting

Command_System

CL_Posting_Setup

Purchasing

Command_Purchasing

CL_Purchasing_Setup

Inventory

Command_Inventory

CL_Inventory_Setup

Sales

Command_Sales

CL_Sales_Setup

Payroll

Command_Payroll

CL_Payroll_Setup


This is a list of the first-level nodes added by the core Microsoft Dynamics GP application. Other integrating products may have added first-level nodes to the Setup Checklist tree.



Documentation Feedback