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
sri123sri123 

Reg: Salesforce

Hi,

 

I created a new custome object "Student".

My requirement is when i click on "PASS" list button i would like to display all the records who got the status as "PASS". When i click on "FAIL" list button i would like to display "FAIL" ed records....

 

 

please reply....

 

Regards:

sri123

 

 

Imran MohammedImran Mohammed

I think to achieve the functionality as you said with the list view, for that you should override with custom VF page.

Pradeep_NavatarPradeep_Navatar

Use two VF pages one that contain all the PASS student results and another one that contain all the FAIL student results. Create PASS and FAIL buttons and override them with these VF pages.

 

Hope this helps.