Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Accounts

Page layouts define the organization of various fields in an object. It is recommended to add following formula fields to the layout for Account object:

  • Set Invoice Email Template

    Go to Account Object > Click View Fields > Add a new formula field from Custom Fields & Relationships Enter the Formula value as

    HYPERLINK("/apex/Apttus_billing__SetAccountInvoiceEmailTemplate?id="&Id ,IMAGE("/resource/Apttus_billing__Button_SetInvoiceEmailTemplate", "Set Inv Temp"),"_self")
  • Set Billing Contacts

    Go to Account Object > Click View Fields > Add a new formula field from Custom Fields & Relationships Enter the Formula value as

    HYPERLINK("/apex/Apttus_Billing__SetAccountBillingContacts?id="&Id, IMAGE("/resource/Apttus_Billing__Button_SetBillingContacts", "Set Billing Contacts"),"_self")
  • Set CM Default Template

    Go to Account Object > Click View Fields > Add a new formula field from Custom Fields & Relationships Enter the Formula value as

    HYPERLINK("/apex/Apttus_billing__SetAccountDefaultCMTemplate?id="&Id ,IMAGE("/resource/Apttus_billing__Button_SetDefaultCreditMemoTemplate", "Set CM Temp"),"_self")
  • Set CM Default Email Template

    Go to Account Object > Click View Fields > Add a new formula field from Custom Fields & Relationships Enter the Formula value as

    HYPERLINK("/apex/Apttus_billing__SetAccountCreditMemoEmailTemplate?id="&Id ,IMAGE("/resource/Apttus_billing__Button_SetCreditMemoEmailTemplate", "Set CM Temp"),"_self")
  • Set Invoice Statement Template

    Go to Account Object > Click View Fields > Add a new formula field from Custom Fields & Relationships Enter the Formula value as

    HYPERLINK("/apex/Apttus_Billing__SetAccountInvoiceStatementTemplate?id="&Id, IMAGE("/resource/Button_SetInvoiceStatementTemplate", "Set Default Invoice Statement Template"),"_self")
  • Invoice Template

    Go to Account Object > Click View Fields > Add a new formula field from Custom Fields & Relationships Enter the Formula value as

    HYPERLINK("/apex/Apttus_Billing__SetAccountDefaultInvoiceTemplate?id="&Id, IMAGE("/resource/Apttus_Billing__Button_SetDefaultInvoiceTemplate", "Set Default Invoice Template"),"_self")

You should see following buttons on the Account page.



Follow the same procedure to add these buttons on the Account Location page. Go to Account Location Object > Click View Fields > Add a new formula field from Custom Fields & Relationships for each of the templates.