Object Overview
-
API Name:
Limio_Quote__c - Label: Limio Quote
- Purpose: Manages quote information and order payloads for Limio integration
Standard Fields
| Field | API Name | Type | Description |
|---|---|---|---|
| Name | Name |
Text | Auto-generated name field |
| Owner | OwnerId |
Lookup(User) | Record owner |
| Created By | CreatedById |
Lookup(User) | User who created the record |
| Created Date | CreatedDate |
DateTime | Date and time when record was created |
| Last Modified By | LastModifiedById |
Lookup(User) | User who last modified the record |
| Last Modified Date | LastModifiedDate |
DateTime | Date and time when record was last modified |
Custom Fields
| Field Label | API Name | Type | Description | Required |
|---|---|---|---|---|
| Contact Id | Contact_Id__c |
Formula (Id) | Reference to the associated Contact record via Opportunity__r.ContactId | No |
| Offers Purchase Country | Offers_Purchase_Country__c |
Text/Picklist | Iso2 or Iso3 code of the country that the related offers are sold to. |
No |
| Opportunity | Opportunity__c |
Lookup(Opportunity) | Reference to the associated Opportunity record | Yes |
| Order Payload | Order_Payload__c |
Long Text Area | JSON payload of the Limio Quote content. | Yes* |
| Status | Status__c |
Picklist |
Current status of the quote. Options:
|
No |
*Required by validation rule Empty_Order_Payload.
Order_Payload__c contains order items which are used when a Checkout or a Preview link is generated for a Limio Quote. JSON string of the Order_Payload__c follows the orderItems structure described here.
Validation Rules
| Rule Name | API Name | Description |
|---|---|---|
| Empty Order Payload | Empty_Order_Payload |
Prevents saving records with empty Order_Payload__c field |
Web Actions
| Action Name | API Name | Type | Description |
|---|---|---|---|
| Update Limio Quote | Update_Limio_Quote |
Web Link | Custom action for updating quote information |
Notes
- The object integrates with the broader Limio ecosystem for subscription and order management
- Order_Payload__c field contains JSON data that should be properly formatted to avoid parsing errors
- The object supports the quote-to-order process flow within the Salesforce-Limio integration
Comments
0 comments
Please sign in to leave a comment.