Salesforce values to a drop down field

  • 27 October 2016
  • 2 replies
  • 7 views

Hello, is there a way to get a dynamic drop down values from salesforce ? for example, if salesforce has data in an object called ‘states’, can we create a drop down field which picks all the values from ‘states’ in salesforce?


2 replies

Hi

Did anyone have an answer to this?

We’re also looking to return values from Salesforce into dynamic fields

Userlevel 7
Badge +3

Hi @Carl_Duncker,

You’ll need to ping the Salesforce API in order to get the values you want.

There is no ready-made solution for this since it’s pretty custom request and you would also need a backend script that would actually ping the API.

Best,
Hristian

Reply