Generate a PDF!

Поделиться
HTML-код
  • Опубликовано: 5 дек 2024

Комментарии • 26

  • @21Knots
    @21Knots  3 года назад

    Subscribe to our monthly newsletter to receive a summary of all How-Tos! www.21knots.com/contact-us/#subscribe

  • @benkeller1327
    @benkeller1327 Год назад +3

    One of the best how to videos I have seen in a long time. Well done. Great pace, sticking to the necessary explanations and content.

  • @reloadedseban1
    @reloadedseban1 2 года назад +4

    Thanks for sharing this, Really Helpful!!
    Is there a way to save this file as an attachment on the record?

  • @L1UCIFER
    @L1UCIFER Год назад +1

    Thanks! Very helpful!

  • @divyatipparaju5496
    @divyatipparaju5496 2 года назад

    Thank you for the video!! Would you be able to share a video on how to add a related object as a PDF attachment on the VF email template?

  • @bobbypepetrueno3431
    @bobbypepetrueno3431 2 года назад

    Great video! Can I do the same using a lightning button? How I pass the record ID to generate .pdf basing on the records data?

  • @akashchavan1225
    @akashchavan1225 3 года назад +1

    Amazing sir!! 🙂.. I would like to see some design VF pages.. If its possible 🙂

  • @er.kalyanranjan7110
    @er.kalyanranjan7110 2 года назад

    Hi, How can we implement it for 'lightning__AppPage' ?

  • @srijanandi98
    @srijanandi98 3 года назад +1

    Thank you so much

  • @DattatrayPatil-l5l
    @DattatrayPatil-l5l Год назад

    i am following the same process but generate pdf button is not visible on record page .

    • @21Knots
      @21Knots  Год назад

      You might be using Dynamic Forms on your Account object. If so, add the button to the 'Highlights Panel' of your Account's layout. You can do so by accessing Setup -> Edit Page.

  • @sunilsubramaniam8221
    @sunilsubramaniam8221 Год назад

    can we do the same in list view page and get for selected records pls let me know

    • @21Knots
      @21Knots  Год назад

      Since we need to pass the recordId to generate the PDF, and that list views contain many records, this isn’t possible from this view. You might be able to use the new Data Table feature in Flow to select many records and looping to generate a PDF for each selection.

  • @Tyffantom
    @Tyffantom 2 года назад

    Hi, Awesome video thanks a lot! The VF code is not available anymore, could you put it back please?

    • @21Knots
      @21Knots  2 года назад +1

      Thanks for letting me know. Link has been updated!

  • @jonbojones4316
    @jonbojones4316 3 года назад

    Hallo, is ist possible to create pdfs for many Accounts in the Same time using List view?

    • @21Knots
      @21Knots  3 года назад

      It should be possible but the VF page might need tweaking. Have a look at the following: help.salesforce.com/articleView?id=000331581&language=en_US&mode=1&type=1

  • @ahaan_rocky1197
    @ahaan_rocky1197 3 года назад

    Bro it’s really cool but i need same thing for quotation as i need to generate the pdf of proposal from quotation can you please help me out

    • @21Knots
      @21Knots  3 года назад

      Yes. You would only need to code the VS URL to point to the quotation record instead of the account. Replace the fields in the html with the ones you want to pull from quotation.

  • @ghousepeershaik9880
    @ghousepeershaik9880 3 года назад

    Can we do the same for custom objects

    • @21Knots
      @21Knots  3 года назад

      Yes. PDFs can be generated from any object.

    • @ghousepeer9333
      @ghousepeer9333 3 года назад

      @@21KnotsThanks for the reply. i have tried the same way you tried with custom controller (which fetch the details ) .how to pass id to controller ?

  • @piyushsakhare7037
    @piyushsakhare7037 Год назад +1

    Yes yes

  • @ashhadarfi897
    @ashhadarfi897 3 года назад +1

    How to store and get generated pdf file in the record related?

    • @danilobojanic5552
      @danilobojanic5552 2 года назад

      I also need this. Have you maybe found a solution? This would help me a lot. :)

    • @danilobojanic5552
      @danilobojanic5552 2 года назад

      Without using apex since I'm on SF essential