Field Label
|
Field Name
|
Data Type
|
Description
|
---|---|---|---|
Custom Relationship Fields
|
|||
Product
|
SVMXC__Product__c
|
Lookup(Product)
|
Name of the product if line type is Parts. Is a lookup to an existing Salesforce product record.
|
Service Quote
|
SVMXC__Quote__c
|
Master-Detail(Service Quote)
|
Name of the quote. Is a lookup to an existing quote in ServiceMax.
|
Work Details
|
SVMXC__Service_Order_Line__c
|
Lookup(Work Detail)
|
Service Order estimates line record using which this quote line was created. Not displayed on the screen.
|
Standard Fields
|
|||
Quote Line ID
|
Name
|
Auto Number
|
The auto-generated record number.
|
Custom Fields
|
|||
Discount
|
SVMXC__Discount__c
|
Number(16, 2)
|
Discount (Amount or percentage) for the line.
|
Discount Type
|
SVMXC__Discount_Type__c
|
Picklist
|
Select the Discount Type.
|
Line Description
|
SVMXC__Line_Description__c
|
Long Text Area(32000)
|
Detailed description of the quote line.
|
Line Price
|
SVMXC__Line_Price2__c
|
Currency(15, 3)
|
Final line price after applying discount.
|
Line Type
|
SVMXC__Line_Type__c
|
Picklist
|
Indicates if the line refers to a part, labor or expense estimate.
|
Qty
|
SVMXC__Quantity2__c
|
Number(14, 4)
|
Number of units. This depends upon the line type.
|
Select
|
SVMXC__Select__c
|
Checkbox
|
Field to bind checkbox in List of Quote item records on Visualforce page with controller.
|
Unit Price
|
SVMXC__Unit_Price2__c
|
Currency(15, 3)
|
Price per unit of the line. Product cost if it is a Parts line, hourly charges if it is labor and so on.
|