All Posts By

Zach Brueck

Improve Salesforce CPQ with Document Generation

By Blog No Comments

There’s no doubt about it: Salesforce CPQ is an exceptionally valuable sales tool.

But its three main functions - Configure, Price, and Quote - have a weaker link: quote generation. Sure, CPQ quoting is a huge step up if your current process looks something like this:

But if you’re looking to extensively customize and automate your quoting process, using Salesforce CPQ with a document generation app is your best bet. Document generators like S-Docs improve CPQ’s functionality in two important ways:

  1. They produce more robust, data-driven quotes/proposals/invoices
  2. They allow you to automate and scale your entire quoting/invoicing process

Let’s take a look at what CPQ quote templates can do before exploring how Salesforce document generators take the Q process to the next level.

You Might Also Like: How To Get More Value Out Of Salesforce Revenue Cloud

Salesforce CPQ Templates: The Good

CPQ templates are easy to build. All you have to do is choose from a list of preset content types and order them how you want them displayed in your quote.

For example, the appropriately named Line Item content type displays a line items table. The HTML content type lets you insert rich text and field data. The Custom content type even lets you insert Visualforce pages.

All in all, Salesforce CPQ templates are a good way to create accurate baseline quotes.

Salesforce CPQ Templates: The Bad

While useful, CPQ templates don’t provide a whole lot of flexibility. You can only use the preset content types to build your quote, and each one comes with its own limitations. For example, the HTML content type only lets you insert field data from CPQ objects, unless you create a formula field.

Visualforce content grants more room for creativity, but it requires writing Visualforce markup and an Apex controller - quite an endeavor for a simple quote.

The Solution: Salesforce Document Generation Apps

Salesforce document generation apps leverage the strongest part of Salesforce CPQ - its guided approach to configuring complex deals - and take over where it lags behind - merging that data into sophisticated documents.

You Might Also Like: How To Create Immaculate Invoices in Salesforce

Better Customization

Document generators allow you to create documents that fit your business requirements - not the other way around. That means you can pull in data from anywhere in Salesforce and format it according to your needs, including:

✅Merge data from all standard and custom objects
✅Dynamically include/exclude any content based on your business rules
✅Edit document styling from top to bottom
✅Output quotes in your chosen file format

S-Docs lets you deliver professional, on-brand documents that create positive first impressions with your future customers.

More Powerful Quotes

Document generation apps are a good choice for businesses that routinely create large quotes with hundreds - or even thousands - of line items. They’re built to handle the most complex documents more efficiently, lowering the chance of running into governor limits and keeping your sales process moving.

Check out this overview for more information about the power of S-Docs with Salesforce CPQ and other components of Salesforce Revenue Cloud.

You Might Also Like: How To Design A Professional Quote In Salesforce

Automated Processes

Scaling effectively requires automating wherever possible, and quoting is no exception. Document generation apps can work with CPQ to generate and email quotes in the background, allowing the sales team to focus on selling.

Integrated Workflows

Quotes are important sales tools, but so are contracts, invoices, and eventual customer communications. Prospects expect a consistent experience across all of these touchpoints, so the most effective sales machines use solutions that fit into larger business workflows.

Salesforce document automation apps drive consistency by delivering pixel-perfect documents through every funnel stage, not just the quoting process. Using one solution for multiple use cases creates better experiences for employees and customers.

E-Signature

Speaking of integrated workflows: signatures tie the final bow atop a variety of sales documents, so it’s important that your e-signature tool works well with Salesforce CPQ.

Document generation solutions like S-Docs offer proprietary e-signature solutions that are automatically integrated into the documents they help create. From prospect to customer, document generation apps accelerate the sales cycle and get deals to Closed-Won faster.

Summing It Up

Salesforce CPQ is a fantastic solution to quickly & accurately moving complex deals forward. Salesforce document generators amplify CPQ’s value by delivering powerful documents at any stage of the sales process, and allow you to automate & scale for the future.

S-Docs: Native Document Generation & E-Signature for Salesforce CPQ

Ready to power up your Salesforce CPQ quoting workflows? S-Docs can help you get it done faster, more seamlessly, and more securely.

As the only 100% native document generation and e-signature solution for Salesforce, S-Docs is purpose-built for the platform you rely on every day.

Interested in learning more? Contact us today to find out how we can help take your sales process to the next level.

See S-Docs In Action

Leave your Salesforce document workflow worries behind.

Request Demo

Enjoying our blog?

Subscribe now and we'll make sure to send you the latest as we publish new content!

Connect With Us!

For Salesforce news, digital document & e-signature insights, or just for fun.

        

Read More

Blog
June 12, 2024

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation You don't have to micromanage your sales executives to optimize sales operations. Instead, you’ll have more success by establishing sales…
Blog
June 5, 2024

Are You Ready for a Document Automation Tool?

The Need for Efficiency in Today’s Businesses Business efficiency is crucial. Imagine running a marathon while juggling — sounds chaotic, right? That’s what managing documents without automation can feel like.…
Blog
May 29, 2024

Understanding and Advancing Organization Maturity Levels in Your Business

Understanding and Advancing Organization Maturity Levels in Your Business An organizational maturity assessment identifies where your company stands within the stages of a chosen maturity model framework so you can…

November 2021

By Release Notes

S-Docs 4.471

Note: See considerations for this release

Major Updates:

Upload Documents to Microsoft SharePoint

  • Using Microsoft SharePoint? You can now upload documents to SharePoint directly from Salesforce without missing a beat. Learn how to configure and use the S-Docs SharePoint integration in this documentation article.

Merge Components Dynamically

  • S-Docs components, which are templates that can be merged seamlessly into other templates, just got even smarter. You can now leverage merge fields to dynamically insert different components based on field data. For more information about this feature, including important limitations, check out this documentation article.

Leverage the power of PDF with the ease of PDF-Upload

  • S-Docs PDF-Upload templates, which allow users to upload any PDF to Salesforce and drag-and-drop merge fields, can now be inserted as components into traditional PDF templates. Find out more details in this documentation article.

Ensure your critical fields are always populated

  • Documents with missing or incomplete data can be frustrating. Now, you can set field population as a condition for document generation, ensuring your critical data is always present. Find out more details in this documentation article.

Minor Updates:

General

  • Added new functionality for related list Runtime Prompts
    • Support was added for displaying the records selected in one related list Runtime Prompt as options for additional related list Runtime Prompts
    • Support was added for using <column>rownum</column> to insert each record’s row number
    • Support was added for setting a minimum/maximum number of records that can be selected
    • Support was added for using {{!objectID15}} and {{!objectID18}}
    • Column headers now display field labels instead of field names
  • Support was added for allowing users to respond to Text Runtime prompts with rich text (e.g. bold, italics, tables, images)
  • Support was added for the Individual Application standard object
  • Support was added for selecting the Render level in the Insert Conditional Logic menu in the template editor
  •  Added the base URL to Salesforce checkbox images
  • Groupby values in DOCX templates now take on the styling of the column they occur in 
  • Support was added for using the rownum special merge field within components called with LineItemsSOQL tags to reference the component’s position (e.g. 1,2,3, etc.) in the output list
    • Usage: Use the following syntax within the component to reference its position
      • Method 1: {{!RowNum}} 
      • Method 2: {{!MergeFieldPrefix.rownum}}
  • Support was added for formatting phone fields through merge field and related list attributes. Refer to this documentation article for more information.
    • A phone formatting picklist will now appear when phone fields are selected within the Insert Field and Insert Conditional Logic wizards
  • Support was added for handling Box upload errors without throwing an exception
    • This option ensures that DML occurring in the Box package does not get rolled back by an S-Docs exception
    • Follow the instructions in this article to enable this feature
  • Support was added for including all files related to the base record of an S-Doc Job in the email sent by the job. 
    • Check the Include All Related Files checkbox on the S-Doc Job record to enable this setting
  • Temporary files generated while using the Live Edit feature are now saved as .txt files 
  • Components with a Related To Type value other than “Component” now inherit the Page Settings styling from the parent template
  • Support was added for using Named Queries with the PDF Upload template format
  • Support was added for excluding template Attachments (e.g. uploaded DOCX files or PDFs) from template exports using the S-Docs Template Migrator
  • Support was added for routing documents to your Amazon S3 buckets through your F5 gateway proxy URL. This can be configured with the S3 Proxy URL field on the AWS S3 Integration page
  • Salesforce Attachments and Files generated via Mass Merge or batch S-Docs Jobs now appear in the Notes & Attachments and Files related lists for objects specified by the template’s Additional Relationship field
  • Support was added for the {{!UserDepartment}} special merge field

Merge Field Attributes

  • Support was added for the justifyNewlines merge field attribute
    • This attribute prevents irregular spacing when merging multi-paragraph long text area fields wrapped in justify tags
    • Usage: When justifyNewlines=“HTMLElement”, each paragraph will be treated as its own paragraph
    • Example:  <div style=“text-align: justify;”>{{!Opportunity.Long_Text_Area__c justifyNewlines=“div”}}</div>
      • Output: <div style=”text-align: justify;”>Paragraph One</div><div style=”text-align: justify;”>Paragraph Two</div>
      • Limitations
        • This attribute can only be used for style=“text-align: justify”
        • This attribute cannot be used with Microsoft templates

Related List Column Attributes

  • Support was adding for using the format-date column attribute with Related List Runtime Prompts
  • Support was added for the addToEmail attribute
    • This parameter adds email addresses merged through related list columns as document email recipients
    • Usage: The addToEmail attribute must be added to a related list column and either the S-Docs button URL or S-Docs Job Email Params field, depending on if the document is generated manually or automatically
    • Example: 
      • <column addToEmail="true">CreatedBy.Email</column>
        • Additionally add addToEmail=‘true’ to your S-Docs button URL if generating the document manually
        • Additionally add addToEmail=true to the S-Docs Job Email Params field if generating the document automatically

Apex Button Parameters

  • Changed the template editor button apex parameters showCVJSON and rpRichText into fields in the Document Options tab in the template editor
  • Support was added for using the autodownload parameter with Microsoft templates
  • Support was added for the addToEmail parameter 
    • Usage: This parameter is used in conjunction with the addToEmail related list column attribute (see above) to add email addresses merged through related list columns as document email recipients
    • Example: {!URLFOR('/apex/SDOC__SDCreate1', null,[id=Object.Id, Object='Object', addToEmail=‘true’])}

Release Considerations:

  • If your Salesforce org has enabled stabilized URLs for Visualforce, Experience Builder, Site.com Studio, and Content Files, any DOC/DOC-NEW templates with the Embed Images checkbox checked will not be able to generate. To resolve this, navigate to your S-Docs Custom Settings record and check the Stabilize URLs Checked checkbox.
    • Note: Stabilized URLs are automatically enabled in all new or refreshed Sandboxes, and will be enabled for all orgs in the Summer ‘22 release. View this Salesforce Help article for more information.
  • The Live Edit feature is no longer supported for the DOC template format. DOC templates with Live Edit enabled will not be editable at all until the Live Edit checkbox is unchecked on the template detail page
  • All references to Salesforce API versions under 20.0 were updated

S-Sign 2.241

Note: See considerations for this release

Major Updates:

Personalize S-Sign with custom reminder and expiration emails

  • Keeping your S-Sign requests on track with reminder or expiration emails? You can now create custom templates that deliver personalized, on-brand experiences every time. Learn more about custom email templates in this documentation article.

Deliver a faster signing experience with auto-selected text-to-signature

  • The text-to-signature feature allows signers to skip the drawing pad and insert their signature as a cursive font. You can now keep this option checked by default, increasing the speed and simplicity of the signing experience.

Gain more insight into your S-Sign requests

  • The Sign Status field on the S-Sign Envelope Document object was updated with new values to more accurately record the progression of a request through the final S-Sign submission steps, allowing you to view more detail about the status of your in-progress requests than ever before. 

Minor Updates:

General

  • Support was added for translating S-Sign Picklist from Field values
    • Usage: Define field translations in the Salesforce Translation Workbench, then add the ssignParams='language:Salesforce_Language_Code' parameter to your S-Docs button. Be sure to replace “Salesforce_Language_Code” with the appropriate language code (e.g. de for German, fr for French, etc.). 
    • Note: If you’d also like to translate the S-Sign UI, ensure the name of your UI translation is the same Salesforce language code used with the ssignParams parameter
  • Support was added for formatting S-Sign Text Fields according to a chosen currency (i.e. U.S. currency as $1,234.56, E.U. currency as €1.234,56, etc.). This can be configured with the Currency picklist in the S-Sign Text Field settings
    • Support was additionally added for preformatted text fields according to user-specified formatting
  • Support was added for inserting new lines in text input fields. This setting can be configured with the Allow New Lines checkbox in the S-Sign Text Field settings
  • Support was added for setting the Reply-To field on S-Sign confirmation emails to the email of the requester
  • The special merge fields [[REQUESTER_NAME]] and [[REQUESTER_EMAIL]] (used with custom S-Sign notification templates) now merge values from the createdby.name and createdby.email fields, even when the From address is set to an org-wide address
  • Support was added for including/excluding the timestamp and signer name underneath completed signatures. This setting can be configured with the Show Timestamp and Signer Name on Signature Images checkbox on the S-Sign Configuration page.
  • Support was added for sending previously generated documents for e-signature
    • Usage: Create a new button on the SDoc object with the URL listed below and add it to the SDoc page layout. When users navigate to an S-Doc record and click the button, they’ll be able to pair the document with an S-Sign email template and send it for signature
    • URL: {!URLFOR('/apex/SDOC__SDCreate1', null, [id=SDOC__SDoc__c.SDOC__ObjectID__c, Object=SDOC__SDoc__c.SDOC__ObjectType__c,showSSignInPerson='true',preinsertedDocs=SDOC__SDoc__c.Id])}
  • Modified the e-signature user interface for ease of use
    • The navigation toolbar was moved from the bottom to the top of the screen
    • The Previous button is now hidden for documents with only one input
    • The Submit button is now highlighted for better visibility
    • The Sign Here and Initial Here input squares are now darker with larger, bolder text for better visibility
  • Support was added for adding extra recipients to confirmation emails
  • Support was added for customizing and adding CSS styling to error messages for the input field groups feature
  • Added a default text-to-signature font selection

Release Considerations:

  • The deprecated custom setting Save Confirmation Emails As Activities was reinstated
  • ‘No Contact Records’ inserted by S-Sign are now able to be auto-deleted by the package
  • All ContentDocumentLinks inserted by S-Sign now have a Visibility of AllUsers
  • The S-Sign User and new S-Sign Experience Cloud User permission sets now allow View All permissions on the S-Sign Envelope object

Document Automation: A Salesforce Org’s Best Friend

By Blog No Comments

Of the many products/enhancements designed to improve your life, a select few will eventually make you think I really used to do it like that? For example, dual monitors make one screen feel impossibly slow; computer mouses make touchpads feel sluggish; wireless earbuds make untangling cords seem absurd.

Enhancements like these often become so impactful because of their widespread applicability. The more areas of your life something touches, the more likely it completely changes the way you live.

The same can be said for Salesforce AppExchange apps. Some are designed to solve one specific business problem. Others have the potential to streamline workflows across an entire Salesforce org - and make you wonder how you ever got anything done before.

Salesforce document automation is one application category that reaches across departments to deliver value to an entire business. Every Salesforce org needs a good document automation solution. Let’s explore why.

You might also likeSupercharge Salesforce Reporting with Document Generation

Document Automation: A Business's Best Friend

Salesforce document generators take a universal business requirement - creating, distributing, and e-signing documents - and automate all or part of the process. And when you automate a universal requirement, the positive results become universal too.

But document automation apps for Salesforce don’t just free up time. As soon as you automate one routine document, ideas for other processes blossom. When used correctly, apps like S-Docs can forge new ways to interact with customers, prospects, and employees - and ultimately new ways to get work done.

Cross-Departmental Wins with Document Automation

The possible applications for document generation are endless. Every department must create some type of routine document - we could name 20 for sales alone (if you’re interested in document generation for sales, check out our guides to creating quotes, invoices, and contracts in Salesforce).

From marketing to engineering to HR, Salesforce document automation is applicable to everyone. If you need a few examples, we recently highlighted 10 unique ways our customers have used S-Docs across 10 different departments - check it out on the SalesforceBen blog for some inspiration!

Like we said before: when you solve a universal problem, you receive universal benefits. Implementing one-click SOWs might save project managers a few hours a week - but when that time is multiplied by five or six departments, eventually you’ll be looking at saving a full-time employee’s worth of hours - or even more.

You might also like6 Key Business Documents You Should Be Automating [Part 1]

Other benefits will be multiplied, too. Document automation reduces errors by pulling data directly from Salesforce, lowering the chance of costly mistakes. In a similar vein, it also increases compliance with internal policies, since employees aren’t inserting information themselves - protecting your org from top to bottom.

Using a single solution for document creation across departments also helps reduce the complexity of an org. When an admin/developer designs new processes for different departments, they’ll always be referencing the same objects/fields for any use case that calls for document automation. This also removes the need to train users on multiple different systems/user interfaces.

You might also like5 Security and Compliance Benefits of Salesforce Document Automation

Get More Value Out of Salesforce with Document Automation

Implementing document automation for Salesforce can also help you get more value out of your Salesforce investment by forging new ways of interacting with internal and external stakeholders.

The processes created with document generation will take different forms in different companies. For some, it’s the personal touch of an automated welcome letter when a new account is created. For others, it’s the reliability of a scheduled renewal contract always hitting the inbox on time.

Whatever the process, document generation is more than the docs it creates, much like Salesforce is more than the data it stores. Working together, they’re a platform for better, more scalable business practices that change your business relationships for the better.

Additionally, providing users with an easy way to generate the documents they need will create an advantage to using Salesforce and up your user adoption rates. The more Salesforce is used, the higher your ROI will be.

Double Your Benefits with Native Salesforce Apps

Salesforce document generators save time, reduce errors, and provide a platform for automation that can streamline your customer, prospect, and employee experiences. The benefits of implementing a document generation app add up quickly - but they add up even quicker when you opt for 100% native apps.

Native Salesforce apps like S-Docs are built entirely on the Salesforce platform. Among their many benefits, a few stand out among the rest. Native document generation apps for Salesforce give you:
Speed: Since they’re not interfacing with external servers, native document generators can create documents (even whole batches of them) in a fraction of the time it takes non-native alternatives
Security: Native document generators don’t send your data to third-party servers for document creation; it all happens within your Salesforce instance. That means that from a data security/technical architecture standpoint, native apps are compliant with most laws Salesforce complies with (GDPR, HIPAA, FedRAMP, etc.)
Ease of Use: Apps like S-Docs are purpose-built for Salesforce, so they mirror its look and feel. Admins can typically implement native apps much faster, and business users are able to learn how to use them quicker, since they already know Salesforce

You might also like: How Native Salesforce Apps Reduce Total Cost of Ownership

Document generation will always improve your Salesforce org and your business by extension. Native document generation allows you to leverage Salesforce’s enterprise-class infrastructure for optimal performance, speed, and user experience.

S-Docs: 100% Native Document Generation & E-Signature for Salesforce

S-Docs is a 100% native Salesforce app for automatically generating and e-signing documents in Salesforce. After building out a few templates and automating some routine documents, we’re confident you’ll wish you would’ve found us sooner.

S-Docs is a solution poised to transform your workflows - take a look at our customers page for ways we’ve already helped leading enterprises change the way they get work done.

Interested in learning more about an app every Salesforce org needs? Request a demo today!

See S-Docs In Action

Leave your Salesforce document workflow worries behind.

Request Demo

Enjoying our blog?

Subscribe now and we'll make sure to send you the latest as we publish new content!

Connect With Us!

For Salesforce news, digital document & e-signature insights, or just for fun.

        

Read More

Blog
June 12, 2024

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation You don't have to micromanage your sales executives to optimize sales operations. Instead, you’ll have more success by establishing sales…
Blog
June 5, 2024

Are You Ready for a Document Automation Tool?

The Need for Efficiency in Today’s Businesses Business efficiency is crucial. Imagine running a marathon while juggling — sounds chaotic, right? That’s what managing documents without automation can feel like.…
Blog
May 29, 2024

Understanding and Advancing Organization Maturity Levels in Your Business

Understanding and Advancing Organization Maturity Levels in Your Business An organizational maturity assessment identifies where your company stands within the stages of a chosen maturity model framework so you can…

How RPD Testing Delivers Faster COVID-19 Test Results with S-Docs

By Blog No Comments

COVID-19 testing has been integral to keeping the world running - from helping sick individuals reduce the spread to making it safer to get back to the activities we’ve missed.

RPD Testing brought this critical function to Montréal, Canada in 2021. Their mission: Make it as easy as possible for their clients to get tested quickly, conveniently, and affordably.

As their rapid testing experience led to rapid growth, RPD Testing leveraged Salesforce and S-Docs document generation to streamline their customer interactions. Their vision, along with the right technology, has elicited overwhelmingly positive customer feedback - and made RPD Testing the largest rapid testing clinic in Montréal.

Background: How RPD Testing Works With Salesforce & S-Docs

To schedule a COVID-19 test, RPD Testing clients fill out a quick form online.

“Online appointments are fed directly to Salesforce in real time,” explained Kevin Me, co-founder at RPD Testing and former Lead Solution Engineer at Salesforce. “We also have a guided tablet experience that uses Flows to allow clients to create their appointments at the clinic.”

Check-in and testing typically take just two minutes. When results are entered into Salesforce, S-Docs auto-generates a test result certificate and emails it to the client - or prints it on-site, if preferred.

"It became apparent very quickly that S-Docs was the solution we needed based on its speed and native experience, which has made everything else so much more seamless."

“The certificate templates are all dynamic. Clients will receive documents with different verbiage automatically based on the type of test performed,” Kevin elaborated.

S-Docs allows RPD Testing employees to spend more time performing tests and delivering excellent customer service - and exceeds their clients’ expectations with lightning-fast results.

Faster & More Seamless: Why RPD Testing Chose S-Docs

As the leading supplier of travel-certified COVID-19 test result certificates in Montréal, RPD Testing needed a way to automatically create and send the documents to their clients without taking up their employees' valuable time.

“We tried a few different Salesforce document generation solutions, but most were unintuitive and difficult to use,” said Kevin. “Our goal is to get patients in and out in under two minutes. You can’t do that if you have to wait 20 seconds just for the app to load.”

Eventually, RPD Testing implemented S-Docs due to its faster processing speed and more intuitive user experience.

“Our customers are frequently surprised by how fast the entire process is. With Salesforce and S-Docs, their entire experience is streamlined.”

“S-Docs’s speed has been huge for us: it generates documents in a fraction of the time it took other apps,” said Kevin. “It was also much easier to implement. Even though I'm quite experienced with Salesforce, setting up other apps as a first-time user was incredibly complex. With S-Docs I was able to figure out everything by myself.”

In just a few hours, RPD testing was able to get their certificate templates built and automated for use in production.

“It became apparent very quickly that S-Docs was the solution we needed based on its speed and native experience, which has made everything else so much more seamless,” Kevin added.

Looking Ahead: How RPD Testing Will Continue Using S-Docs

RPD Testing has grown rapidly since its inception. The company is making plans for a second location and has recently formed partnerships with luxury hotels and other venues in Montréal to provide testing for larger group events. As they scale, they’re continuously looking to automate as much of the business as possible.

“We’re working on building S-Docs templates for itemized medical receipts now, so that clients won’t have to email or call for that information,” Kevin explained. “Customer satisfaction is our number one goal, and automation helps achieve that goal.”

Final Thoughts

RPD Testing has received overwhelmingly positive feedback from its clients due to its focus on fast, efficient service.

“Our customers are frequently surprised by how fast the entire process is. With Salesforce and S-Docs, their entire experience is streamlined,” said Kevin. “I rate S-Docs 5 stars because it’s faster than the competition, easier to use, and provides incredible customer support.”

For more information about S-Docs and how our 100% native document generation and e-signature solutions for Salesforce can help your business succeed, request a customized demo here.

See S-Docs In Action

Leave your Salesforce document workflow worries behind.

Request Demo

Enjoying our blog?

Subscribe now and we'll make sure to send you the latest as we publish new content!

Connect With Us!

For Salesforce news, digital document & e-signature insights, or just for fun.

        

Read More

Blog
June 12, 2024

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation You don't have to micromanage your sales executives to optimize sales operations. Instead, you’ll have more success by establishing sales…
Blog
June 5, 2024

Are You Ready for a Document Automation Tool?

The Need for Efficiency in Today’s Businesses Business efficiency is crucial. Imagine running a marathon while juggling — sounds chaotic, right? That’s what managing documents without automation can feel like.…
Blog
May 29, 2024

Understanding and Advancing Organization Maturity Levels in Your Business

Understanding and Advancing Organization Maturity Levels in Your Business An organizational maturity assessment identifies where your company stands within the stages of a chosen maturity model framework so you can…

How to Generate Compelling Contracts in Salesforce

By Blog No Comments

From billion dollar deals to your internet service agreement, contracts govern our world.

So why is contract creation still a struggle for many businesses? Most of the time, it results from a lack of enforceable process. No standard templates, no easy way to fill in the details, clauses stored in haphazard places...the list goes on.

Whatever the pain point, S-Docs is here to help end your agreement obstacles. As a 100% native document generation and e-signature solution, we’ve been perfecting Salesforce contract generation for over 10 years - and now we’d like to share our wisdom.

Check out these curated contract creation tips and find out why Salesforce document automation for contracts benefits your team - and your customers.

You Might Also Like: How To Create Immaculate Invoices in Salesforce

Create Contract Templates in Salesforce

Dusting off your contract creation workflows starts with improving your template/clause library, whether you’re using Salesforce document automation or not.

Leverage Your Branding

Like other touchpoints, contracts are a channel for value-creation. They should add to the experience your customer/partner is familiar with up to this point. Receiving a contract that looks and feels in-line with other interactions provides evidence of trustworthiness.

Of course, it’s important to use discretion - certain industries/businesses may be more or less receptive to contracts with a bit of flair.

Include A Preamble with Key Terms/Details

Contracts don’t make deals happen - the people reading them do, so you should design them to be easily understood by those people.

One way to make this easier is including a preamble section listing the parties involved, key terms & definitions, and key details that summarize the contract’s purpose or call attention to important provisions.

This helps identify any issues quickly and ensures everyone starts out on the same page.

You Might Also Like: How To Create a Stunning Statement of Work in Salesforce

Include All Valid Contract Elements

Your contract templates will vary based on their purpose, but they’ll all need the same essential elements. In general, these include an offer (a deal with terms and conditions), consideration (goods/services/currency exchanged), and acceptance (willingness by both parties to abide by the offer’s terms).

These components are the meat of your contract.

After building out a few templates with all of the basic components, contract creation should become much smoother - it’s just a matter of filling in custom details.

But what if your contracts require lots of custom details - or different clauses based on factors like the customer’s location or industry? That’s where S-Docs document generation can turn a long copy-paste process into a few button clicks. Let’s take a look.

Salesforce Document Automation for Contracts

Salesforce document generation solutions like S-Docs allow you to build contract templates inside Salesforce that automatically pull in key Salesforce data points from any object. This saves time and ensures your contract data is complete and error-free, since it’s coming from your source of truth.

Insert Salesforce Fields and Related Lists

Notice those tags in the contracts above (they look like {{!Object.Field}})? Those are placeholders for Salesforce data. When a contract template is generated, dynamic data from Salesforce replaces each tag (highlighted in green below).

You can also insert placeholders for Salesforce related lists, which are replaced with related list record data in dynamic tables. This can be useful for a list of products being purchased, or including the account team members involved in a deal.

Create & Reference A Clause Library

If you’ve got clauses that go in multiple different contract templates - a standard severability clause, for example - editing one can turn into an all-day affair. You’ll need to make the same edit in every template that includes the clause - every time an edit is required.

Alternatively, you can use Salesforce document generation tools to create a library of clause templates that can be referenced across your contracts with a tag. Anytime an edit to a clause is required, all you’ll need to do is update the master clause template, and those edits will be reflected across all of your contract templates.

Take a look at this quick overview on how S-Docs clause templates (components) work here:

Use Conditional Logic to Auto-Customize Your Contracts

Auto-filling data from Salesforce is great, but Salesforce document automation gets even smarter. Conditional logic allows you to customize what content gets included or excluded based on your business rules.

For example, if your contract contains a non-compete clause, you can automatically omit that clause when the recipient’s billing address is in California. Conditional logic lets you include or exclude any content - even whole pages - based on any business rules in Salesforce.

You Might Also Like: How Accounting and Legal Departments Can Simplify Contract Creation in Salesforce

Allow Users To Choose Predefined Content Blocks

Contracts are highly-regulated documents in most organizations; legal doesn’t want anyone making changes to their standard templates without approval.

With document automation, however, it’s possible to give users leeway without relinquishing control. By setting up pre-approved content blocks that users can choose before generating a contract, legal can ensure only authorized changes are being made - while users get the agency they need to complete contracts quicker.

Take a look at this quick overview on how this works here:

Automate Contract Creation in Salesforce

Up to this point, we’ve mainly discussed the document in document automation - but that second word is just as important. With S-Docs, you can trigger your contracts to generate and email themselves based on any event in Salesforce - like when an Opportunity moves to “Closed Won,” or a Contract moves to “Draft.”

Automating your contract creation workflows can increase your team’s efficiency, give them more time to do what they do best - and get deals closed faster.

Contract Acceptance: Get It In (Electronic) Writing

One of the core requirements of a valid contract is acceptance: an expressed willingness to be bound by the terms of the contract.

Technically, a handshake or verbal “Yes” work - but for best results, requiring all parties to sign the document is the way to go. If you’re already using document automation, there’s no better way to request signatures than with a proprietary e-signature solution for one seamless transaction.

With the help of S-Docs and S-Sign, you can automatically generate and send your contracts for signature using one smooth user interface - and even write any data input by the signer directly back to Salesforce.

The best part - both S-Docs and S-Sign are 100% native to Salesforce. That means they execute faster, are easier to use, and never send your data outside the protections of your org.

You Might Also Like: The Ultimate Guide to E-Signature for Salesforce in 2021

Create Contracts in Salesforce Faster with S-Docs & S-Sign

Contract creation is more efficient and scalable with document automation for Salesforce. Implementing S-Docs and S-Sign for contracts gives you:

  • Consistency - the same style/language/components pulled in every time
  • Reduced Errors - data pulled from Salesforce, not input manually
  • Speed - 100% native document generation creates & sends contracts quicker
  • Security - your data never leaves Salesforce
  • Happy Clients - a faster contract process leads to happier teams all around

If you’re ready to see how 100% native document generation and e-signature for Salesforce can improve your contract creation workflows, give us a shout - request a demo here or contact sales@sdocs.com. Happy contracting!

See S-Docs In Action

Leave your Salesforce document workflow worries behind.

Request Demo

Enjoying our blog?

Subscribe now and we'll make sure to send you the latest as we publish new content!

Connect With Us!

For Salesforce news, digital document & e-signature insights, or just for fun.

        

Read More

Blog
June 12, 2024

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation You don't have to micromanage your sales executives to optimize sales operations. Instead, you’ll have more success by establishing sales…
Blog
June 5, 2024

Are You Ready for a Document Automation Tool?

The Need for Efficiency in Today’s Businesses Business efficiency is crucial. Imagine running a marathon while juggling — sounds chaotic, right? That’s what managing documents without automation can feel like.…
Blog
May 29, 2024

Understanding and Advancing Organization Maturity Levels in Your Business

Understanding and Advancing Organization Maturity Levels in Your Business An organizational maturity assessment identifies where your company stands within the stages of a chosen maturity model framework so you can…

S-Docs Named Salesforce Document Generation App with Best Estimated ROI by G2 Fall Reports

By Press Release No Comments

Tuesday, October 5, 2021

For Immediate Release

S-Docs Named Salesforce Document Generation App with Best Estimated ROI by G2 Fall Reports

S-Docs, Inc. is consistently rated faster to implement with higher ROI, earning 8 badges in G2’s Fall 2021 reports

