Loading
Salesforce now sends email only from verified domains. Read More
Industries Order Management
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Orchestration Item Definition Attributes Encoding Style

          Orchestration Item Definition Attributes Encoding Style

          In the Orchestration Item Definition screen, choose whether to produce flat or structured JSON for attributes.

          An image of the Attributes Encoding Style drop-down menu, showing None, Flat, and Structure."In the "Orchestration Item Definition screen, choose which encoding style you want your payload to be. You can choose from None, Flat, or Structure.

          A flat encoding style looks like this:

          {    
              "id": "a1f3i000000UcNXAA0",
              "attrs": {        
          	"Call forward no": "+123456789",
                  "Billing code": "VLO_CALL_FWD"
              }
          }

          A structured encoding style looks like this:

          {
              "id": "a1f3i000000UcNXAA0",
              "attrs": [
                  {
                      "attrCode": "Call forward no",
                      "value": "+123456789",
                      "attrName": "Call forward no"
                  },
                  {
                      "attrCode": "VLO_BILLING_CODE",
                      "value": "VLO_CALL_FWD",
                      "attrName": "Billing code"
                  }
              ]
          }
           
          Loading
          Salesforce Help | Article