An Introduction to ServiceNow Link Generator

Published: 22 January 2019
on channel: Cerna is Now Thirdera
2,077
16

Use ServiceNow's often overlooked Link Generator tool to easily create deep links within the ServiceNow application. This can be used to enable service managers to promote user engagement with relevant content outside of your system, as well as improve the user experience within ServiceNow. Cerna Solutions' Will Smith walks you through this simple process, as well as how to overcome a few common obstacles, to help you get started creating and embedding easy to use deep links directly on the platform.

sample code used:
function onChange(control, oldValue, newValue, isLoading, isTemplate) {
if (isLoading || newValue === '') {
return;
}

if (/^https?:\/\//.test(newValue) == false)
g_form.setValue('base_url', 'https://' + newValue);

if (/\/$/.test(newValue) == false)
g_form.setValue('base_url', newValue + '/');
}

Company Website: www.cernasolutions.com
Phone: 844-804-6111
email: [email protected]


Watch video An Introduction to ServiceNow Link Generator online, duration hours minute second in high quality that is uploaded to the channel Cerna is Now Thirdera 22 January 2019. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 2,077 times and liked it 16 visitors.