NEW YORK, October 5, 2021 /PRNewswire/ -- S-Docs, the only 100% native Salesforce document generation and e-signature solution, is thrilled to announce that it has earned 8 badges in software review site G2’s Fall 2021 Salesforce CRM Document Generation Market Reports.

Most notable are the Easiest Setup and Best Estimated ROI badges, which S-Docs has won for the past 2 and 3 quarters respectively. Calculated based on reviews from G2.com, these badges signify that users favor S-Docs most for its high potential business impact and short time to go-live over contenders in the Salesforce document generation category.

“Since our products are architected 100% natively on the Salesforce platform, they fit more naturally into our customers’ existing workflows, significantly shortening time to value,” said Dan Pejanovic, CEO of S-Docs.

To further corroborate S-Docs’s ease of use, it earned the Fastest Implementation and Most Implementable badges - both of which it has retained for the past 6 quarters.

S-Docs also earned the High Performer, Best Meets Requirements, and Users Most Likely to Recommend badges - a testament to its high customer satisfaction.

“Everything we do is focused on delivering the best possible experience to our customers,” Dan Pejanovic stated. “We’re proud of the overwhelmingly positive feedback we’ve received.”

S-Docs currently maintains a 5-star rating on G2. To learn more about its Salesforce document generation and e-signature solutions, please visit stg-sdocscom-sdkb.kinsta.cloud or contact sales at sales@sdocs.com to see a custom demo.

About S-Docs: 

S-Docs is the only 100% native document generation and e-signature solution available on the Salesforce AppExchange. S-Docs allows users to securely generate and e-sign business documents like quotes, invoices, and contracts without ever sending customer data outside of Salesforce. Founded in 2010, the application is now the first choice for major enterprise clients globally for their digital document needs. Clients from around the globe have rated S-Docs with hundreds of 5-star reviews, securing a spot in the top 1% of all apps on the Salesforce AppExchange.

The company is privately held with headquarters in New York and offices in Ann Arbor. Learn more at sdocs.com and follow us on LinkedIn and Twitter @Sdocs.

*Use of the term Salesforce are the trademarks of Salesforce.com, Inc.  

Contact:
For press or general inquiries, please contact Zachary Brueck at zbrueck@sdocs.com, (248)- 705-2872. 

View the original story here: https://www.prnewswire.com/news-releases/s-docs-named-salesforce-document-generation-app-with-best-estimated-roi-by-g2-fall-reports-301393072.html

Headquarters

521 Fifth Ave
New York City, NY 10175

800-519-DOCS
       

Meet The New S-Docs Knowledge Base

By Blog No Comments

At S-Docs, it’s no secret that our customers come first.

That doesn’t just mean providing the best solution for generating and e-signing documents in Salesforce. It also means ensuring anyone - from new admins to seasoned developers - can get the most out of our products.

Our team has been hard at work designing a streamlined documentation experience that makes it easier than ever to get answers, troubleshoot issues, and discover new features to make you even more efficient.

Let’s dive into it. Welcome to the S-Docs Knowledge base.

A Redesigned Homepage

The knowledge base homepage is your hub for all online technical resources at S-Docs. You’ll find links to articles, videos, troubleshooting tips, and more. Accessible from our resources tab, the new homepage is a game-changer. Let’s take a look at its components.

Choose Your Product

When you reach the knowledge base homepage, you can choose whether you want to view content for S-Docs Document Generation or S-Sign E-Signature. Links throughout the page will update based on which product you select.

Find Content

After choosing your product, you’ll be able to dive into all the knowledge base has to offer. The 3 main tiles will direct you to:

  1. Our redesigned help documentation, which makes it easier than ever for new and experienced users to find the articles they need (more on this later)
  2. Our tutorial videos, which guide you through setting up S-Docs and implementing features like automation and batch document generation
  3. Our new troubleshooting resource, which allows you to quickly resolve issues

In addition, the keyword cloud lets you click a word to find documentation articles tagged with that feature - based upon which product is selected.

Discover What Others Find Helpful

Below the main content, you’ll be able to see which articles and videos are most popular with our users. You can also discover new features through our list of recently published articles.

Collectively, the knowledge base homepage is your one-stop-shop for our online technical resources. We designed it with you in mind - we want it to be as easy as possible to reach the content you need.

A Reimagined Documentation Structure

It’s true, the new knowledge base homepage is pretty cool - but we didn’t stop there. We also overhauled the structure of our documentation articles for S-Docs and S-Sign, from how they’re categorized to how you navigate through individual articles themselves.

But don’t worry! The articles from our previous documentation still exist - they’re just a whole lot easier to find and use.

A More Logical Structure

We redesigned how articles are categorized by mirroring the natural flow our users follow when working with S-Docs and S-Sign. After installing S-Docs, for example, the next step is to create a template, which includes inserting data and optionally applying logic. Once a template is created, a document can be generated - followed by emailing or storing that document.

Our articles are now grouped into these intuitive categories, making it easier to find what you’re looking for quickly. You can also find subcategories within each category if you want to drill down even further.

A Refined Search Experience

The new search bar suggests articles to you as you type - pretty helpful, right?

If you want to view the full search results, you’ll now see a preview under each article title that displays where your search term appears in that article, giving you context to help quickly choose the right content.

Seamless Article Navigation

Documentation articles look a bit different now - but they’re easier than ever to use.

The top of an article displays the categories it’s nested under, and allows you to click back into those categories to find related articles.

Every article is also tagged by feature, and those tags can be clicked to find other articles that share the same tag.

The table of contents never leaves your screen - allowing you to easily jump between article sections at any time.

And as you scroll down an article, the table of contents will highlight to show you which section you’re viewing.

Give Feedback

When you reach the end of an article, you can let us know whether or not it was helpful - which helps us improve our resources so that you can continue to get the most out of them.

And if you’re looking to dig a little deeper on a topic, you can now find a list of related articles at the bottom of every article. It’s all connected!

See For Yourself

If you’re already an S-Docs user, it’s now easier than ever to find and configure the features that will best help your business succeed.

If you haven’t given us a try yet, there’s never been a better time to download S-Docs and hit the ground running like a pro. Our new knowledge base is here to help no matter your level of expertise.

So what are you waiting for? You can have S-Docs installed and configured today! And when you’re ready to walk through its full potential for your business, request a customized demo from our team of experts by clicking here - or contact sales@sdocs.com

See S-Docs In Action

Leave your Salesforce document workflow worries behind.

Request Demo

Enjoying our blog?

Subscribe now and we'll make sure to send you the latest as we publish new content!

Connect With Us!

For Salesforce news, digital document & e-signature insights, or just for fun.

        

Read More

Blog
June 12, 2024

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation You don't have to micromanage your sales executives to optimize sales operations. Instead, you’ll have more success by establishing sales…
Blog
June 5, 2024

Are You Ready for a Document Automation Tool?

The Need for Efficiency in Today’s Businesses Business efficiency is crucial. Imagine running a marathon while juggling — sounds chaotic, right? That’s what managing documents without automation can feel like.…
Blog
May 29, 2024

Understanding and Advancing Organization Maturity Levels in Your Business

Understanding and Advancing Organization Maturity Levels in Your Business An organizational maturity assessment identifies where your company stands within the stages of a chosen maturity model framework so you can…

How To Send Stronger Emails From Salesforce

By Blog No Comments

Emails - they’re pretty important. In 2020, the world collectively sent over 300 billion per day.

Our world - public and private, commercial and personal - still relies heavily on this tried-and-true modus operandi for communicating online. You can love them or hate them, but in today’s business world, you need to be good at them.

We’re not just talking snappy subject lines or overdone tips you can find with a quick Google search.

Sending great emails also involves zooming out and looking at how email fits into your business workflows in Salesforce. Can your team easily send personalized emails from Salesforce? Are they following email content best practices? Is the process simple or confusing?

If you’re asking these questions, you’ve come to the right place. This article will explore:

  1. How to send emails from Salesforce (and which Salesforce email tool is best for you)
  2. Which Salesforce email template builder to use
  3. Email best practices (for both copy and design)
  4. Protecting your email reputation (to ensure your messages get delivered!)

