How to Customize PDF export form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2019 12:03 AM
Hi,
I have a requirement to customize pdf export of a record,
For example:
When we are doing export to pdf it will show total form including Related list, but I need to export a PDF file like as shown below:
And I need to export and save this attachment in PDF format.
Please anyone can replay with your answer and do the needful.
Thanking you in Advance.
- Labels:
-
Best Practices
-
Problem Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2019 04:23 AM
DO one thing, create a view where you have these fields only and no related list tables attached.
Then put try to export and check the result .
Mark my ANSWER as CORRECT n also HELPFUL if it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2019 04:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2019 04:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2019 05:08 AM
Hi Virendra,
For doing this you will need to create a special view which will contain only those fields which you need.
Then after selecting this view on your form if you export, the pdf will contain only the fields which are present on the created view.
Make sure that you are exporting the pdf from the newly created view only, if you export from any other or default view then all the fields available on that view will be exported to pdf. For ex, on incident form I have selected "test1" view and same fields are exported to pdf.
Let me know if it helped.
Same can be done on the portal as well. Please let me know if you need to do this on portal.