1. default pdf

DefaultPDF sets the default output type to Adobe Acrobat.
  • Parameter Required: &defaultpdf=1

2. email template parameters

2.1. emailAdditionalTo

EmailAdditionalTo sets the value of the Additional To field.
  • Parameter Required: &EmailAdditionalTo=support@docmadeeasy.com

2.2. emailBCC

EmailBCC sets the value of the BCC field.
  • Parameter Required: &EmailBCC=support@docmadeeasy.com

2.3. emailCC

EmailCC sets the value of the CC field.
  • Parameter Required:&EmailCC=support@docmadeeasy.com

2.4. emailFromID

EmailFromID specifies an Organization-Wide Address as the From identity of the email.

2.5. emailRelatedToId

EmailRelatedToId sets the value of the Related To field.

2.6. emailReplyToID

EmailReplyToId changes the apparent sender of an email by setting the message ReplyTo and DisplayName properties to those of the specified user.

2.7. emailSubject

EmailSubject sets the value of the Subject field.

2.8. emailTemplateAttachments

EmailTemplateAttachments indicates to preserve attachments stored with the Salesforce email template.

2.9. emailTemplateId

EmailTemplateId loads the subject and body fields from a Salesforce email template. EmailToId sets the value of the To field.

3. activity logging parameters

3.1. AC0

AC0 provides Automatic Activity Logging. This parameter specifies whether to automatically log an activity after merging.
  • &AC0=1, Automatic Logging is enabled.
  • &AC0=0, Automatic Logging is disable.

3.2. AC1

AC1 sets the activity logging subject.
  • &AC0=1

3.3. AC2

AC2 saves the text of a merged Word document to the body of an Activity (Task) Parameter Value: [0 or 1]. Parameter Requirements:
  • &AC0=1
  • &AC2=1, Save text is set to Document Text (Word only). (Default)
  • &AC2=0, Save text is set to none.

4. Template Id parameter

The TemplateId parameter pre-selects the template specified in the Template List box.
  • Parameter Required: &TemplateId = Template Record id

5. automation - background mode parameter

5.1. DS0

Disables controls within the Conga Composer dialog box.
  • Parameter Value: [0 or 1].

5.2. DS1

Disable Merge & Download Button. Enable or Disable the Download button.
  • Parameter Value: [0 or 1]
  • &DS1=1, The Merge & Download Button is disabled. The document will still merge but will not download for the running user.
  • &DS1=0, The Merge & Download Button is enabled. (default)

5.3. DS2

Enable or disable the Email Action option in Output Options.
  • Parameter Value: [0 or 1]
  • &DS2=1, The Email Action option is disabled.
  • &DS2=0, The Email Action option is enabled. (default)

5.4. DS3

Enables or disables the Activity Logging area.
  • Parameter Value: [0 or 1]
  • &DS3=1, Activity Logging options are disabled.
  • &DS3=0, Activity Logging options are enabled. (default)

5.5. DS4

Locks the list of template choices to prevent end-users from selecting a different template.
  • Parameter Value: [0, 1 or 2]
  • Requires: &TemplateId
  • &DS4=1, The selected template choice is locked.
  • &DS4=0, The list of template choices is not locked (default).
  • &DS4=2, The selected template choice is locked and users can also select additional templates to merge.
  • Using DS4=2 requires the SelectTemplates parameter.

5.6. DS5

Disables View Data
  • Parameter Value: [0 or 1]
  • &DS5=1, View Data is disabled.
  • &DS5=0, View Data is enabled. (default)

5.7. DS6

View Template options include both the ability to open (download) the template file and to open the template record in Salesforce.
  • Parameter Value: [0 or 1]
  • &DS6=1, View Template is disabled.
  • &DS6=0, View Template is enabled. (default)

5.8. DS7

DS7 enables Background Mode, which initiates the Composer without user intervention. This parameter enables merge operations to occur in the background.
  • Parameter Value: &DS7=1.

6. sum (above) parameter

Calculate the total of a numeric column.
  • Parameter Required: {!Sum(Above)}

7. row number

  • Parameter Required:{!RowNumber}

8. currency feature

  • Parameter Required: {!Account.AnnualRevenue \# #,##0}
  • Parameter Required: {!Account.AnnualRevenue \# $#,##0}
  • Parameter Required: {!Account.AnnualRevenue \# $#,##0.00}
  • Parameter Required: {!Account.AnnualRevenue \# Currency}
{!Account.AnnualRevenue \# #,##0}
{!Account.AnnualRevenue \# #,##0}
{!Account.AnnualRevenue \# $#,##0}
{!Account.AnnualRevenue \# $#,##0}
Parameter Required:{!Account.AnnualRevenue \# $#,##0.00}
Parameter Required:{!Account.AnnualRevenue \# $#,##0.00}
Parameter Required:{!Account.AnnualRevenue \# Currency}
Parameter Required:{!Account.AnnualRevenue \# Currency}

9. date format

  • {!Account.CreatedDate \@ MM-dd-yyyy}
  • {!Account.CreatedDate \@ dd/MM/yyyy}
  • {!Account.CreatedDate \@ "MMM dd, yyyy"}
  • {!Account.CreatedDate \@ "MMMM d, yyyy"}

10. today date

  • Parameter Required: {!Today \@ MM-dd-yyyy}

11. adjust (dynamic) date

  • Parameter Required: { !ADJUST: MyDateField:Year:Month:Day:Hour:Minute:Second }

12. table hide

  • Parameter Required: {!TableHide:Account.r.Contacts}

13. row count

  • Parameter Required: {!RowCount:Account.r.Contacts}

14. include label

  • Parameter Required: Click on Checkbox.

15. multiple picklist value

  • Parameter Required: {!Checkbox:Account.Industry:Apparel} Apparel.

16. watermark

  • Parameter Required: {!WATERMARK:FieldName:Font:Width:Height:Rotation:ColorCode}.

17. replace

  • Parameter Required: {!REPLACE:FieldName:FromValue:ToValue }.

18. BGM parameter

Disable the Merge button.
  • Parameter Required: &bgm=1.
  • bgm=1 - background mode and file will be appended to file and will be downloaded as well
  • bgm=2 - background mode and file will be appended to attachment and will be downloaded as well
  • bgm=3 -background mode and file will be appended to chatter and will be downloaded as well

19. skip download

If the user doesn't want the file to be downloaded , just attach to Sf as per bgm parameter.
  • Parameter Required: SkipDownload=1

20. redirectToUrl

parameter value(relative to sf) - will redirect to that url after Docs made easy finish processing