Send Rich Text Email From Screen Flows ||

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 13

  • @traceykeitt5567
    @traceykeitt5567 2 ปีที่แล้ว

    Thank you so much for the video, the component is a great add on! I'm having an issue where all emails sent from this flow are undeliverable which may be more of an issue with the "Send Email" action. I've tried various config combinations in that action, including the one you presented in this video. Did you run into that issue when testing this out?

    • @sfdcpanther
      @sfdcpanther  2 ปีที่แล้ว +1

      Unfortunately, with out of box it is not possible. You have to customize it either using apex of using visual force templates

  • @clemsonmoores
    @clemsonmoores 2 ปีที่แล้ว

    Panther, can you point me to the app exchange page were I can get the RichText Component you used?

    • @sfdcpanther
      @sfdcpanther  2 ปีที่แล้ว

      I am not using any app exchange application. You can get the code from here - github.com/amitastreait/Salesforce-Short-Hands/tree/master/sfdxsrc/flows/lwc

  • @MiguelDiaz-xv4pe
    @MiguelDiaz-xv4pe 2 ปีที่แล้ว

    Does this rich text field support merge fields? Based on the video I don't see that it gives you the option to insert resources, but if I type in the text with the merge field formatting, will it actually pull the info from the record onto the email?

    • @sfdcpanther
      @sfdcpanther  2 ปีที่แล้ว

      Hello Miguel, It does not accept any merge fields.

    • @MiguelDiaz-xv4pe
      @MiguelDiaz-xv4pe 2 ปีที่แล้ว

      @@sfdcpanther Thanks for the response. Do you happen to know if there are other ways to type in text with merge fields in a screen flow component that will actually work properly in the sent email?

  • @chetsboy1
    @chetsboy1 2 ปีที่แล้ว

    I am facing the same error with the image. The email is not showing the images when it is received by the recipient.
    Can you please tell me how to resolve this issue.

  • @poztivchica
    @poztivchica 2 ปีที่แล้ว

    I have a similar ask but I need an option to select recipient from a list displayed on a screen (by checking a checkbox) this is triggered once a particular status Ischanged.

    • @sfdcpanther
      @sfdcpanther  2 ปีที่แล้ว

      You can create a screen where you can define all the emails based kn checkbook grout and then use those outcomes in your next steps for specifying the to or css addresses.

    • @poztivchica
      @poztivchica 2 ปีที่แล้ว

      @@sfdcpanther I honestly have no idea I am absolutely new to flow and is looking for guidance from the experts. A step by step video maybe. Thank you kindly.

  • @pranalipatil1166
    @pranalipatil1166 2 ปีที่แล้ว

    hi where is the code for ritch Text

    • @sfdcpanther
      @sfdcpanther  2 ปีที่แล้ว

      👉 You will get the Code here : sfdcpanther.com/how-to-create-a-text-rich-area-field-in-flow/
      The same is also added in the description