Versions Compared

Key

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

...

Code Block
languagejs
db.getCollection('services').updateMany( {},
  {
    "$set": {
      enableCallbackNow: false, 
      enableCallbackLater: false,
      checkMediaUrl: "http://localhost:8889/VccCTL/Availability"
    } 
  });

DataCollection

Add a new DataCollection with the following value to fetch the VCC variable from the hosted page:

Code Block
languagejson
        {
            "dc_type" : "VCC",
            "label" : "VCC",
            "isMandatory" : true,
            "isVisibleAgent" : true,
            "isVisibleCustomer" : false,
            "isEditable" : true,
            "custom_regexp" : "",
            "customValidationErrorMessage" : "",
            "value" : "return JSON.stringify(window.VCC)",
            "name" : "VCC",
            "mode" : "auto"
        }