Skip to main content

I'm Using A Backup Json To Create An Dashboard, Fiest I Upload the Recipe Json And Load Successfully, Then I Upload Json In Dashboard By The Methord Like CTRL + E Then I Pase It That Dashboard Json And Change Id And URL  Then the Dashboard Get Created But When I Was Trying To Save The Dashboard Then This Error Is Pop-up  [Problem deserializing 'setterless' property 'dataSourceLinks': get method returned null]

 

Getting This Error On Time Of Saving The Dashboard Problem deserializing 'setterless' property 'dataSourceLinks': get method returned null

 @* CRM Analytics (fka Tableau CRM) *

7 risposte
  1. 17 gen 2023, 18:04

    Hi @Mehboob Shaikh,

    'datasourcelinks' section of the json in the new release looks a bit different. In your dashboard json try replacing  

    "dataSourceLinks": [], 

    with 

    "dataSourceLinksInfo": {

    "links": [],

    "enableAutomaticLinking": true,

    "excludeRelationships": []

    },

    and then use the updated json to create your dashboard

     

    #Olympus

0/9000