When deploying a custom center tab and dashboard, ...
# sdf
m
When deploying a custom center tab and dashboard, the dashboard is not setup correctly. Has anybody experienced something similar? All Searches are also included and deployed to the account part of xml dashboard
Copy code
<leftcolumn>
  <reminders>
    <isminimized>F</isminimized>
    <showzeroresults>T</showzeroresults>
    <headline>
      <reminder>
        <id>[scriptid=customsearch_nact_recon_remd_prep]</id>
      </reminder>
      <reminder>
        <id>[scriptid=customsearch_nact_recon_remd_rev]</id>
      </reminder>
      <reminder>
        <id>[scriptid=customsearch_nact_dash_tasks]</id>
      </reminder>
      <reminder>
        <id>[scriptid=customsearch_nact_dash_tasks_review]</id>
      </reminder>
    </headline>
  </reminders>
  <tasklinks>
    <isminimized>F</isminimized>
  </tasklinks>
</leftcolumn>
s
did you get any feedback on this?
m
nope. i submitted a support case and am still waiting. all i've gotten so far is they were able to reproduce. are you having the same issue?
s
i didn’t realize it until now but yes I am
m
yeah. for me, it's currently only on the classic center. it works when i deploy to a custom role and custom center. if you submit a support case, it might raise the importance to be able to get it fixed sooner
s
SO I think I have this figured out…
on the classic center when I deploy the solution the dashboard is NOT setup…. the configuration is there but the data is not…. However if after the deploy I create a new user. THAT use gets the dashboard as I expect. I think it is because the xml file does not have the over ride existing users settings option in it. In the UI if you publish a dashboard that was previously published to existing users, you must check the override existing users settings option. otherwise they don’t get the updates. I think the same thing is applying here. @Carlos Olivares (NS DevTools PM) @Mariano Saenz (NS Eng Lead) @Gerson
m
That would make sense but in my case i'm deploying to a custom tab for the first time and upon deployment, it should be deployed. The expectation is an admin would install my bundle and then be able to navigate to my custom tab and see the dashboard setup. That probably is what's going on but it should be able to work for my use case on the initial install of a suiteapp
s
Same use case for me.