After perusing this information, you’ll be well on your way to sending stronger emails from Salesforce (and hey, if it helps - consider emailing this article to a colleague in need!).

You Might Also Like: How To Create Immaculate Invoices In Salesforce

How To Send Emails From Salesforce: 4 Options

The purpose of email is simple: to communicate. Getting from Point A (writing) to Point B (delivered & opened) is more complicated, which is why Salesforce provides several options for traversing the gap.

  1. Send Emails from Salesforce Through Gmail or Office 365
  2. Send Emails Through Salesforce
  3. Use Salesforce Email Relay
  4. Use An AppExchange App

Send Emails From Salesforce Through Gmail or Office 365

Using Lightning Experience? You can send emails from “Salesforce” that actually go through your Gmail or Office 365 account.


Source: Trailhead.com
They’ll look no different to your recipients than the ones you send from Gmail or Office 365, which can improve open rates and deliverability. However, you should consider:

  • Emails are not logged in the Salesforce Activity History
  • Bounce management is not supported
  • You can’t send mass emails (list emails)

If your team relies heavily on their external email accounts and on Salesforce, this method eliminates perpetual tab switching. But if you require important features like bounce management, or wish to track email activity in Salesforce - this method may not be for you.

Learn how to set it up here.

Send Emails Through Salesforce

Whether you’re using Lightning or Classic, you can always send emails through Salesforce’s servers. It’s easy to set up, doesn’t require integrating with an external email service, and lets you track everything in the Salesforce Activity History.

Plus, you can send mass emails and take advantage of bounce management. The more features the better, right?

However, be aware - your emails may look “spoofed” (it looks like you’re not who you say you are). This may be a deal breaker for some businesses.

Learn how to set up sending emails through Salesforce here.

You Might Also Like: How To Improve The Customer Experience With Salesforce

Use Salesforce Email Relay

If your company owns an email domain (@companyname.com, or something similar), you can route your emails through your email server with Email Relay.

This one’s pretty cool, especially if you’re big on compliance. For one, you can store copies of your emails locally, and they’ll appear in your email client’s “Sent” folder. This is a must for industries bound by government regulations.

You can also apply content filters and antivirus scanning. Oh, and your emails won’t appear spoofed, meaning it’s much less likely that they’ll end up in your customer’s spam folder.

The downside is that it requires some technical expertise to get going - but if you follow this guide, you shouldn’t have many problems.

Use An AppExchange App

If none of the above options work for you, you can always turn to the AppExchange for an email distribution solution. AppExchange email tools can be useful if you’re looking to get around Salesforce’s daily email limits (which still apply even if you use Email Relay).

All in all, there are pros and cons to each method for Salesforce email distribution. To make things a bit easier, refer to this flowchart by Salesforce.
Source: Salesforce.com

Salesforce Email Template Tools: Which One To Choose?

After nailing down how to send emails from Salesforce, the next thing to figure out is how you’ll actually create the emails themselves.

Remember the statistic from the beginning of this article? We’re sending and receiving 300 billion+ emails daily. So unless you’re Barbara Blackburn - the fastest typist in the world - a team with high-volume communication requirements needs to use email templates to stay productive.

Email templates let you send preformatted emails populated with Salesforce data in just a few clicks - and they can be used in wider process automation to make things even easier. Here are your options.

  1. Classic Email Templates
  2. Lightning Email Templates
  3. Email Template Builder
  4. AppExchange Solutions

Salesforce Classic Email Templates

If you’re still using Salesforce Classic, and you don’t want to branch out to the AppExchange, you have to use Classic email templates. The four different types (text, HTML, HTML with Classic Letterhead, and Visualforce) let you include text, merge fields, and attachments.
Source: Salesforce.com
If you’re a Visualforce expert, you can get pretty creative with Salesforce Classic email templates - otherwise, these will satisfy only basic requirements.

Salesforce Lightning Email Templates

Lightning Email templates are the modernized version of Classic email templates. They allow you to do a bit more with content & design (like using Enhanced Letterhead). If your organization requires simple email responses with a bit of flair every once in a while, these should do the trick.
Source: Salesforce.com

Email Template Builder

Now we’re getting to the good stuff. Introduced in the Winter ‘21 release, the Salesforce Lightning Email Template Builder allows you to create emails with a drag-and-drop tool.
Source: Salesforce.com
This tool makes it easy to create emails that merge in more complex Salesforce data, and it lets you get pretty creative with the design, too. However, it’s still fairly new and has its limitations - for example, you can’t do much with conditional logic, and cross-object merge fields are not supported.

AppExchange Solutions

The AppExchange is the holy grail for Salesforce email tools - that exact search term brings up over 500 of them.

There are email tools built specifically for marketing, sales, service - you name it, you can probably find it.

Email apps for Salesforce generally allow you to do much more with your data than Salesforce email templates do, which is why we recommend using the AppExchange if you need to create complex, data-driven emails - both one-to-one and en masse.

Here’s a lesser-known tip that may help you cut through the noise: use Salesforce document generation apps for your Salesforce email needs.

Our reasoning?

While Salesforce document generation apps like S-Docs allow you to merge your Salesforce data into complex business documents, you can also leverage their powerful engines to design stunning emails and merge in data that’s just as complex.

Take this email we designed, for example:

As you can see, you won’t run into many problems merging in the data you need when you use a document generator. In fact, you can merge any queryable data from Salesforce into your emails - that is, if you use a 100% native (built on the platform) solution like S-Docs. We can’t make any promises about the other options available! Plus, you can dig into the HTML source to really customize your templates.

You Might Also Like: Supercharge Salesforce Reporting With Document Generation

All in all, Salesforce document generation apps are the best choice for building emails in Salesforce for a variety of use cases. They’re not a replacement for a marketing automation solution, but they’ll exceed your requirements in most situations that require email templates in Salesforce.

Email Design & Content Best Practices

After deciding how to send emails in Salesforce and what tool to use to build email templates in Salesforce, you’re probably ready to roll up your sleeves and build your templates.

While there’s no one-size-fits-all approach to email template design, we have a few universal best practices you can use as a guiding star in many different situations.

  1. Email Sender
  2. Email Subject
  3. Email Body Layout
  4. Email Body Copy
  5. Visual Content

Email Sender

The email sender (the name that appears in the From field) is likely the first thing your customer/prospect will check before deciding whether or not to open your email. Therefore, we recommend keeping this as personal as possible.

Generally, using someone’s name is the way to go - both for one-to-one and mass emails. Whenever possible, keep the sender to the logged in user!

Email Subject

After checking who sent the email, your recipient’s eyes jump directly to the subject line. You can approach this from a number of different angles, but keep in mind that your email subject should add value while being concise. Does it accurately describe the contents of your email, and why your recipient should care? Does it intrigue the recipient with relevant information?

Additionally, is your subject personalized? Adding your recipient's name, company name, or other creative, personal details can have a dramatic effect on your open rates. Use merge fields (placeholders for dynamic data) in your email subject lines to give them a personal touch.

Finally, try free tools like this Headline Analyzer to give your subject lines an extra boost!

Email Body Layout

If you’ve piqued your recipient’s interest enough for them to open your email, congratulations - but the work has just begun! The meat of your email lives in the body, and before your recipient can consume your content, they’re going to notice the layout.

Your email layout is how the content of your email is organized. It should be logical, easy to read, and guide your recipient to the action you want them to take. For example, the Inverted Pyramid layout is great for pushing recipients toward a CTA. Check out this email we designed with S-Docs.

Alternatively, the single-column layout is great for one-to-one emails, or emails where the copy is the main focus.

There are many different layouts you can choose from, but remember - clear, concise, and focused! Don’t be afraid to use white space liberally.

You Might Also Like: How To Create A Stunning Statement Of Work In Salesforce

Email Body Copy

Depending on the purpose of your email template, your copy will vary widely. However, you should be sure to follow these best practices.

Be Concise: If you have a choice between saying it in 10 words or saying it in 5, say it in 5. Show your recipient you value their time.

Stay On-Brand: Use a tone that complements your brand.

Personalize: In most cases, you don’t want your recipient to feel like they’re receiving an email template. Add more than just a first name - incorporate as much data as you can, and consider using conditional logic to dynamically change the email content or formatting depending on who it’s being sent to (this is where using a Salesforce document generation app can really help you out).

