You need to sign in to do that
Don't have an account?
Make a APEX page
pls reply me i need solution
Make a APEX page
2. Take ONE standard object, let’s say “Opportunity”
3. Write code for global search, which will look to each column to “Opportunity” object and display the matching records on same page.
4. Please note, if I add any new column to “Opportunity”, your code should consider any newly added column as well in search
Make a APEX page
2. Take ONE standard object, let’s say “Opportunity”
3. Write code for global search, which will look to each column to “Opportunity” object and display the matching records on same page.
4. Please note, if I add any new column to “Opportunity”, your code should consider any newly added column as well in search
All Answers
Please use the below controller class and VF page fro global search on Opportunity :
Controller Class :
VF Page :
Please add the colums in page as per your rerquirement and let me know if you have any issue.
Thanks,
Abhishek
Abhishek Bansal and sachin joshi 14 .