- We have exposed interests as a field on the Opportunities object. Interests with Event and Course Template items will contain a link to the related Event or Course Template. More types coming soon!
- Accounts have a new mutation: update. This mutation changes details of the Account. It currently allows renaming of the Account.
- SuggestString can now be queried with several new Categories:
- 'opportunityName' will return a unique list of Opportunity Names containing the query string.
- 'accountName' will return a unique list of Account Names containing the query string.
- 'opportunityStageName' that will return a unique list of OpportunityStages Names containing the query string.
- 'opportunityStepName' will return a unique list of OpportunityStep Names containing the query string.
- 'contactName' will return a unique list of Contact Names containing the query string
- coreUserFullName', that will return a unique list of Core User Names containing the query string.
Comments
0 comments
Article is closed for comments.