logo

NJP

SN Madrid Release - V1

Import · Jul 16, 2019 · article

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=1taskslatable_active=true');

if (isValidQuery) {

gr.addEncodedQuery('inc_impact=1taskslatable_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

View original source

https://www.servicenow.com/community/developer-articles/sn-madrid-release-v1/ta-p/2327301