11.11.3. Record set row of the information register
|
Entity name |
AccountingRegister_<Name>_RecordType |
|
Entity set name |
AccountingRegister_<Name>_RecordType |
Properties:
|
Name |
Type |
Comment |
|
LineNumber |
Edm.Int64 |
Line number in the record set. |
|
Active |
Edm.Boolean |
Shows an active row. |
|
Period |
Edm.Date |
Point in time when the record was made. |
|
RecordType |
Edm.String |
Type of the accounting register record: Debit or Credit. |
|
AccountDr_Key |
Edm.Guid |
Debit account (only for registers with correspondence). |
|
AccountCr_Key |
Edm.Guid |
Credit account (only for registers with correspondence). |
|
Account_Key |
Edm.Guid |
Account (only for registers without correspondence). |
|
<Dimensions> |
Corresponds to the dimension type |
For unbalanced dimensions, there are two properties:
|
|
<Resources> |
Corresponds to the resource type |
For unbalanced dimensions, there are two properties:
|
|
<Attributes> |
Corresponds to the attribute type |
|
|
<Common attributes> |
Corresponds to the attribute type |
Except for common attributes that are independent separators. |
Behavior specifics:
The entity is read-only (the GET query).