code-snippets icon indicating copy to clipboard operation
code-snippets copied to clipboard

ServiceNow's Code Snippets community repository, managed by the Developer Program and the sndevs community.

Results 51 code-snippets issues
Sort by recently updated
recently updated
newest added

function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; } var project = g_form.getReference('project_name', populateProjectNumber); } function populateProjectNumber(project) { g_form.setValue('project_number', project.u_project_number); }

This submission seems very interesting. I'd like to see more details about the benefits and how to use it. https://github.com/ServiceNowDevProgram/code-snippets/tree/main/Script%20Includes/API%20Model%20Template%20for%20New%20Application