Questions tagged [sfdc]

A Platform-as-a-Service development environment created by Salesforce.com, which underlies the core Salesforce CRM functionality and is available as a platform via database.com, as well as via Heroku, a Ruby-on-Rails environment.

Force.com is a cloud based Platform-as-a-Service available for developers to applications hosted in a multi-tenant, cloud based environment with a combination of declarative development as well as through using the native Apex programming language.

Apex is based on Java and can be used to generate custom pages via the Visualforce markup language and components. The platform supports both SOAP and REST APIs for communications with other systems, and provides a database managed entirely through an web based UI, which leverages a query language called SOQL, which is heavily based on SQL.

There is synonym for this tag - .

Stackoverflow Force.com documentation.

118 questions
1
vote
0 answers

Setting SSO with SFDC for a REACT app hosted in Heroku

Im having tough time getting a good understanding of how to setup SSO for our app. We're developing a web app that has a Flask-Python backend with a React frontend and its hosted on Heroku. We need to setup SSO to SFDC as the app needs to fetch the…
1
vote
0 answers

Salesforce OIDC with AWS ALB

I am setting up AWS ALB to authenticate using OIDC. I am getting the below response: error=redirect_uri_mismatch&error_description=redirect_uri%20must%20match%20configuration How should this be handled. And for AWS ALB be able to authenticate is…
VIJ
  • 1,516
  • 1
  • 18
  • 34
1
vote
0 answers

Trying to create custom SFDC connector in Logic Apps

I am trying to create a custom salesforce connector with Azure Logic Apps. Unfortunately when I am trying authorization with Oauth2 I get the error…
rnasur
  • 11
  • 1
1
vote
0 answers

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

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/)…
Carolyn Cordeiro
  • 1,525
  • 3
  • 11
  • 26
1
vote
1 answer

Second Order SOQL SOSL Injection SFDC

I am getting error in Checkmarx. Method abortJob at line 209 of XXX/classes/Monitoring.cls gets user input from the select element. This element’s value then flows through the code without being properly sanitized or validated, and is eventually…
1
vote
1 answer

How can I fix sfdx error: The "path" argument must be of type string. Received undefined

**I am getting this error when I try to deploy source to Org ** The "path" argument must be of type string. Received undefined sfdx-project.json { "packageDirectories": [ { "path": "force-app", "default": true } ], …
Manoj Kumar
  • 41
  • 1
  • 6
1
vote
2 answers

Is it possible to include multiple templates into a docusign envelope based on sfdc fields?

We use up to three supplemental forms that we'd like to send in addition to the main agreement. Ideally I'd like to deploy three check boxes so the user can choose to add all three or one or none of the additional forms. If a box is checked then…
fikb11
  • 11
  • 2
1
vote
0 answers

Unable to auto refresh the excel SFDC connector for HPE

I am trying to run a VBA or PS1 file that refreshes the excel connections. But the SFDC connector for HPE salesforce is not connecting. $app = New-Object -comobject Excel.Application $app.Visible = $True $wb = $app.Workbooks.Open("C:\Sanjay…
Sanjay
  • 11
  • 1
1
vote
2 answers

In MS Azure AD, I am trying to configure the SSO, but SSO option is not showing up under the selected Enterprise Application

I am configuring the Azure Active Directory as SSO Authentication Provider for Salesforce. I have already Registered the Application in Azure. When I try to configure SSO in Azure for the registered application but I am not able to see Single sign…
Guru
  • 11
  • 1
  • 4
1
vote
0 answers

Salesforce .Net Toolkit Issue

I am using Salesforce .Net toolkit for one of our project. I have declared a static variable for the Salesforce Client private static AuthenticationClient instance = null; I'm initializing this object whenever object is null in my code await…
1
vote
1 answer

Getting Signed Request in Angular 5 Web app integrated with Salesforce Canvas

Getting Signed Request in Angular 5 Web app integrated with Salesforce Canvas I am trying to integrate our existing Angular 5 web application into Salesforce canvas. I created Salesforce connected app with OAUTH setting, provided canvas app URL as…
user2030613
  • 93
  • 1
  • 9
1
vote
0 answers

Salesforce Email Alert to Fire when Date = Today()

I'm having a tough time trying to get this email alert to fire. Correction, I can get it to fire, but not when I want. I have the following fields: Last Login and Last Login Target Date. Use Case: I need to alert the account owner if a user hasn't…
Nivi
  • 89
  • 1
  • 9
1
vote
0 answers

Salesforce Excel Add in - auto refresh doesn't trigger a data connection download

I have an excel file which uses Salesforce connections (Salesforce Connector) to download the report file in csv format and updates the excel sheet with new data. When i use the option Refresh All from Data, it automatically initiates the…
Tango
  • 386
  • 1
  • 6
  • 29
1
vote
1 answer

Wso2 ESB Integration with SFDC

I am integrating WSO2 ESB 4.8.1 with SFDC. Using SFDC connector 1.0 In WSO2 i have written the code , according to WSO2 Documentation they say that it closes the current connection. produces below soap…
1
vote
1 answer

Submit Approval Process in Lightning Mode

I Created an Approval process which is working properly in Salesforce Classic, but in Lightning whenever I'm clicking on "Submit For Approval" it is giving an error message "Please log in to the full Salesforce site to complete this approval…