@@ -81,7 +81,7 @@ Salesforce integration project.
8181Salesforce ** field API names** (unique names for each piece of metadata - e.g.,
8282` PatientID__c ` ) should be referenced in OpenFn integrations, not ** field
8383labels** (business-friendly label that the end user sees - e.g., ` Patient ID ` )
84- ![ image] ( https://user-images.githubusercontent.com/80456839/128650593-343090da-7f12-468a-aa51-1f87f1cf9f34.png ) .
84+ ![ image] ( https://user-images.githubusercontent.com/80456839/128650593-343090da-7f12-468a-aa51-1f87f1cf9f34.webp ) .
8585
8686To view the Salesforce API field names, navigate to the Salesforce backend. Via
8787the web app, select ` Setup ` from the top naviagation menu to browse the
@@ -108,7 +108,7 @@ being created in Salesforce. To enable this setting on an individual field,
108108ensure ` External ID ` is checked on the field settings. Learn more about external
109109identifiers in Salesforce at
110110https://www.infallibletechie.com/2014/11/what-is-external-id-in-salesforce.html
111- ![ image] ( https://user-images.githubusercontent.com/80456839/128650680-e10fa395-bddb-45bd-bd6c-3a9dda8998f8.png )
111+ ![ image] ( https://user-images.githubusercontent.com/80456839/128650680-e10fa395-bddb-45bd-bd6c-3a9dda8998f8.webp )
112112
113113#### Relationships and Lookup Fields
114114
@@ -165,7 +165,7 @@ When connecting via Oauth2, choose only the scopes you require.
165165([ See Salesforce] ( https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_tokens_scopes.htm&type=5 )
166166for explanations of these options.)
167167
168- ![ Salesforce Oauth2] ( /img/salesforce-oauth2.png )
168+ ![ Salesforce Oauth2] ( /img/salesforce-oauth2.webp )
169169
170170#### Security Token
171171
@@ -185,7 +185,7 @@ A "Salesforce" Credential record should include:
185185 sandbox environments, use ` https://test.salesforce.com ` . For custom domains,
186186 use ` <my-domain>.my.salesforce.com `
187187
188- ![ Salesforce Cred] ( /img/salesforce-old-cred.png )
188+ ![ Salesforce Cred] ( /img/salesforce-old-cred.webp )
189189
190190For use in the CLI, see an example
191191[ salesforce configuration] ( /adaptors/packages/salesforce-configuration-schema )
@@ -196,7 +196,7 @@ For use in the CLI, see an example
196196or below screenshot. Once reset, you will receive an email from Salesforce.
197197Please save this ` security token ` in your OpenFn ` Credential ` .
198198
199- ![ Token Reset] ( /img/security-token.png )
199+ ![ Token Reset] ( /img/security-token.webp )
200200
201201## Common Errors
202202
0 commit comments