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
srilathasrilatha 

display records in vf pages for opportunity,account,leads based on data using sosl

Hi 

i want to display records based on data in sosl query,in which records that data reside. i want to display  total records seperatly for aacount,leads,opportunitys in signal page for that data

 

please help me for this

regards

Bhavana

PipDennoPipDenno

You can use a VF page to display all of this info if that is what you are wanting.  To do this you might need to open the page by passing in the id of the account in the URL, after this you can have on your custom controller 3 SOQLs 1 for account related to the page id, 1 for the leads and one for the opportunity each realting to each other starting with the account.

 

Hope this helps to get started although there wasn't much detail of how you had started or what the input was going to be.  I hope I understood the question/issue correctly.

srilathasrilatha

i want  to display it based on sosl query. and i will create one filter in vf page based on that i will display account ,opportunity,leads records