Visual Content

Images and other visual content can really spice up your emails - but be sure to include them with a purpose. In addition, try not to make images the main message of your email, since it’s not guaranteed that all email clients will display them. If your email doesn’t make sense without an image, that’s not a good sign.

If you follow these tips for designing emails in Salesforce, you’ll be well on your way to upping your open and reply rates - all while making your users’ lives easier at the same time.

Protect Your Email Reputation

None of the tips in this article matter if your emails get funneled straight into spam, so protecting the reputation of your domain and IP is just as important as designing great emails themselves.

Build A Good Reputation: Email reputations are built over time. You can build a better reputation by:

  • Avoid sending emails to invalid email addresses
  • Avoid “spammy” keywords
  • Send content that your recipients want. Your email reputation increases when your emails are opened and read

Luckily, Salesforce also monitors more than 50 international blocklists, and if any of their IPs are blocked, they work with the blocklist owner to resolve the issue.

Get Permission From Recipients: In other words, don’t spam. Send emails to individuals that have opted to receive communications from you, and quickly honor opt-out requests.

Include A Familiar Name In The Subject Line: Recipients are more likely to report an email as spam if they don’t recognize the sender. Make sure they’re familiar with you - or add your company name in the subject line of the email.

Monitor Bounced Emails: Sending emails to invalid addresses damages your reputation. You should regularly remove invalid addresses and, if available, take advantage of Salesforce’s bounce management feature.

Check out this Salesforce Help article for more information about protecting your email reputation in Salesforce.

Send Better Emails From Salesforce With S-Docs

Now that you’re equipped with a throng of Salesforce email tips and best practices, why not take the next step toward building data-driven, dynamic emails in Salesforce? S-Docs is the only 100% native document generation and e-signature solution for Salesforce. It lets you design sophisticated, stunning business documents and emails with one easy solution.

Merge any data from Salesforce, include conditional logic, and use your email templates in large process automation with ease.

Interested in learning more? Contact our team today at sales@sdocs.com, or request a custom demo here. Now let’s get those open rates up!

See S-Docs In Action

Leave your Salesforce document workflow worries behind.

Request Demo

Enjoying our blog?

Subscribe now and we'll make sure to send you the latest as we publish new content!

Connect With Us!

For Salesforce news, digital document & e-signature insights, or just for fun.

        

Read More

Blog
June 12, 2024

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation You don't have to micromanage your sales executives to optimize sales operations. Instead, you’ll have more success by establishing sales…
Blog
June 5, 2024

Are You Ready for a Document Automation Tool?

The Need for Efficiency in Today’s Businesses Business efficiency is crucial. Imagine running a marathon while juggling — sounds chaotic, right? That’s what managing documents without automation can feel like.…
Blog
May 29, 2024

Understanding and Advancing Organization Maturity Levels in Your Business

Understanding and Advancing Organization Maturity Levels in Your Business An organizational maturity assessment identifies where your company stands within the stages of a chosen maturity model framework so you can…

Configure S-Docs & S-Sign For CAC Signature

By Documentation No Comments

Introduction

This article will teach you how to configure the S-Docs/S-Sign Common Access Card (CAC) integration, which allows users to use their CAC to apply digital signatures to S-Sign PDFs.

Note: If you've already completed the configuration process, click here to learn how to apply CAC signatures to S-Sign PDFs (end-user experience).

Create New Fields

First, you need to create three new fields - one on the S-Sign Template object, and two on the S-Sign Envelope Document object.

From the setup menu, navigate to the Object Manager tab and find the S-Sign Template object.

Navigate to the Fields & Relationships tab, and click New.

Select Checkbox as the data type, then click Next.

Enter the following values:

Field Label: CAC Required
Default Value: Unchecked
Field Name: CAC_Required

Finish the field creation process and click Save.

Next, navigate back to the Object Manager and find the S-Sign Envelope Document object.

Navigate to the Fields & Relationships tab, and click New.

Select Formula as the data type, then click Next.

Enter the following values:

Field Label: Download Document for CAC
Field Name: Download_Document_for_CAC
Formula Return Type: Text

Next, enter the following formula:

