Skip to end of banner
Go to start of banner

soql

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Use the Salesforce Object Query Language (SOQL) to search your organization’s Salesforce data for specific information. 

Description

Is the equivalent of a Select SQL statement or the analog of the Jira JQL.


This search enables you to get the list of information about Salesforce objects in a json format (not the value or object directly) which later you will be able to use to fill out fields in Jira, by means of a script.

Directly you can get / create / update data about Account and Opportunity. 

SOQL supports get functionality with attachments and statuses.



See also

  • No labels