Showing posts with label Documentation. Show all posts
Showing posts with label Documentation. Show all posts

Tuesday, January 5, 2021

Salesforce Documentation

 Tooling API         Query           SObject


REST API Developer Guide
Build versatile and lightweight solutions that integrate your Salesforce data using REST API. This simple RESTful interface is powerful, convenient, and great for writing mobile and web apps.
Documentation|Force.com|Integration
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm


Object Reference for Salesforce and Lightning Platform
Get details on standard objects so that you can interface with your Salesforce data.
Documentation|Force.com|Database, Objects, Query, and Search
https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_concepts.htm


Salesforce Field Reference Guide
Use this concise reference to quickly look up details of the standard fields for most of the major objects in Salesforce.com.
Documentation|Force.com|Database, Objects, Query, and Search
https://developer.salesforce.com/docs/atlas.en-us.sfFieldRef.meta/sfFieldRef/salesforce_field_reference.htm


SOQL and SOSL Reference
Query and search your org’s data for specific information with Salesforce Object Query Language and Salesforce Object Search Language.
Documentation|Force.com|Database, Objects, Query, and Search
https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_sosl_intro.htm


Tooling API
Integrate Salesforce with your other systems using Tooling API. Metadata types are exposed as sObjects, so you can access one component of a complex type. This field-level access speeds up operations on complex metadata types. You can also build custom development tools for Salesforce applications. REST and SOAP are both supported
Documentation|Force.com|Integration
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/intro_api_tooling.htm

----------------------------------------------------------------------------------------------


Salesforce Object Query Language (SOQL)
Salesforce Object Search Language (SOSL)

/vXX.X/search/?q=SOSL search string
A SOSL statement that is properly URL-encoded
SEARCH API - Search Resources
Use the "Search" resource to execute a SOSL search




Use the "Query" resource to execute a SOQL query that returns all the results in a single response

Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass