Skip to content

Disable KRA cards


Sonu Fakiha Feedback

Disable key result area (KRA) cards from your Vymo mobile experience.

kRA

Steps

  1. Log in to Vymo web app.
  2. Go to Global settings > JSON Configuration.
  3. Locate Features and add the given JSON object.

    {
        "disabled": true,
        "order": null,
        "type": "generic",
        "code": "kra",
        "name": "Generic",
        "properties": {}
    }
    

Note

Set the value of disabled key to 'true' in the JSON code.


Back to top