Quotes
Create, update, delete, and query quotes saved in SuiteCRM
Table Specific Information
Select
You can query the Quotes table using any criteria in the WHERE clause. The connector will use the SuiteCRM API to filter the results.
SELECT * FROM Quotes WHERE Name = 'test'
Insert
Create a Quote by specifying any writable column.
INSERT INTO Quotes (Id, Name) VALUES ('id', 'Energy')
Update
You can update any Quote column that is writable, by specifying the Id.
UPDATE Quotes SET Name = 'new name', Description = 'Desc' WHERE Id = 'Test123'
Delete
Remove a Quote by specifying the Id.
DELETE FROM Quotes WHERE Id = 10003
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | String | False |
null |
Name | String | False |
|
DateEntered | Datetime | False |
The date the record was created. |
DateModified | Datetime | False |
The date the record was last modified. |
ModifiedUserId | String | False |
The Id of the user who last modified the record. |
ModifiedByName | String | True |
The name of the user who last modified the record. |
CreatedBy | String | False |
The Id of the user who created the record. |
CreatedByName | String | True |
The name of the user who created the record. |
Description | String | False |
Description for the quote |
Deleted | Bool | False |
The record deletion indicator. |
CreatedByLink | String | True |
Link to the record who created it |
ModifiedUserLink | String | True |
Link to the record who modified it. |
AssignedUserId | String | False |
null |
AssignedUserName | String | True |
|
AssignedUserLink | String | True |
Link to the user which the record has been assigned to |
SecurityGroups | String | True |
The security group associated with the record. |
ApprovalIssue | String | False |
|
BillingAccountId | String | False |
Id of the billing account |
BillingAccount | String | True |
|
BillingContactId | String | False |
Id of the billing contact |
BillingContact | String | True |
|
BillingAddressStreet | String | False |
The first line of the billing address. |
BillingAddressCity | String | False |
The city used for the billing address. |
BillingAddressState | String | False |
The state used for the billing address. |
BillingAddressPostalcode | String | False |
The postal code used for the billing address. |
BillingAddressCountry | String | False |
The country used for the billing address. |
ShippingAddressStreet | String | False |
The first line of the shipping address. |
ShippingAddressCity | String | False |
The city used for the shipping address. |
ShippingAddressState | String | False |
The state used for the shipping address. |
ShippingAddressPostalcode | String | False |
The ZIP code used for the shipping address. |
ShippingAddressCountry | String | False |
The country used for the shipping address. |
Expiration | String | False |
|
Number | String | False |
|
OpportunityId | String | False |
Opportunity Id of the quote |
Opportunity | String | True |
Opportunity name of the quote |
TemplateDdownC | String | False |
|
LineItems | String | False |
The list of the quote's line items |
TotalAmt | String | False |
|
TotalAmtUsdollar | String | False |
|
SubtotalAmount | String | False |
|
SubtotalAmountUsdollar | String | False |
|
DiscountAmount | String | False |
|
DiscountAmountUsdollar | String | False |
|
TaxAmount | String | False |
|
TaxAmountUsdollar | String | False |
|
ShippingAmount | String | False |
|
ShippingAmountUsdollar | String | False |
|
ShippingTax | String | False |
The quote's shipping tax costs |
ShippingTaxAmt | String | False |
|
ShippingTaxAmtUsdollar | String | False |
|
TotalAmount | String | False |
|
TotalAmountUsdollar | String | False |
|
CurrencyId | String | False |
|
Stage | String | False |
|
Term | String | False |
|
TermsC | String | False |
|
ApprovalStatus | String | False |
null |
InvoiceStatus | String | False |
Quote's invoice status |
SubtotalTaxAmount | String | False |
The quotes's subtotal and tax amount in the system's default currency |
SubtotalTaxAmountUsdollar | String | False |
|
Accounts | String | True |
The accounts associated with the record |
Contacts | String | True |
The contacts associated with the record |
Opportunities | String | True |
The opportunities associated with the record. |
AosQuotesProject | String | True |
|
AosQuotesAosInvoices | String | True |
|
AosQuotesAosContracts | String | True |
|
AosProductsQuotes | String | True |
|
AosLineItemGroups | String | True |
|