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.

Configuring Object Summary View Settings

You must configure object summary view settings to display the summary information for the proposal (cart header), product, and account.

If there is no Object Summary Setting configured, only the name is displayed by default when you open the Proposal, Product, and Account summary pop-up.

  1. Go to ADMIN SETUP > Application Settings > Global Settings > Object Summary View.
  2. Configure the following details and click Save.

    Field Name

    Description

    For Product Summary:

    Name

    Enter the name as "Product Summary".

    Object Name

    Select the object name as "Product".

    Display Fields

    Select product field names. You can select any field from the product.

    For Proposal Summary:

    Name

    Enter the name as "Proposal Summary".

    Object Name

    Select the object name as "Proposal".

    Display Fields

    Select proposal field names. You can select any field from the proposal.
    Note:

    After selecting proposal field names from the list, you must add them again using the Create Flow Displays API. For more information, Create flow displays in Conga Developer Portal.

    Example
    {
            "Flow": "system",
            "DisplayType": "Proposal Summary",
            "FieldLength": 80,
            "FieldName": "Name",
            "FieldType": "STRING",
            "IsCalculated": false,
            "IsRichText": false,
            "Label": "Proposal ID",
            "Scale": 0
        },
        {
            "Flow": "system",
            "DisplayType": "Proposal Summary",
            "FieldLength": 18,
            "FieldName": "Account",
            "FieldType": "REFERENCE",
            "IsCalculated": false,
            "isRichText": false,
            "Label": "Account",
            "Scale": 0,
            "SObjectName": null
        }
    
    For Account Summary:

    Name

    Enter the name as"Account Summary".

    Object Name

    Select the object name as "Account".

    Display Fields

    Select account field names. You can select any field from the account.

    When you click the proposal name, product name, or the account name on the catalog page, you can see the configured fields on the relevant pages.