Wiki source code of GET Contact - Salesforce

Last modified by Erik Bakker on 2023/01/30 13:43

Hide last authors
Erik Bakker 2.1 1 {{container}}
2 {{container layoutStyle="columns"}}
Erik Bakker 4.1 3 (((
Erik Bakker 7.1 4 == About ==
Erik Bakker 27.1 5 With the help of this store item, you can easily perform operations in the Salesforce system with the help of eMagiz. This store item provides several flows related to standard operations and the associated system messages of these operations. All flow items support OAuth2 connectivity to Salesforce’s REST API.
Erik Bakker 4.1 6
Erik Bakker 7.1 7 == Documentation ==
Erik Bakker 4.1 8
Erik Bakker 7.1 9 ==== 1. How to use====
Erik Bakker 27.1 10 With this store component, you can easily set up a connection to Salesforce to perform operations within the system. A flow can easily be copied to retrieve information from another Salesforce endpoint and the general format of the system message definition accepted by Salesforce.
Erik Bakker 2.1 11
Erik Bakker 7.1 12 ==== 2. Keynotes & restrictions====
Erik Bakker 2.1 13
Erik Bakker 27.1 14 * Note that the eMagiz user must have an app in the Salesforce environment for the OAuth2 connectivity to successfully connect.
15 * All responses from Salesforce can contain null values for fields that are not filled in. These fields are removed with an XSLT Transformer and then validated against the response system message. eMagiz users should take note that after this transformation, all attributes are transformed to String types. This means that further transformation is required before passing the gateway message validation. Especially Integers, Decimals, and Enumerations should be transformed, but also Booleans and other non-string types.
16 * All decimal values should be converted to doubles or floats. Salesforce returns all decimal values with exponents. For example, the field AnnualRevenue might be 52.E03, which is only allowed by xs:double or xs:float.
17 * To obtain fields using a GET HTTP method for operations like Accounts, Invoices, etc., the eMagiz user must specify a SOQL query in the HTTP Outbound Gateway in the flow. An example is given in each flow, although it is advised to limit the number of rows you want to retrieve from the API.
Erik Bakker 30.1 18 * Check out the following [[link>>https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_oauth_and_connected_apps.htm||target="blank"]] for more context on the OAuth2.0 protocol in relation to Salesforce.
Erik Bakker 3.1 19
Erik Bakker 7.1 20 ==== 3. License Information====
Erik Bakker 15.1 21 Part of the standard license agreement as agreed upon when using the store for the first time.
Erik Bakker 2.1 22
Erik Bakker 10.1 23 ==== 4. Relevant eMagiz Academy Microlearnings====
24
Erik Bakker 31.1 25 * [[REST Webservice Connectivity>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.REST Connectivity.WebHome||target="blank"]]
Erik Bakker 10.1 26
Erik Bakker 30.1 27 //Would you please consult the privacy policy of eMagiz at the following [[link>>https://www.emagiz.com/privacy-policy/||target="blank"]])))
Erik Bakker 11.1 28 ((()))
Erik Bakker 2.1 29 {{/container}}
30 {{/container}}