MappingGlTableAndFields¶
Example Json Object
1{
2 "table": "LEDGER_TRANSACTION",
3 "fields": [
4 {
5 "field": "string",
6 "captionKey": "string",
7 "caption": "string",
8 "customReference": true
9 }
10 ]
11}
📄 Description: Data structure representing the mapping of general ledger tables and fields, facilitating the alignment of ledger entries, transactions, accounts, and financial records for accurate reporting and analysis.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
table |
string |
false |
none |
Specifies the name of the general ledger table associated with the ledger entry, transaction, account, or financial record. |
fields |
false |
none |
List of fields items |
Enumerated Values
Attribute |
Value |
|---|---|
table |
EMPTY_FIELD, LEDGER_ENTRY, LEDGER_ENTRY_ADDITIONAL_CURRENCIES, LEDGER_ENTRY_APPLICATION_REFERENCE_AP, LEDGER_ENTRY_APPLICATION_REFERENCE_NLA, LEDGER_ENTRY_APPLICATION_REFERENCE_NRE, LEDGER_ENTRY_TAX, LEDGER_TRANSACTION, LEDGER_TRANSACTION_APPLICATION_REFERENCE_AP, LEDGER_TRANSACTION_APPLICATION_REFERENCE_NLA, LEDGER_TRANSACTION_APPLICATION_REFERENCE_NRE, USER_INPUT |