Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

PAR dashboard and platform_ml plugin dependency issue

Sidharthenee
ServiceNow Employee

 

Hi team,

I am working on creating a dashboard for Predictive Intelligence. Since our platform_ml plugin does not have the dependency on the PAR dashboard plugin, whenever I raise a TD with my code changes, the dashboard does not load. Only after repairing the Predictive Intelligence plugin, the dashboard loads and works as expected. So I added the dependency in my glide-platform-ml/src/main/plugins/com.glide.platform_ml/plugin.xml file in the following way:

<requires>
<import plugin="sn_app_analytics_w"/>
</requires>

 

But even after adding this dependency, on raising the TD, the PAR dashboard does not load at first. I again have to repair the Predictive Intelligence plugin to make the dashboards work.

Can anyone please suggest a way to avoid this such that on directly pushing the code changes for the dashboard, the dashboard is visible without having to repair any plugin

0 REPLIES 0