Skip to content Skip to main navigation Skip to footer

Custom Send Fax Button from a List View

I would like to setup a custom “send fax” button on the Contact object so I can mass generate many faxes to be sent at once from a Contact list view. How can I setup this process?

Solution: You could create a custom button that would check multiple records and call a Visualforce/Apex page to process and create sent fax records using fax automation . Or you can create any custom process that results in creating sent fax records. It depends on your process and what makes sense for how to configure mass fax most efficiently.