
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 07-16-2019 03:17 AM
1. isEncodedQueryValid() - scoped applications [Verifies whether the specified encoded query is valid]
Eg : var gr = new GlideRecord('incident_sla');
var isValidQuery = gr.isEncodedQueryValid('inc_impact=1^taskslatable_active=true');
if (isValidQuery) {
gr.addEncodedQuery('inc_impact=1^taskslatable_active=true');
gr.query();
.
.
.
}
2. Antivirus Scanning - achieved through antivirus configuration [antivirus_activity in dictionary field in corresponding table - If true, file attachments on the table are excluded from the antivirus scan]
Table : Antivirus activity - shows the files uploaded or downloaded
3. Removed Features :
UI Actions: Closed Problem, Resolved Incidents - removed as the part of Madrid
Analytics Hub : Detailed Scorecard, replaced by the new Analytics Hub (see New in the Madrid Release). The Analytics Hub does not support the following detailed scorecard functionality in this release:
Cannot visualize scores calculation for formula indicators on the Info panel.
HRSD - The preconfigured Workday integration was removed from the HR Integrations application.
Kindly refer the link : https://docs.servicenow.com/bundle/madrid-release-notes/page/release-notes/summary/rn-summary-removed-features.html
Thanks,
Priyanka R