Data Model > Data Dictionary > S > Service Quote
Service Quote
Quote contains the estimated cost of a service event to be presented to a customer to get approval. A quote can be either created manually or generated automatically from the estimate lines of a service order.
API Label: SVMXC__Quote__c
No. of Fields: 13
Field Label
Field Name
Data Type
Description
Custom Relationship Fields
Account
SVMXC__Company__c
Lookup(Account)
Customer account for whom the quote is prepared. Is a lookup to an existing Salesforce account record.
Contact
SVMXC__Contact__c
Lookup(Contact)
Customer contact for whom the quote is prepared. Is a lookup to an existing Salesforce contact record.
Revised From
SVMXC__Revised_From__c
Lookup(Service Quote)
The original quote number which was revised to create this quote. Is a lookup to an existing quote in ServiceMax.
Work Order
SVMXC__Service_Order__c
Lookup(Work Order)
Service order number for which this quote is created. Is a lookup to an existing service order record in ServiceMax.
Standard Fields
Quote Number
Name
Auto Number
The auto-generated record number.
Custom Fields
Discount
SVMXC__Discount__c
Number(14,4)
To capture discount percentage or amount based on selected Discount Type.
Discount Type
SVMXC__Discount_Type__c
Picklist
Indicates if the discount is entered as an amount or percentage of total price.
EndpointURL
SVMXC__EndpointURL__c
Formula(Text)
Not used.
Quote Amount
SVMXC__Quote_Amount2__c
Currency(15, 3)
Total amount of the quote after discount.
SESSION_ID
SVMXC__SESSION_ID__c
Formula(Text)
Not used(Do Not Use).
Status
SVMXC__Status__c
Picklist
Current status of the quote.
Total Line Price
SVMXC__Total_Line_Price2__c
Currency(15, 3)
Sum of Line Price for all the lines.
Valid Until
SVMXC__Valid_Until__c
Date
Date until which the quote is valid.
Was this helpful?