Field Label
|
Field Name
|
Data Type
|
Description
|
---|---|---|---|
Custom Relationship Fields
|
|||
Account
|
SVMXC__Account__c
|
Lookup(Account)
|
Name of Customer Account to Invoice for Service or for Contract. This is a lookup to an existing Salesforce account record.
|
Canceled By
|
SVMXC__Canceled_By__c
|
Lookup(User)
|
User who canceled this proforma invoice.
|
Standard Fields
|
|||
Invoice Number
|
Name
|
Auto Number
|
The auto-generated record number.
|
Custom Fields
|
|||
Billing City
|
SVMXC__Billing_City__c
|
Text(255)
|
City part of billing address. Typically this will be the billing address on the Account.
|
Billing Country
|
SVMXC__Billing_Country__c
|
Text(255)
|
Country part of billing address. Typically this will be the billing address on the Account.
|
Billing Postal Code
|
SVMXC__Billing_Postal_Code__c
|
Text(255)
|
Postal Code part of billing address. Typically this will be the billing address on the Account.
|
Billing State
|
SVMXC__Billing_State__c
|
Text(255)
|
State part of billing address. Typically this will be the billing address on the Account.
|
Billing Street
|
SVMXC__Billing_Street__c
|
Text(255)
|
Street part of billing address. Typically this will be the billing address on the Account.
|
Cancelation Notes
|
SVMXC__Cancelation_Notes__c
|
Long Text Area(32000)
|
Input informational notes to keep track of reason for canceling proforma invoice.
|
Canceled On
|
SVMXC__Canceled_On__c
|
Date/Time
|
Date/time this proforma invoice was canceled.
|
Status
|
SVMXC__Status__c
|
Picklist
|
Indicates the status of this invoice. Will be Open when invoice is created and Cancel if this it is canceled. You can use additional values to manage integration process with back office systems.
|
Total Invoice
|
SVMXC__Total_Invoice__c
|
Currency(15, 3)
|
Total sum of all invoices consolidated under this document.
|
Type
|
SVMXC__Type__c
|
Picklist
|
This is used to differentiate between invoices for services (Service) & Service contracts (Contract).
|