Skip to content
SnowExpert
  • Home
  • Latest Post
  • Documentation
    • Application Developer
    • Service Portal
    • Importatent code
    • Web Services – Integration
    • JIRA – Atlassian
    • ITOM – ServiceNow
    • All Topics
  • Services
    • Quick Tools
      • JSON Viewer
      • URL Decoder/Encoder
      • Quick Code
    • Post By Category
    • CSA & CAD Mock Test
    • CIS Mock Test
    • Interview Question
    • Resume Templates
    • Mock Interview
    • Youtube Tutorial
  • About
SnowExpert
  • Home
  • Latest Post
  • Documentation
    • Application Developer
    • Service Portal
    • Importatent code
    • Web Services – Integration
    • JIRA – Atlassian
    • ITOM – ServiceNow
    • All Topics
  • Services
    • Quick Tools
      • JSON Viewer
      • URL Decoder/Encoder
      • Quick Code
    • Post By Category
    • CSA & CAD Mock Test
    • CIS Mock Test
    • Interview Question
    • Resume Templates
    • Mock Interview
    • Youtube Tutorial
  • About
Categories:Importatent code
by Amar |
on September 23, 2021 |
0

Insert a record using encoded query by GlideRecord

We can insert a record using GlideRecord and Encoded query.

 

var query ="category=Hardware^priority=1";
gr = new GlideRecord('incident');
gr.applyEncodedQuery(query);
gr.insert();
GlideRecordInsert a recordInsert a record by GlideRecordInsert using Encoded query

Total Views: 1442

Post navigation

Previous post Script & Object Execution in ServiceNow

Post navigation

Next post Send data from one widget to another

Comments are closed

Recent Posts

  • Call Data Resources From Client Script
  • Build Custom Component UI Builder
  • Beautiful Table Content
  • Concept of Custom Component
  • Custom Component Setup for UI Builder

Recent Comments

  1. Dormanzda on JIRA Add comments to an existing ticket
  2. MinSwap on JIRA Add comments to an existing ticket
  3. divya on CIS-HR Exam Practice Set 1
  4. Polygon Bridge on JIRA Add comments to an existing ticket
  5. DefiLlama on JIRA Add comments to an existing ticket
© 2025 SnowExpert. Created using WordPress and Colibri