function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Li LeeLi Lee 

Is there any official document/introduction for the parameters of Salesforce Standard lookup search page?

We want to use the standard lookup search page for lookup field in our own customized component. We will call something in javascript like the following:
javascript: openLookup('/_ui/common/data/LookupPage?lknm=CF00N30000001BYw0&lkfm=editPage&lktp=…’)

We find there are many query parameters in the url such as:
  1. lkfm
  2. lknm
  3. lktp
  4. lkent
  5. Lkfield
  6. lksrch
  7. lkid
Does anybody know if there is any official document to introduce these parameters?
Will these parameters and the url keep be supported in future?
If not, is there any plan for it?
Thanks in advance.
Best Answer chosen by Li Lee
AnudeepAnudeep (Salesforce Developers) 
Hi Li, 

There isn't any official document yet. However, there is an idea around this. I recommend upvoting

https://trailblazer.salesforce.com/ideaView?id=08730000000keFNAAY

Let me know if this helps. If it does, please mark this answer as Best. It may help others in the community. Thank You!

All Answers

AnudeepAnudeep (Salesforce Developers) 
Hi Li, 

There isn't any official document yet. However, there is an idea around this. I recommend upvoting

https://trailblazer.salesforce.com/ideaView?id=08730000000keFNAAY

Let me know if this helps. If it does, please mark this answer as Best. It may help others in the community. Thank You!
This was selected as the best answer
Li LeeLi Lee
Hi Anudeep,

This link you post in comment will jump to a unreachable page. After research I found the url miss ':' after https. Please check it. 

User-added image
 
AnudeepAnudeep (Salesforce Developers) 
Hi Lee, 

Sorry for the typo. I have updated the URL
Li LeeLi Lee
Hi Anudeep,

Thanks for your information.