Thetis IMS
Datakatalog

Document

Definition

Description of a document that can be exchanged with other systems.

Document

Fields

Id

Unique identification of this document.

id Long Read only

Context id

Unique identification of the context that this document belongs to.

contextId Long Read only Context

Document type

The type of this document.

documentType DocumentType Read only

Number

Unique identification of this document within the context and type.

documentNumber Long Read only

Initials

Initials of the user who created this document.

initials String Read only

User id

Unique identification of the user who created this document.

createdByUserId Long Read only User

Time created

Time of creation of this document.

timeCreated Date Format yyyy-MM-dd'T'HH:mm:ss.SSS'Z' Read only

Posting Date

Date determining which accounting period the document belongs to.

postingDate Date Format yyyy-MM-dd

Canceled

Indicates if this document has been canceled.

cancelled Boolean Read only

Time canceled

Time of cancellation of this document.

timeCancelled Date Format yyyy-MM-dd'T'HH:mm:ss.SSS'Z' Read only

Status

Specifies the status of the work to be performed based on this document.

workStatus DocumentWorkStatus

Country

Indication of the country to which this document is addressed.

countryCode CountryCode

Language

Indication of the language to be used by the system in connection with this document.

languageCode LanguageCode

Value

The value of this document.

value BigDecimal Read only

Report Name

The name of the report to be used for printing this document.

reportName String Read only

Report type

Type of report used for printing this document.

reportType ReportType Read only

Report

Report to be used for printing this document.

reportDescription String Read only

Report id

Unique identification of the report used when generating the print-out of this document.

reportId Long Report

Creation id

Unique identifikation of the creation of the document.

documentCreatedEventId String Read only

Cancellation id

Unique identification of the cancellation of the document.

documentCancelledEventId String Read only

Data document

Document containing data owned by external applications.

dataDocument String JSON

Filter

Document type

Only show documents of this type.

documentType DocumentType

Document no.

Show only the document that has this particular number.

documentNumber Long

Status

Only documents with this work status will pass the filter.

workStatus DocumentWorkStatus

Only cancelled

Only show documents that are cancelled.

onlyCancelled Boolean

Only not cancelled

Only show documents that have not been cancelled.

onlyNotCancelled Boolean

Only not done

Only show documents with a status differenct from 'Done'.

onlyNotDone Boolean

Time created

Only show documents created within this time interval.

createdWithinCommonTimeInterval CommonTimeInterval