Name

x_snc_codesanity.GetLinkDirectoryInstanceScan

Description

No description available

Script

function GetLinkDirectoryInstanceScan()
{
  var linkdirectory = {
  	'Helpful links on Instance Scan':
  	[
  		{
  			url: 'https://docs.servicenow.com/bundle/rome-servicenow-platform/page/administer/health-scan/reference/hs-landing-page.html',
  			title: 'Documentation'
  		},
  		{
  			url: 'https://community.servicenow.com/community?id=community_blog&sys_id=9a227af2db46a8d04aa5d9d96896194a',
  			title: 'Community article to get started'
  		},
  		{
  			url: 'https://docs.servicenow.com/bundle/rome-application-development/page/app-store/dev_portal/API_reference/LinterCheckAstNode/concept/LinterCheckAstNodeAPIBoth.html',
  			title: 'Documentation LinterCheckAstNodeAPI Reference'
  		},
  		{
  			url: 'https://community.servicenow.com/community?id=community_article&sys_id=c910ba011b9338589f20ece7624bcb95',
  			title: 'Linter check examples'
  		},
  		{
  			url: 'https://community.servicenow.com/community?id=community_article&sys_id=210f8cce1beff810cd3b33bc1d4bcb4e',
  			title: 'Table check examples'
  		},
  		{
  			url: 'https://community.servicenow.com/community?id=community_article&sys_id=f24d8b1c1b4049900ccc85176e4bcb41',
  			title: 'More examples part 1'
  		},
  		{
  			url: 'https://community.servicenow.com/community?id=community_article&sys_id=b0c87464dba7b4502dc24f78139619b8',
  			title: 'More examples part 2'
  		}
  		
  	]
  };
  
  return linkdirectory;
}

Sys ID

7c1149dbdb8e8510bcced03cd3961933

Offical Documentation

Official Docs: