Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create Quote Type JSON configuration:

Code Block
languagejson
{
    "default": {
        "name": "default",
        "translationKey"tabs": "common_default",[
        "icon": "quote",{
        "tabsname": {             "header": {
,
               "name"type": "header",
                "translationKey": "sfdc_quotes_tabs_header",
    },
    {
      "typename": "quoteHeader"
            },
items",
           "itemstype": {
                "name": "items",
     
          "translationKey": "sfdc_quotes_tabs_items",
    },
    {
      "typeicon": "quoteItemsclipboard-notes",
      "name": "notes",
    },  "type": "notes",
         "attachmentstranslationKey": {"dynamicTab_notes"
    },
    {
      "nameicon": "attachmentsfile-check-alt",
    
           "translationKeyname": "sfdc_quotes_tabs_attachmentsactions",

               "type": "quoteAttachmentsactions",
      "translationKey": "dynamicTab_actions"
    },
    {
       "workflowicon": {
   "folder-open",
            "name": "workflowdocuments",
                "translationKey"type": "sfdc_quotes_tabs_workflowdocuments",
                "type"translationKey": "workflow"
     dynamicTab_documents"
      },
    {
       "workflow-historyname": {
     "attachments",
          "nametype": "workflow-historyattachments",
      
         "translationKey": "sfdc_quotes_tabs_workflowHistoryattachments",
    },
    {
      "typename": "workflowHistorymessages",
            }"type": "messages",
            "messages": {"translationKey": "sfdc_entity_tabs_messages"
    },
     {
      "name": "messagesworkflow",
        "type": "workflow",
       "translationKey": "sfdc_entityquotes_tabs_messagesworkflow",
    },
    {
      "typename": "messagesworkflow-history",
            }"type": "workflowHistory",
            "dashboard"translationKey": {"sfdc_quotes_tabs_workflowHistory"
    },
    {
      "name": "dashboard",
 
              "translationKey": "Insights",
 
              "type": "reactDashboard",
        
       "typeReference": "DP_CustomerInsights_CustomerDetailView",
       
        "parameterMapping": {
                    "Customer": "customerId"
      }
         }
            }
   ]
}

Follow this example of parameterMapping:

Code Block
     }     } }

Follow this example of parameterMapping:

Code Block
"dashboard2": {
                "name": "Sales History",
                "translationKey": "Sales History",
                "type": "dashboard",
                "typeReference": "Revenue_Margin",
                "parameterMapping": {
                    "Customer(s)": "customerId"
                }
            }

...