Table "Job Service Line WCAP"
Properties
| Name | Value |
|---|---|
| Caption | Job Service Line |
| DataClassification | CustomerContent |
| DataPerCompany | False |
| LookupPageId | Page CapVision.CapCollecte.Job."Job Service Lines WCAP" |
| DrillDownPageId | Page CapVision.CapCollecte.Job."Job Service Lines WCAP" |
Fields
| Name | Type | Description |
|---|---|---|
| "Job No." | Code[20] | Specifies the number used to identify the job. |
| "Job Product Line No." | Integer | Specifies the line no. of the job product line. |
| "Service Item No." | Code[20] | Specifies the no. of the service item. |
| "Service Item Description" | Text[100] | Specifies the description of the service item. |
| "Service Item Unit of Measure" | Code[10] | Specifies the unit of measure code of the service item. |
| "Service Item Price Variant" | Code[10] | Specifies the service item price variant code. |
| "Expected Quantity" | Decimal | Specifies the expected quantity that should be picked up. |
| "Main Service Item" | Boolean | Specifies if the service item is marked as the main one. You can choose only one per job product line. |
| "Complementary Service Item" | Boolean | Specifies if the service is always to be invoiced when a mission from this job product line is controlled. |
| "Is Not Billable" | Boolean | Specifies if the service is billable |
| "Invoicing Method" | Enum CapVision.CapCollecte.Contracts."Invoicing Method WCAP" | Specifies the invoicing method. |
| "Bill-to Customer No." | Code[20] | Specifies the no. of the bill-to customer. |
| "Invoicing Starting Date" | Date | Specifies the invoicing starting date. Only used if invoicing method is set to Monthly or Annually. |
| "Invoicing Ending Date" | Date | Specifies the invoicing ending date. Only used if invoicing method is set to Monthly or Annually. |
| "Next Invoicing Date" | Date | Specifies the next invoicing date.This field is initialized from Invoicing Starting Date. Only used if invoicing method is set to Monthly or Annually. |
| "Material Type" | Code[10] | Specifies the material type of the job service line. |
| "Treatment Service" | Boolean | Indicates whether the job service line is a treatment service. This line cannot be selected to be added to an order, but will be added by default if the product is added. |
| "Company Name" | Text[30] | Specifies the name of the company on which the record was created. |
| "Bill-to Customer Name" | Text[100] | Specifies the name of the bill-to customer. |
| "Service Type" | Code[20] | Specifies the value of the Service Type field. |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Events
OnInsertInvoiceLineForMonthlyInvoicingOnBeforeInsertSalesLine
[IntegrationEvent(False,False)]
local procedure OnInsertInvoiceLineForMonthlyInvoicingOnBeforeInsertSalesLine(JobServiceLine: Record "Job Service Line WCAP"; var SalesLine: Record "Sales Line")
Parameters
| Name | Type | Description |
|---|---|---|
| JobServiceLine | Table CapVision.CapCollecte.Job."Job Service Line WCAP" | |
| SalesLine | Record "Sales Line" |