You need to sign in to do that
Don't have an account?
Agnibha Chakrabarti 10
How to make a lookup input in lightning component and store it in object
Hi,
I have to replicate the New Case to create a new case in lightning component. I have to create look up input box in that page.
and Store the value in case object after clicking the Save button.
Can anybody help me with the creation of lookup input field and storing it into the Case object?
Thanks
I have to replicate the New Case to create a new case in lightning component. I have to create look up input box in that page.
and Store the value in case object after clicking the Save button.
Can anybody help me with the creation of lookup input field and storing it into the Case object?
Thanks
Hi,
To create lookup input field in lightning we have to create custom lightning component.
Please refer below links which might help you with this
http://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/
http://sfdcmonkey.com/2017/07/17/re-usable-custom-lookup/
https://developer.salesforce.com/blogs/developer-relations/2015/06/salesforce-lightning-inputlookup-missing-component.html
Here is an idea to vote on this
https://success.salesforce.com/ideaView?id=08730000000Dom1AAC
Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.
Thanks and Regards
All Answers
Hi,
To create lookup input field in lightning we have to create custom lightning component.
Please refer below links which might help you with this
http://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/
http://sfdcmonkey.com/2017/07/17/re-usable-custom-lookup/
https://developer.salesforce.com/blogs/developer-relations/2015/06/salesforce-lightning-inputlookup-missing-component.html
Here is an idea to vote on this
https://success.salesforce.com/ideaView?id=08730000000Dom1AAC
Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.
Thanks and Regards