The Force.com Web Services API has been improved for Spring '10 (API version 18.0):
The Quote object represents a quote, which is a record showing proposed prices for products and services. Quotes can be created from and synced with opportunities, and emailed as PDFs to customers.
The QuoteDocument object represents a quote in document format.
| Field | Value |
|---|---|
| Name | Authenticated Website: label is Authenticated Website |
| LicenseDefinitionKey | Platform_Portal_User: corresponds to the Authenticated Website User user license |
SOQL has been improved for Spring '10 (API version 18.0):
SELECT Name, Count(Id) FROM Account GROUP BY Name HAVING Count(Id) > 1
SELECT CALENDAR_YEAR(CreatedDate), SUM(Amount) FROM Opportunity GROUP BY CALENDAR_YEAR(CreatedDate)
The WITH DATA CATEGORY clause is used in a SELECT statement to filter records based on their classification in one or more data category groups. If WITH DATA CATEGORY is specified, the query() only returns matching records that are associated with the specified data categories and are visible to the user. If unspecified, the query() only returns the matching records that are visible to the user.
The WITH DATA CATEGORY SOQL syntax is: The filteringExpression syntax is:Information about changes for earlier versions is available: