salesforce

parent-child relationship query in simple_salesforce python, extracting from ordered dicts

老子叫甜甜 提交于 2021-01-18 06:10:55
问题 I'm trying to query information from salesforce using the simple_salesforce package in python. The problem is that it's nesting fields that are a part of a parent-child relationship into an ordered dict within an ordered dict I want.. from the Opportunity object, to find the id, and the accountid associated with that record. The SOQL query may look like.. query = "select id, account.id from opportunity where closedate = last_n_days:5" in SOQL (salesforce object query language), a dot denotes

parent-child relationship query in simple_salesforce python, extracting from ordered dicts

柔情痞子 提交于 2021-01-18 06:04:06
问题 I'm trying to query information from salesforce using the simple_salesforce package in python. The problem is that it's nesting fields that are a part of a parent-child relationship into an ordered dict within an ordered dict I want.. from the Opportunity object, to find the id, and the accountid associated with that record. The SOQL query may look like.. query = "select id, account.id from opportunity where closedate = last_n_days:5" in SOQL (salesforce object query language), a dot denotes

How can I use Salesforce OAuth 2.0 implicit flow authentication in a WinForms application?

梦想的初衷 提交于 2020-12-26 13:42:55
问题 I wrote a web application which connects to the Salesforce API using the OAuth 2.0 web server flow, and that all works fine. But now there is a requirement to access the Salesforce API from a WinForms desktop application and I'm stuck. Salesforce suggest using the User-Agent, or implict, flow for desktop applications. The flow is described by Salesforce here - https://help.salesforce.com/articleView?id=remoteaccess_oauth_user_agent_flow.htm&type=5 I've created a WinForms application and used

How can I use Salesforce OAuth 2.0 implicit flow authentication in a WinForms application?

泪湿孤枕 提交于 2020-12-26 13:34:59
问题 I wrote a web application which connects to the Salesforce API using the OAuth 2.0 web server flow, and that all works fine. But now there is a requirement to access the Salesforce API from a WinForms desktop application and I'm stuck. Salesforce suggest using the User-Agent, or implict, flow for desktop applications. The flow is described by Salesforce here - https://help.salesforce.com/articleView?id=remoteaccess_oauth_user_agent_flow.htm&type=5 I've created a WinForms application and used

How can I use Salesforce OAuth 2.0 implicit flow authentication in a WinForms application?

寵の児 提交于 2020-12-26 13:30:47
问题 I wrote a web application which connects to the Salesforce API using the OAuth 2.0 web server flow, and that all works fine. But now there is a requirement to access the Salesforce API from a WinForms desktop application and I'm stuck. Salesforce suggest using the User-Agent, or implict, flow for desktop applications. The flow is described by Salesforce here - https://help.salesforce.com/articleView?id=remoteaccess_oauth_user_agent_flow.htm&type=5 I've created a WinForms application and used

Why Picklist Not Populating Data for Custom Dependent Picklist Field With lightning:select In Lightning Component

无人久伴 提交于 2020-12-21 02:19:23
问题 I am trying to replicate the below functionality of Custom Dependent Picklist Field With lightning:select In Lightning Component for Custom Object (Ref:- https://sfdcmonkey.com/2018/08/31/dependent-picklist-lightningselect-lightning-salesforce/) , Only difference here is i am using Custom object ERT_Case_Type_Data__c and its 2 picklist Level_1__c and Level_2__c instead of standard object Contact reference in the article Below are ERT_Case_Type_Data__c details Below are ERT_Case_Type_Data__c

Auto reset the Custom Salesforce Lightning Level Fields

陌路散爱 提交于 2020-12-15 08:34:23
问题 I was able to create a full search of case types using this thread How To Implement Full Search in Case Type using Salesforce? ,but now i have a need where I would like to auto reset Custom Salesforce Lightning Level Fields to null after cross button is selected Right now i have to refresh the entire salesforce page to clear the level fields of salesforce lightning component Please let me know how do I clear the level1 and level2 and level3 data after clicking cross Thanks in advance Carolyn

Auto reset the Custom Salesforce Lightning Level Fields

ⅰ亾dé卋堺 提交于 2020-12-15 08:34:02
问题 I was able to create a full search of case types using this thread How To Implement Full Search in Case Type using Salesforce? ,but now i have a need where I would like to auto reset Custom Salesforce Lightning Level Fields to null after cross button is selected Right now i have to refresh the entire salesforce page to clear the level fields of salesforce lightning component Please let me know how do I clear the level1 and level2 and level3 data after clicking cross Thanks in advance Carolyn

How to use parameters for salesforce API connection while deployment of Logic app?

那年仲夏 提交于 2020-12-07 08:50:40
问题 I have developed a Logic app and want to deploy it using parameter file. When we use service bus connector into logic app we have service bus connection string so we can make it as a parameter for service bus connection string . But while using salesforce connector it will ask for login into designer panel and generate a API connection for salesforce . But while deployment i do not find any connection string or login credential url for salesforce connector . I wonder how it will work for

How to use parameters for salesforce API connection while deployment of Logic app?

元气小坏坏 提交于 2020-12-07 08:47:15
问题 I have developed a Logic app and want to deploy it using parameter file. When we use service bus connector into logic app we have service bus connection string so we can make it as a parameter for service bus connection string . But while using salesforce connector it will ask for login into designer panel and generate a API connection for salesforce . But while deployment i do not find any connection string or login credential url for salesforce connector . I wonder how it will work for