-
Notifications
You must be signed in to change notification settings - Fork 2
Department
Leandro Rowies edited this page Oct 24, 2022
·
4 revisions
Departments or Tracking Codes are used to tag transactions entered in the system. Each tracking code is linked to several analysis groups. These groups can then be used to report and analyse the data.
Department members
Name | Type | Description | Constraints |
---|---|---|---|
DepartmentID | String | Get the identifier of a department. |
|
Description | String | Get/Set the description of a Department. |
|
AnalysisCode1 | String | Get or Set the value of the first analysis group linked to the Department. | |
AnalysisCode2 | String | Get or Set the value of the second analysis group linked to the Department. | |
AnalysisCode3 | String | Get or Set the value of the third analysis group linked to the Department. | |
AnalysisCode4 | String | Get or Set the value of the fourth analysis group linked to the Department. | |
AnalysisCode5 | String | Get or Set the value of the fifth analysis group linked to the Department. | |
AnalysisCode6 | String | Get or Set the value of the sixth analysis group linked to the Department. | |
IsActive | Boolean | Get or Set a flag indicating whether the department is active or not. Inactive departments do not appear in transaction coding screen lookups. |