Subaccount
Subaccounts (GL203000)
type Subaccount {
subaccountId: Int!
subaccountCd: String!
active: Boolean!
deletedDatabaseRecord: Boolean!
description: String
cd01: String
cd02: String
cd03: String
cd04: String
cd05: String
cd06: String
cd07: String
cd08: String
cd09: String
cd10: String
description01: String
description02: String
description03: String
description04: String
description05: String
description06: String
description07: String
description08: String
description09: String
description10: String
lastModifiedDateTime: DateTime!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}
Fields
Subaccount.subaccountId
● Int!
non-null scalar
subaccountId > The Subaccount ID is the actual ID that the subaccount have in the database and are used in other tables as the relation between the Chart of accounts table and other tables.
Subaccount.subaccountCd
● String!
non-null scalar
subaccountCd > The unique identifier of the general ledger subaccount in the system.
Subaccount.active
● Boolean!
non-null scalar
active > Indicates whether the subaccount is currently active in the system
Subaccount.deletedDatabaseRecord
● Boolean!
non-null scalar
deletedDatabaseRecord > Indicates whether this record has been marked as deleted in the database
Subaccount.description
● String
scalar
description
Subaccount.cd01
● String
scalar
cd01 > Segment 1
Subaccount.cd02
● String
scalar
cd02 > Segment 2
Subaccount.cd03
● String
scalar
cd03 > Segment 3
Subaccount.cd04
● String
scalar
cd04 > Segment 4
Subaccount.cd05
● String
scalar
cd05 > Segment 5
Subaccount.cd06
● String
scalar
cd06 > Segment 6
Subaccount.cd07
● String
scalar
cd07 > Segment 7
Subaccount.cd08
● String
scalar
cd08 > Segment 8
Subaccount.cd09
● String
scalar
cd09 > Segment 9
Subaccount.cd10
● String
scalar
cd10 > Segment 10
Subaccount.description01
● String
scalar
description01 > Description of segment 1
Subaccount.description02
● String
scalar
description02 > Description of segment 2
Subaccount.description03
● String
scalar
description03 > Description of segment 3
Subaccount.description04
● String
scalar
description04 > Description of segment 4
Subaccount.description05
● String
scalar
description05 > Description of segment 5
Subaccount.description06
● String
scalar
description06 > Description of segment 6
Subaccount.description07
● String
scalar
description07 > Description of segment 7
Subaccount.description08
● String
scalar
description08 > Description of segment 8
Subaccount.description09
● String
scalar
description09 > Description of segment 9
Subaccount.description10
● String
scalar
description10 > Description of segment 10
Subaccount.lastModifiedDateTime
● DateTime!
non-null scalar
lastModifiedDateTime > A system generated date/time not visible in the window. Value generated based on when the data has been updated
Subaccount.companyId
● Int!
non-null scalar
companyId > The unique identifier of the company (PK)
Subaccount.id
● String!
non-null scalar
id > The unique identifier of the document
Subaccount.createdInDataMartDateTime
● DateTime!
non-null scalar
createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart
Subaccount.updatedInDataMartDateTime
● DateTime!
non-null scalar
updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart
Returned By
subaccounts
query