-
Notifications
You must be signed in to change notification settings - Fork 2
GLDefaults
PatrickLane edited this page Nov 17, 2014
·
2 revisions
Presentation of the GLDefaults data structure. GL defaults need to be set before new GL accounts can be created
GLDefaults members
| Name | Type | Description | Constraints |
|---|---|---|---|
| AuthorUserID | String | Get the ID of the user who last updated the GL defaults. | |
| DepartmentID | String | Get/Set default Department ID for new GLs. |
|
| GLCategoryID | String | Get/Set default GL category ID for new GLs. This will affect how GL balances will be reported on in P&L and Balance sheet reports. |
|
| GLGroupID | String | Get/Set default GL Group ID for new GLs. |
|
| GLSubCategoryID | String | Get/Set default GL sub-category ID for new GLs. This will affect how GL balances will be reported on in P&L and Balance sheet reports. |
|
| TaxID | String | Get/Set the default tax code applied to new GLs. |
|