Action Create new widget
Theme None
Reference files None
Drag and drop files here or click to browse
Supported: HTML, JS, CSS, JSON, XML, TXT, MD, Images, PDF, DOCX
Output parts All 5 parts
AI Model Claude Opus 5
<div class="tip-card">
<h3>{{c.data.title}}</h3>
<div class="tip-count" ng-if="!c.data.loading">
{{c.data.openCount}} open
</div>
<button ng-click="c.refresh()">Refresh</button>
</div>
.tip-card {
padding: 16px;
border-radius: 8px;
}
.tip-count {
font-size: 2rem;
font-weight: 600;
}
api.controller = function($scope) {
var c = this;
c.refresh = function() {
c.server.get({ action: 'refresh' })
.then(function(r) { c.data = r.data; });
};
};
(function() {
data.title = options.title || 'Team Incident Pulse';
var agg = new GlideAggregate('incident');
agg.addActiveQuery();
agg.addAggregate('COUNT');
agg.query();
data.openCount = agg.next()
? agg.getAggregate('COUNT') : 0;
})();
Widget Generation History
View and reuse your previously generated widgets. Save time by reusing your existing widgets!
AI-Powered Theme Extraction
Extract themes from any ServiceNow Portal and create reusable theme configurations
Complete Technical & Usage Documentation
- Always test AI-generated scripts in your Personal Developer Instance (PDI) or Development Instance before deploying to higher environments.
- This tool is designed for development and prototyping purposes only. Never connect directly to Production instances.
- AI-generated code should be reviewed, tested, and validated by qualified ServiceNow developers before production use.
iDevOps LLC provides this tool as a development accelerator. Users are responsible for validating all AI-generated output before production deployment.
Pricing
Pay-per-use pricing for this module (usage tier only):
- Generate Widget (AI-powered widget creation) - $8.00 per generation
- Extract Theme (AI-powered theme extraction) - $3.00 per extraction
Export Options
Instance
Connect your ServiceNow instance — widgets deploy to it and existing widgets are read from it
Test ServiceNow Connection
Verify your ServiceNow instance connection before importing/syncing