TableExtension "Price List Line WCAP"
Fields
| Name | Type | Description |
|---|---|---|
| "Assign-to Line No. WCAP" | Integer | Specifies the line number of the non-service product that this service line is linked to. |
| "Product No. WCAP" | Code[20] | |
| "Service Product No. WCAP" | Code[20] | |
| "Item Type WCAP" | Microsoft.Inventory.Item."Item Type" | Specifies the type of the item. |
| "Item Price Variant WCAP" | Code[10] | Specifies the item price variant code. |
| "Pickup Contract Exists WCAP" | Boolean | Indicates whether a contract exists for the selected price list line. |
| "PickupContractServ Exists WCAP" | Boolean | Indicates whether a contract service exists for the selected price list line. |
| "Source Address Code WCAP" | Code[20] | Specifies the address code of the source of the price list line. |
| "Treatment Service WCAP" | Boolean | Indicates whether the price list 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. |
| "Service Type WCAP" | Code[20] | |
| "Linked Product No. WCAP" | Code[20] | Specifies the product number that this service line is linked to. |
| "Service Not Billable WCAP" | Boolean | Indicates whether the service is not billable. |
| "Material Type WCAP" | Code[10] | Specifies the material type of the price list line. |
| "Header Business Nature WCAP" | Enum CapVision.CapCollecte.Pricing."Business Nature WCAP" |
Methods
CreatePickupContractWCAP
Obsolete
This element will become obsolete from version V27.202602. There is no link to a contract anymore since contracts are now based on standard Job module.
[Obsolete(There is no link to a contract anymore since contracts are now based on standard Job module.,V27.202602)]
procedure CreatePickupContractWCAP()
Events
OnBeforeSelectOptionWCAP
Obsolete
This element will become obsolete from version V27.202602. There is no link to a contract anymore since contracts are now based on standard Job module.
[BusinessEvent(False)]
[Obsolete(There is no link to a contract anymore since contracts are now based on standard Job module.,V27.202602)]
local procedure OnBeforeSelectOptionWCAP(var IsHandled: Boolean; var SelectedOption: Integer)
Parameters
| Name | Type | Description |
|---|---|---|
| IsHandled | Boolean | |
| SelectedOption | Integer |
OnAfterCreatePickupContractWCAP
Obsolete
This element will become obsolete from version V27.202602. There is no link to a contract anymore since contracts are now based on standard Job module.
[BusinessEvent(False)]
[Obsolete(There is no link to a contract anymore since contracts are now based on standard Job module.,V27.202602)]
local procedure OnAfterCreatePickupContractWCAP(var HideDialog: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| HideDialog | Boolean |
OnAfterCreatePickupContractLineWCAP
Obsolete
This element will become obsolete from version V27.202602. There is no link to a contract anymore since contracts are now based on standard Job module.
[BusinessEvent(False)]
[Obsolete(There is no link to a contract anymore since contracts are now based on standard Job module.,V27.202602)]
local procedure OnAfterCreatePickupContractLineWCAP(var PickupContractLine: Record "Pickup Contract Line WCAP")
Parameters
| Name | Type | Description |
|---|---|---|
| PickupContractLine | Table CapVision.CapCollecte.Contracts."Pickup Contract Line WCAP" |