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
adroitusadroitus 

Generate Report Needed for Leave Application

Hello Developer,

 

  •   How to generate a report after saving a record from custom object for Leave application.

 

PLz Help me out....

 

 

 

Thanks & Regards

Ashish Agrawal

 

 

Navatar_DbSupNavatar_DbSup

Hi,

 

You can create a vf page and add the vf page in the detail page of your custom object.

 

Add a checkbox field in Custom Object. After that write JavaScript on vf page and check the check box value. If that checkbox is true then redirect the page to Report Page, if checkbox is not true then do not redirect the page to Reports.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.