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
AbanteAbante 

Printable View button

Hello everyone, 

 

 

Is there any way to link the Printable View report button? It would be great to fire it with just one click!

 

 

Thanks in advance

Best Answer chosen by Admin (Salesforce Developers) 
Ankit AroraAnkit Arora

If you need to get the printable view on click of button then you can do something like this :

 

"https://....salesforce.com/Your_Record_ID/p?retURL=/Your_Record_ID"

 

Just replace the Your_Record_ID with your dynamic record Id.

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

All Answers

Ankit AroraAnkit Arora

If you need to get the printable view on click of button then you can do something like this :

 

"https://....salesforce.com/Your_Record_ID/p?retURL=/Your_Record_ID"

 

Just replace the Your_Record_ID with your dynamic record Id.

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

This was selected as the best answer
ANKITAANKITA

Thanku so much.

Ankit AroraAnkit Arora

So if your problem is resolved please mark it as solution. So other can refer to the solution.

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page