Skip to content

JDX-DD/sf-fax-bundle-builder

Repository files navigation

Bundle Builder

This is a simple aura component I built a while back. In combination with the 3rd party package RS Fax it allows the user to easily fax multiple documents with a single click. The component can be dropped on any record page and will allow you to bundle up to 10 attachments (I've added a few pdf files to use if you need in the documents/attachments folder).

The purpose of the repository is to demonstrate a 1 to 1 rebuild of an exisiting aura component to an LWC component.

Aura Bundle Builder UI LWC Bundle Builder UI

Setup

  1. Once you have created a new scratch org install the RS Fax package
sf package install --package 04t1Y000000gfhVQAQ
  1. You should now be good to deploy
sf project deploy start
  1. Once finished you can assign yourself the Bundle Builder Permission Set
sf org assign permset --name Bundle_Builder_Permission_Set
  1. Next you will need to do some configuration
  • Go to the Auth Settings custom setting and create a new default org level value (This is the phone number the fax will be sent from)
    Auth Settings
  • You can drop this component on any record page, however i did provide account and contact lightning pages that you can activate
    Lightning Pages
  1. You should now be good to navigate to the Bundle Builder Demo App, create an Account and or Contact record, add Attachments and GO!
    Lightning Pages

A Few Notes:

  • To send a fax with RS Fax a Sent Fax record needs to be created
  • Bundle Builder first creates a Bundle record to hold all attachments and information about Sent Fax, the Sent Fax record is then created as a child record of the Bundle
  • Don't worry creating the Sent Fax record will not actually send the fax (I would use fake numbers even so)
  • The Sent Fax record does allow for sending multiple documents by using the efaxapp__Attachment_ID2__c through efaxapp__Attachment_ID10__c fields however these are not available in their scratch org package so the code that refrences them is commented out

About

Salesforce component for bundling attachments to fax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published