• ParthibanV
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
Hi

I'm new to salesforce and have been working on a flow to update a custom object with an Account. What I have done is to create a simple flow with a form element which I have a lookup input on.  However I am having trouble getting the form to work.

My expectation is that when the form loads I will get a field that would allow me search for an account that exists within my org.

form setup
It is my understanding that:

API Name - is the name for this component on this form
Field API Name - is the name of the object field, so in this case is Name, but could have been another field on the Account object so long as it's searchable
Label - Is what shows on the form next to the component
Object API Name - is the API name of the object I want to search for. In this case Account, but could have been a custom object Something_c 
Record Id - The object I want the look up value stored in.  I have a salesLead object with an account look up. 
Required - Would be if I wanted this to be validated as a required field

I have set up a record set of accounts. with the API name accounts as I thought I may need that but this doesn't work when I've tried using that in the lookup set up.

What I am finding is that when I run my flow the form loads but the Lookup is blank and does not search for any values. 

Please can someone point out where I've gone wrong, or if what I'm trying to do is not possible?

Thanks
 
How can we pass multiple parameters from Component to Apex class .For ex I have a custom object ObjectA__c , the component  takes input from user and then I need to process these values in apex class and save to db . There are more than 10 fields which needs which needs to be set in apex. I cant pass these fields as parameters . I am not sure about wrapper class. Please let me know what is the best way to do it .
 
On the salesforce opportunity page, we have custom buttons that we would want to dynamically show based on a specific field in the opportunity.

For example, we currently have 7 agreement buttons. Only 3 are relevant to Washington state and want only the WA agreements to show on WA opportunities. Is there a way to do this...we haven't upgraded to the Lightening version yet.