Details

    • Not defined

    Description

      AT:

      • The available filters datastructure is adjusted to contain an "allowCustomValues" boolean field for variables. The new filter datastructure should look like this:
      [{
        "type": "variable"
        "data": {
          {
            "name" : "variable_Name",
            "type" : "string", // or boolean, date, long, short, integer, double
            "data" : {
              {
                "operator" : "in",
                "values" : [ "String 1", "String 2" ],
                "allowCustomValues": true
              }
            }
          }
        }
      }, ...]
      

      ATs:

      • Existing variable available filters are migrated to set the new field value to false
      • String and numerical variable available filters must have their custom property set when creating/updating dashboard
      • Update API docs

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              sebastian.stamm Sebastian Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce