You need to sign in to do that
Don't have an account?
Saju Nath
How to display all the data in the look up for a Related field
How to get all the data in the look up for the related field? Now i am able to see only one field i.e, Id but i need entire data.
Could you please let us know what you actually want to achive.
-Thanks
Ashlekh Gera
Actually what i required is
I am using a picklist and based on the pick list value i am able to populate the records in Look Up. But i am getting only id from the related field but i required all the data which is displayed on the page for the particular selected value.
Hope this helps.
I followed the same steps what you mentioned, but the selected value is Name and after saving it is changed to Id. So can you please let me know how to fix this issue.
2. Selected value from the Look Up
3. After Saving, the PLU Name value is getting chaged to its id.
SELECT NAME FROM YOUR_OBJECT LIMIT 10 (please add other fields of this object as well in the query) and share a screenshot of the results. I want to check which field is storing the value "ADOPTM" and which field is storing the value "MAP-0873".
I need the value PLU__c in the Display Field.