[code lang="html"]IF(
SSIGN__SSTemplate__r.CAC_Required__c,
HYPERLINK(
"/apex/SSCACDownload?ssedId=" & Id,
IMAGE("/img/icon/product_consumed24.png","Download Document for
CAC"),
"_blank"
),
'Not Required'
)[/code]

Keep the default settings for the next two steps, then click Save & New.

Select Formula as the data type, then click Next.

Enter the following values:

Field Label: Upload CAC Document
Field Name: Upload_CAC_Document
Formula Return Type: Text

Next, enter the following formula:

[code lang="html"]IF(
SSIGN__SSTemplate__r.CAC_Required__c,
HYPERLINK(
"/apex/SSCACUpload?ssedId=" & Id,
IMAGE("/img/icon/product_request_line_item24.png","Upload CAC
Document"),
"_blank"
),
'Not Required'
)[/code]

Keep the default settings for the next two steps, then click Save.

Add Fields To Page Layout

Next, you need to add the fields to their respective object page layouts. Navigate to the Page Layouts tab for the S-Sign Envelope Document object manager, click the dropdown arrow for the S-Sign Envelope Document page layout, then click Edit.

Ensure that the two formula fields (Upload CAC Document and Download Document for CAC) are added to the S-Sign Envelope Document detail layout.

Then, navigate to the Page Layouts tab for the S-Sign Template object manager, click the dropdown arrow for the S-Sign Template page layout, then click Edit. Ensure that the CAC Required and CAC Enabled fields are added to the S-Sign Template detail layout.

Add New Visualforce Pages & Apex Classes

Next, you need to create three Apex classes and three Visualforce pages. Contact S-Docs Support (support@sdocs.com) to obtain the Apex classes and Visualforce markup.

Enable S-Sign-Enabled S-Docs Templates For CAC Signature

To enable your S-Sign-enabled S-Docs templates for CAC signature, you must access the S-Sign template record detail page for each template that you want to digitally sign (S-Sign-enabled S-Docs templates store S-Sign data in a separate S-Sign template).

Accessing the S-Sign template record detail page requires you to find the S-Sign template ID that corresponds to that S-Docs template. You can query the S-Sign template ID for each S-Docs template in the Developer Console.

Navigate to the Developer Console and input the following query into the Query Editor:

[code lang="html"]SELECT Id, SSIGN__SDTemplate__r.Name FROM SSIGN__SSTemplate__c[/code]

This will bring up a list like the following:

[1] The S-Docs template name appears on the right, and [2] the S-Sign template ID appears on the left. Find the S-Docs template that you want to enable for CAC Signature, copy the S-Sign template ID, and then paste it into your browser after "salesforce.com" or "lightning.force.com."

This will open the S-Sign template record. From there, you can scroll down and check both the CAC Enabled and CAC Required checkboxes.

This must be done for each template that you wish to enable for CAC digital signature.

(Optional) Add The CAC Redirect URL To Your Template(s)

Optionally, you can choose to redirect the final signer of an S-Sign request to the CAC download/upload page. This will allow the signer to download and digitally sign the document immediately (if you do not opt into this feature, the CAC signer must navigate to the S-Sign Envelope Document record after the S-Sign request is completed, and download/upload the document from there).

To opt into this feature, navigate to the template(s) you wish to digitally sign with your CAC and open the Template Editor.

Navigate to the S-Sign Template Settings in the S-Sign panel on the left, and find the Redirect Signer to Page field.

Enter the following URL into this field:

[code lang="html"]https://YOUR_SALESFORCE_DOMAIN/apex/SSCACReplace?ssedID=[[ssedID]][/code]

Replace YOUR_SALESFORCE_DOMAIN with your Salesforce domain. You can find your domain by clicking your user profile in the top right and copying it from under your username.

After clicking Save, S-Sign requests that include this template will redirect the final signer to the CAC download/upload page.

To learn how to digitally sign S-Sign PDFs with your CAC, click here to walk through the end-user experience.

How To Maximize Value From Salesforce Experience Cloud Sites (AKA Communities)

By Blog No Comments

When Salesforce renamed Community Cloud to Experience Cloud last year, we applauded the change. Though the business world has seen its fair share of questionable rebrands in the past, this one makes a lot of sense.

Salesforce Communities (now Salesforce Experience Cloud sites) are windows into your Salesforce org for customers, partners, or employees. Call them portals, forums, support sites, HR hubs - whatever you name them, they’re essentially branded websites that make select data/features of your internal Salesforce instance available to external users.

Source: Salesforce.com

The term “Communities” made sense for a while - they were central places for communities of customers, partners, or employees to come together and interact (submit cases, log partner leads, find answers to questions, etc.). But at S-Docs, we’ve always thought they had the potential to facilitate more holistic digital experiences.

Experience Cloud is the perfect name for what your Salesforce Communities can be: platforms for more than just actions on a website. Your sites have the potential to complete entire business processes for you and your customers, if you choose the right integrations. All in all, Experience Cloud sites are an opportunity to create end-to-end experiences that wow your customers, help your partners and employees do their best work, and position your brand as a digital-first, customer-first leader.

Pro Tip: If you’re new to Salesforce Experience Cloud sites, check out this Trailhead trail to start learning the basics!

How To Get More Value Out Of Salesforce Experience Cloud Sites

Salesforce Experience Cloud sites allow you to do great things out of the box. They’re much more economical than building websites from scratch because you’re able to choose from prebuilt templates…

...and create your site with drag-and-drop tools. No developer needed!

Plus, you don’t need to work with confusing integrations to get your website to update Salesforce, and vice versa. You can have a fully functioning site working in just a few hours - we’ve even done it in just a few minutes!

Maximizing the value of your Salesforce Community is a matter of building off of its rudimentary features and transforming it into an experience - customizing it into a place where your customers/partners/employees can accomplish even more than they set out to.

The best path toward this goal is through integrations from the AppExchange.

You Might Also Like: 10 Salesforce Apps Every Sales Team Needs

Use Bolt Solutions

Lightning Bolt Solutions are templates for Experience Cloud sites that you can use to enhance your site (such as implementing a digital storefront or partner hub) without the need for a developer.

Bolt solutions are great because they’re built by Salesforce partners that are experts in their respective industries, meaning you can be confident that you’ll be creating experiences that resonate with your site’s audience.

Check out the AppExchange and select Bolt Solutions under the Solutions By Type tab to browse bolt solutions available today.

Integrate Document Generation & E-Signature

Documents and agreements are the backbone of any business, so if your site can’t provide a way for users to create or sign them, it isn’t doing its full job as an end-to-end experience.

That’s where S-Docs comes in: we’re a 100% native app for generating, e-signing, and distributing documents in Salesforce - and we work great with Experience Cloud sites.

How so? Here are a few ways customers in different industries are leveraging document generation and e-signature in their Experience Cloud sites today.

You Might Also Like: The Ultimate Guide To E-Signature For Salesforce In 2021

Customer Communities

Government: A city planning & zoning department maintains an Experience Cloud site for building permit applications. Contractors click a button to open an S-Docs application document that they fill out, sign with S-Sign, and submit - triggering S-Docs to write their form inputs back to Salesforce and alert an official of an application for review, all in the background.

When the official approves or denies the application in Salesforce, S-Docs automatically emails the contractor with all of the information they need. The entire process is convenient and easy for both parties - one streamlined experience!

Healthcare & Life Sciences: A pharmaceutical company hosts an Experience Cloud site where members can apply for participation in clinical trials. After members enter their information into a flow form and click submit, S-Docs generates a consent doc for the user to sign. Once they sign and submit the document, S-Docs generates and emails a packet of documents to the member with information about the trial. Members appreciate a quick process and easy access to the information they need.

Partner Communities

Technology: A technology company provides a partner hub for its many channel partners to connect, log leads, and get the most up-to-date information about the latest partner offerings. At any time, partners can log in and generate a summary document that lists all the deals they’ve worked on with the tech company over the past year, making their reporting process a breeze.

Software: A software company uses a similar partner hub, with one added feature: renewing partnership agreements. Each month, a trigger identifies organizations due for renewal. S-Docs emails each contact with a notice that the partner has new documents to sign, along with a login link to the partner hub - where S-Docs has their renewal agreements waiting to be viewed and signed.

You Might Also Like: Upgrading Your Document Generation System? Here's What You Need To Know

Employee Communities

Consumer Goods: A cosmetics manufacturer provides an Experience Cloud site to its employees for onboarding, training, and company news. Employees can log on to sign onboarding paperwork, download performance reviews, and fill & sign any other HR documents required of them, all in one place.

Document Generation & E-Signature for Experience Cloud Sites: Main Benefits

S-Docs can help take your Experience Cloud sites to the next level no matter the industry, department, or community type. Since it fills in a major gap in many site workflows, it benefits both your own organization - and your customers, partners, or employees.

Convenience

Nobody wants to navigate to a site to complete a process, only to be told they need to take things offline to accomplish their goal (downloading, signing, and emailing a document, for example). S-Docs allows entire document & e-signature workflows to occur in the same place, making it as easy as possible for users to derive value from your site.

On-Brand Experiences:

It’s easy to brand your Experience Cloud site and make it feel like an extension of your company. S-Docs allows you to continue delivering on-brand content with fully customizable documents and emails, keeping your users connected with your business.

Data Security:

Experience Cloud sites always bring some risk with them, since you’re opening up your CRM data to external users. That’s why you’re able to create specific community user profiles to restrict what data can be accessed. While adding 3rd party integrations may seem counterintuitive for data security, S-Docs is 100% native to Salesforce, which means data never leaves the Salesforce cloud - and it respects the permissions and sharing rules that you define. No community users will be able to generate documents that pull data they don’t have access to.

Data Cleanliness

When users fill out S-Docs & S-Sign forms, their input can be written directly back to Salesforce fields - meaning as your customers get value from your site, they’re keeping your database up to date, too.

The Native Difference

S-Docs is a 100% native Salesforce app, meaning that it’s built entirely on the Lightning Platform. Because of this, adding S-Docs to your Experience Cloud site is a breeze and doesn’t require complex integrations.

Being native also means that S-Docs brings unmatched data security to the table. All documents are generated and signed within your Salesforce instance - meaning your data stays there, too.

Because of their superior ease of use and data security, native apps are the best choice when looking for integrations to boost your Salesforce Experience Cloud sites.

You Might Also Like: How To Evaluate The Security Of AppExchange Apps

Closing Gaps & Unifying Processes

Salesforce Experience Cloud sites provide an exceptional starting point for building better digital experiences for your customers. Enhancing their value is a matter of identifying the gaps (where do users have difficulty finding what they need? At what point are they required to leave the site to accomplish a task?) and filling them in - and there’s no better place for filling the gaps than the AppExchange.

So take some time to browse around - you never know what ideas might be just a listing away.

About S-Docs

S-Docs is a 100% native document generation and e-signature solution for Salesforce. As a trusted partner to global companies across industries, S-Docs has been helping enhance digital experiences with better document workflows for over ten years.

Interested in learning more about how S-Docs can benefit your Experience Cloud sites? Request a demo today or contact sales@sdocs.com.

See S-Docs In Action

Leave your Salesforce document workflow worries behind.

Request Demo

Enjoying our blog?

Subscribe now and we'll make sure to send you the latest as we publish new content!

Connect With Us!

For Salesforce news, digital document & e-signature insights, or just for fun.

        

Read More

Blog
June 12, 2024

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation

Optimizing Sales Ops KPIs with Effective Reporting and Document Automation You don't have to micromanage your sales executives to optimize sales operations. Instead, you’ll have more success by establishing sales…
Blog
June 5, 2024

Are You Ready for a Document Automation Tool?

The Need for Efficiency in Today’s Businesses Business efficiency is crucial. Imagine running a marathon while juggling — sounds chaotic, right? That’s what managing documents without automation can feel like.…
Blog
May 29, 2024

Understanding and Advancing Organization Maturity Levels in Your Business

Understanding and Advancing Organization Maturity Levels in Your Business An organizational maturity assessment identifies where your company stands within the stages of a chosen maturity model framework so you can…
Top