Details

    • Not defined

    Description

      AT:

      • It is possible to add null as one of the values for number and string filters for the 'in' and 'not in' cases
      • variable filter API docs are updated accordingly

      Number

      {
        "operator" : "in", // in, "not in", <, >, <=, >=
        "values" : [ null, 1234 ] // null only works for in/not in
      }
      

      String

      {
        "operator" : "in", // in, "not in"
        "values" : [ "String 1", "String 2", null ] // null => null/undefined values
      }
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                omran.abazeed Omran Abazeed
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce