HTTP Methods available in Salesforce
1. HEADRetrieves resource metadata.2. GETQueries data.3. POSTCreates record.4. PATCHUpdates record.5. DELETEDeletes record.6. PUTUpserts records.
1. HEADRetrieves resource metadata.2. GETQueries data.3. POSTCreates record.4. PATCHUpdates record.5. DELETEDeletes record.6. PUTUpserts records.
1. query() To perform an initial query against a Salesforce Org. 2. queryAll() To perform a query against a Salesforce org that returns records in the Recycle Bin as well ....
A mashup is a Web page or application that combines data or functionality from two ore more sources to create a new service. Examples: 1. Link in a page to ....
JSON stands for Java Script Object Notation. It is a lightweight and text-based format. Supports with UTF-8 and date-time information in ISO8601 format. It uses string value pairs for storing ....
Web Services Description Languare is an XML format for describing network services as a set of endpoints operating on messages containg either document-oriented or procedure-oriented information. SOAP API uses WSDL ....
A PushTopic is record that 1. Defines a channel. 2. Determines what events will cause a notification. Event is a modification of a field while creating, updating, deleting or undeleting ....
1. What is the purpose of Auth. Providers in Salesforce? https://www.infallibletechie.com/2018/01/what-is-purpose-of-auth-providers-in.html 2. Define DMZ In computer security, a DMZ or demilitarized zone (sometimes referred to as a perimeter network) is ....
A framework for integrating external Web Applications within Salesforce. Works with any Web-enabled application that uses HTTPS. It’s a secure way of exposing another system’s UI within Salesforce. Canvas enables you ....
Computing software that functions as an intermediate layer between systems. Middleware is a software that acts as a bridge between an operating system or database and applications, especially on a ....
1. Go to Single Sign-On Settings. 2. Click SAML Assertion Validator. 3. The SAML Validator shows the last recorded SAML login failure with some details as to why it failed. ....