GL Account Class List View
The purpose of the GL Account Class List View is to show, add, and edit all the options for categorizing GL Accounts. From here, users can add new records and edit or delete existing records. GL Account Classes are used exclusively for grouping data on financial reports and have no other functionality in the software.
Software Version: 2022.11.28 and newer
Page Header
Toolbar Icons | Description |
|---|---|
Column Filter Show/Hide | |
Delete |
|
Excel | |
Favorites | |
Group By Show/Hide | |
Help | |
New | |
Quick Column Filter | |
Save | |
Saved Layouts | |
Fields | Description |
Account Class | The unique identifier of the record. This default to blank but is required for all records, must be unique and must be <= 50 characters. If a duplicate value is entered, he message "Duplicate Account Classes are not allowed" will be displayed on Save. This value is always editable. Database Field: ERPx_GLAccountClass.ClassName |
Category | Identifies the Category associated with the Account Class. This is a single-select standard lookup that is required. If missing, the message "Category is required." is displayed on Save. This defaults as blank and is always editable. This lookup contains the values in the GLAccountClassCategory Enumeration Class. Database Field: ERPx_GLAccountClass.GLAccountClassCategoryEN |
Inactive | A Yes/No field used to identify if the record is Inactive. If set to 'Yes' then the record is "Inactive" and will not be included in look-ups for other master files. If set to 'No' then the record is "Active" and can be freely used. 'No' values display as blank in the grid. This value is always editable. Database Field:ERPx_GLAccountClass.IsInactive |
Sort | Identifies the sort order of the GL Account Class. This is a text box that is not required. If missing, the system will assume the Sort to be "10". If entered, this field must be a whole number. It defaults as blank and is always editable. Sorting Rules:
Database Field: ERPx_GLAccountClass.Sort |
Related Topics