Skip to content

mdq204/sn-tips-pub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

sn-tips

Useful tips, tables, and scripts for ServiceNow development.

Tables

  • m2m_connected_content.list
    • Connected Content. Requires manual "Include in Update Set" to ensure the Assigned Topic on a form/cat item is carried through migration.

Tips

  • In order to see records that are "NOT ONE OF" a list you provide, modify the URL directly (since that's not an OOB option for most fields)
    • Replace the capitalized "IN" with "NOT%20IN"
    • Example:
      • https://...sysparm_query%3Dfield_nameINtext1,text2...
      • https://...sysparm_query%3Dfield_nameNOT%20INtext1,text2...

Scripts

About

Useful tips, tables, and scripts for ServiceNow development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%