snaplogic

Querying Salesforce Object Column Names w/SOQL

拈花ヽ惹草 提交于 2020-03-12 04:41:55
问题 I am using the Salesforce SOQL snap in a SnapLogic integration between our Salesforce instance and an S3 bucket. I am trying to use a SOQL query in the Salesforce SOQL snap field "SOQL query*" to return the column names of an object. For example, I want to run a SOQL query to return the column names of the "Account" object. I am doing this because SOQL does not allow "Select *". I have seen code solutions in Apex for this, but I am looking for a way to do it using only a SOQL query. 回答1: You

Querying Salesforce Object Column Names w/SOQL

久未见 提交于 2020-03-12 04:40:08
问题 I am using the Salesforce SOQL snap in a SnapLogic integration between our Salesforce instance and an S3 bucket. I am trying to use a SOQL query in the Salesforce SOQL snap field "SOQL query*" to return the column names of an object. For example, I want to run a SOQL query to return the column names of the "Account" object. I am doing this because SOQL does not allow "Select *". I have seen code solutions in Apex for this, but I am looking for a way to do it using only a SOQL query. 回答1: You

snapLogic REST Account for Yahoo OAuth2

谁说胖子不能爱 提交于 2019-12-25 18:41:59
问题 How do you create a snapLogic REST Account for Yahoo OAuth2? I'm able to get the Request Authorization part to work but after I authrozie the application, snapLogic does not have the Access token populated 回答1: Here are the settings that I used to successfully establish an OAuth connection with yahoo using the explicit grant flow (https://developer.yahoo.com/oauth2/guide/flows_authcode/) Depsite the parameters that yahoo outlines in their documentation, the snapLogic REST Account object does