title: "PaymentTerms (table)" category: reference tags: [table, paymentterms, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.PaymentTerms
Schema: dba
Aantal kolommen: 12
Zie ook de entity-pagina: ../entities/PaymentTerms
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
PymtId |
nvarchar(5) | Nee | — | — |
PymtDescr |
nvarchar(200) | Ja | — | — |
PymtContext |
bigint | Nee | ((1)) | — |
PymtRecStatus |
int | Nee | ((0)) | — |
PymtDataProvider |
nvarchar(50) | Ja | — | — |
PymtExported |
smallint | Nee | ((0)) | — |
PymtExternalId |
nvarchar(50) | Ja | — | — |
PymtExternalStatus |
nvarchar(50) | Ja | — | — |
PymtProviderMutDate |
datetimeoffset(7) | Ja | — | — |
PymtRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
PymtText |
nvarchar(max) | Ja | — | — |
PymtTransferNextTime |
smallint | Nee | ((0)) | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("PaymentTerms")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("PaymentTerms")· ../entities/PaymentTerms Properties, contexts, statussen. Bron:Entities.xml.