GL Dimension
Summary
Financial data dimensions associated with General Ledger journals. It is a generic way to capture attributes that help in categorizing and analyzing financial data across different dimensions, such as departments, cost centers, projects, and regions.
Data Definitions
Company
Data Type | Field Name | Rules | About |
---|---|---|---|
String | dimensionType | Zero or One | The type of dimension. |
String | code | Zero or One | The canonical code for the gl dimension. |
String | name | Zero or One | The name of the gl dimension. |
Sample JSON
{
"@type": "GLDimension",
"uniqueText": "ca833891-1145-45f6-a641-0a4a77c60fb1",
"dimensionType": "CostCenter",
"code": "6110",
"name": "Advertising Expense"
}