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
SF_GuhaSF_Guha 

Issue with Inline Editing on the STD opportunity Details page.

I have requirement where I want to have a predictive search in my edit page of Opportunity record.

 

For example:

 

If I click on edit of any opp record and suppose if i want to do predictive search (like in google search) in Account field.
I achieved this through defining a home page component and mounted a JQuery to perform predictive search on "keyPress" Event.

 

Now the issue is it works fine in edit page. When i type "Ac" I get the Account Name "Acme" in the predictive search dropdown.

 

But in the inline edit feature(i.e, when i click on save I am taken back to read mode of the record's detail page. In that page when i double click on the field I get a inline edit functionality which allows me to enter a value without redirecting me to any other edit mode.) , I want this predictive feature to work. But it is not working.

 

Please give me a workaround to make it work in inline editing as well.