Table "Service Document Register"
ID 5936
Namespace: Microsoft.Service.Document
Properties
| Name | Value |
|---|---|
| Caption | Service Document Register |
| DrillDownPageID | Page Microsoft.Service.Document."Service Document Registers" |
| LookupPageID | Page Microsoft.Service.Document."Service Document Registers" |
| DataClassification | CustomerContent |
Fields
| Name | Type | Description |
|---|---|---|
| "Source Document Type" | Enum Microsoft.Service.Document."Service Source Document Type" | |
| "Source Document No." | Code[20] | |
| "Destination Document Type" | Enum Microsoft.Service.Document."Service Destination Document Type" | |
| "Destination Document No." | Code[20] | |
| "Invoice Period" | Enum Microsoft.Service.Contract."Service Contract Header Invoice Period" | |
| "Last Invoice Date" | Date | |
| "Next Invoice Date" | Date | |
| "Next Invoice Period Start" | Date | |
| "Next Invoice Period End" | Date | |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Methods
InsertServiceSalesDocument
procedure InsertServiceSalesDocument(ServDocType: Enum "Service Source Document Type", ServDocNo: Code[20], SalesDocType: Enum "Service Destination Document Type", SalesDocNo: Code[20])
Parameters
| Name | Type | Description |
|---|---|---|
| ServDocType | Enum Microsoft.Service.Document."Service Source Document Type" | |
| ServDocNo | Code[20] | |
| SalesDocType | Enum Microsoft.Service.Document."Service Destination Document Type" | |
| SalesDocNo | Code[20] |
PostServiceSalesDocument
procedure PostServiceSalesDocument(SalesDocType: Enum "Service Destination Document Type", SalesDocNo: Code[20], InvoiceNo: Code[20])
Parameters
| Name | Type | Description |
|---|---|---|
| SalesDocType | Enum Microsoft.Service.Document."Service Destination Document Type" | |
| SalesDocNo | Code[20] | |
| InvoiceNo | Code[20] |
ServiceDocument
procedure ServiceDocument(SalesDocType: Option, SalesDocNo: Code[20], var ServTable: Integer, var ServDocNo: Code[20]): Boolean
Parameters
| Name | Type | Description |
|---|---|---|
| SalesDocType | Option | |
| SalesDocNo | Code[20] | |
| ServTable | Integer | |
| ServDocNo | Code[20] |
Returns
| Type | Description |
|---|---|
| Boolean |