<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sayali Apet &#8211; LogiUpSkill</title>
	<atom:link href="https://logiupskills.com/author/sayaliapet/feed/" rel="self" type="application/rss+xml" />
	<link>https://logiupskills.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jan 2026 11:20:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://logiupskills.com/wp-content/uploads/2025/11/cropped-Untitled-design-37-32x32.png</url>
	<title>Sayali Apet &#8211; LogiUpSkill</title>
	<link>https://logiupskills.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Journal</title>
		<link>https://logiupskills.com/how-to-remove-the-comment-or-work-note-from-activity-in-servicenow/</link>
					<comments>https://logiupskills.com/how-to-remove-the-comment-or-work-note-from-activity-in-servicenow/#respond</comments>
		
		<dc:creator><![CDATA[Sayali Apet]]></dc:creator>
		<pubDate>Thu, 08 Jan 2026 13:43:55 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=11716</guid>

					<description><![CDATA[<p>How to remove the comment or work note from activity in Servicenow How to remove the comment or work notes from activity in Servicenow. Lets go from basic i.e. comment and work notes are Journal Input type of field in servicenow. Journal field type in Service-now 1.journal         &#8211; Stored the data and can show all the data at once in form and list view. 2.journal_input   &#8211; Stored the data and can not show all the data at once in form and list view. 3.journal_list    &#8211; Used to display the data Delimiter in Journal entires  &#8220;nn&#8221; Properties regarding Journal Entries 1.glide.history.max_entries  &#8211;  Max number of journal entries included in activity. 2.glide.email.journal.lines  &#8211; Max number of journal entries included in email notification.  Important tables regarding Journal Fields: 1.sys_journal_field &#8211; stored all the journal field type field values 2.sys_history_line &#8211;  Stores the all audited field changes How to remove the comment or work notes from activity. 1. For example we need to remove the below hightligheted additional comment from incident. 2. So this entry was stored in 2 tables.     2.1 sys_journal_field &#8211; stored all the journal field type field values     2.2 sys_history_line &#8211;  Stores the all audited field changes 3. First one is sys_journal_field &#8211; where all the jeneral fields value get stored  and we need to find the record with filter condition like      3.1 value contains the value in additional comment     3.2 Element id will be a sys_id or record     3.3 table will be a table name Please refer the below screen shot for reference.     Delete the selected record from sys_journal_field. 4. but still you can see the additional comment on the incident form because we still need to remove the comment entry from table &#8220;sys_history_line&#8221; 5.&#8221;sys_history_line&#8221; table stored the history of audited fields.    5.1 set = &#8220;sys_id of incident record&#8221; &#8211;     5.2 field contains &#8220;comments&#8221;    5.3 Here you can search using Username column name as well. Please refer the below screen shot for reference.    Delete the selected record from sys_history_line.   6.After deleting the above two entries,the additional comment will get removed from the system or activity.</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/how-to-remove-the-comment-or-work-note-from-activity-in-servicenow/">Journal</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="11716" class="elementor elementor-11716" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-d1cf2ce e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="d1cf2ce" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-02de54f elementor-widget elementor-widget-heading" data-id="02de54f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">How to remove the comment or work note from activity in Servicenow</h2>				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b982d65 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="b982d65" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a648bda elementor-widget elementor-widget-text-editor" data-id="a648bda" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p>How to remove the comment or work notes from activity in Servicenow.</p><p>Lets go from basic i.e. comment and work notes are Journal Input type of field in servicenow.</p><p>Journal field type in Service-now</p><p>1.journal         &#8211; Stored the data and can show all the data at once in form and list view.</p><p>2.journal_input   &#8211; Stored the data and can not show all the data at once in form and list view.</p><p>3.journal_list    &#8211; Used to display the data</p><p>Delimiter in Journal entires  &#8220;\n\n&#8221;</p><p>Properties regarding Journal Entries</p><p>1.glide.history.max_entries  &#8211;  Max number of journal entries included in activity.</p><p>2.glide.email.journal.lines  &#8211; Max number of journal entries included in email notification. </p><p>Important tables regarding Journal Fields:</p><p>1.sys_journal_field &#8211; stored all the journal field type field values</p><p>2.sys_history_line &#8211;  Stores the all audited field changes</p><p>How to remove the comment or work notes from activity.</p><p>1. For example we need to remove the below hightligheted additional comment from incident.</p><p><img fetchpriority="high" decoding="async" class="alignnone" src="http://shalamaster.com/img/journalField/1.PNG" alt="remove comment or work note from activity in servicenow" width="554" height="286" /></p><p>2. So this entry was stored in 2 tables.</p><p>    2.1 sys_journal_field &#8211; stored all the journal field type field values</p><p>    2.2 sys_history_line &#8211;  Stores the all audited field changes</p><p>3. First one is sys_journal_field &#8211; where all the jeneral fields value get stored  and we need to find the record with filter condition like </p><p>    3.1 value contains the value in additional comment</p><p>    3.2 Element id will be a sys_id or record</p><p>    3.3 table will be a table name</p><p>Please refer the below screen shot for reference.    </p><p><img decoding="async" class="alignnone" src="http://shalamaster.com/img/journalField/2.PNG" alt="remove comment or work note from activity in servicenow" width="554" height="286" /></p><p>Delete the selected record from sys_journal_field.</p><p>4. but still you can see the additional comment on the incident form because we still need to remove the comment entry from table &#8220;sys_history_line&#8221;</p><p>5.&#8221;sys_history_line&#8221; table stored the history of audited fields.</p><p>   5.1 set = &#8220;sys_id of incident record&#8221; &#8211; </p><p>   5.2 field contains &#8220;comments&#8221;</p><p>   5.3 Here you can search using Username column name as well.</p><p>Please refer the below screen shot for reference.   </p><p><img decoding="async" class="alignnone" src="http://shalamaster.com/img/journalField/3.PNG" alt="remove comment or work note from activity in servicenow" width="554" height="286" /></p><p>Delete the selected record from sys_history_line.  </p><p>6.After deleting the above two entries,the additional comment will get removed from the system or activity.</p><p><img loading="lazy" decoding="async" class="alignnone" src="http://shalamaster.com/img/journalField/4.PNG" alt="remove comment or work note from activity in servicenow
" width="554" height="286" /></p>								</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/how-to-remove-the-comment-or-work-note-from-activity-in-servicenow/">Journal</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/how-to-remove-the-comment-or-work-note-from-activity-in-servicenow/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Datalookup in Service-now</title>
		<link>https://logiupskills.com/datalookup-in-service-now/</link>
					<comments>https://logiupskills.com/datalookup-in-service-now/#respond</comments>
		
		<dc:creator><![CDATA[Sayali Apet]]></dc:creator>
		<pubDate>Wed, 07 Jan 2026 13:09:41 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=11457</guid>

					<description><![CDATA[<p>Datalookup in Service-now Data LookUp : This is the rule table that defines the rules that automatically set one or more field values when certain conditions are met. (At client side) For example , in the Incident table we can set the value of “Assigned to” field depending on the combination of “Category” and “SubCategory” fields. Say , if “Category” is “Hardware” and “Subcategory” is “Keyboard” then Set “Assigned to” as “John”   Problem Statement : Set the values for Address and User according to Name . Create Data Lookup Table : Create a new table as a data lookup table.   To create data lookup table,it must extend the Data Lookup Matcher Rules [dl_matcher]        table, as shown in below snapshot,  Save the above table. Create the same fields as in the Source table (table for which this data lookup table is created) for which we want to set the rule.  As per the problem statement,  Create fields: Name,Address and User in “Demo Rule Table”.      Save above changes. Now Open the Demo Rule table (Data lookup table) and set the values for the fields as below, Set all the values that we required,(see the list below), Create Data Lookup Rules:   Now map the data lookup table and Source table. For that follow the following steps, Navigate to Data Lookup Definitions and Click on New Button.  Click on Data Lookup Rule. The following form will be displayed, Write Source table On which we want to apply the rule and Matcher Table in which we have created fields on which we have to set the Rule, Check checkboxes, Active : (run on client side) Select this check box to run this data lookup rule. Clear the check box to ignore this data lookup rule.   Run on Form change : (run on client side) Select this check box to automatically look up values whenever a user or onChange client script changes a field value on a source table form.   Run on insert : (run on server side) Select this check box to automatically look up values whenever a user creates a new record.   Run on update : (run on server side) Select this check box to automatically look up values whenever a user saves or updates a record.   Save this Form. Open the saved  Data Lookup Definitions , At the bottom, Click on “Matcher Field Definitions ” tab and Click on New button, following form will be displayed. Map the Source table and Matcher table(Data lookup table) fields as shown in above snapshot, Check the “Exact  lookup match “ checkbox if you want to make it case sensitive. Save the above changes. Now Click on “Setter Field Definitions” and Click on New Button as shown in below snapshot, Map the fields that we want to set the values depending on the Matcher Field Definitions as below, Set all the fields, Now Open the new form for the source table. Type Name as “Ashwini” . The fields “Address” and “User” will be automatically populated as “Pune” and “Ashwini More” respectively. See below snapshot, But if we change Name to another name , Say Sonia the Address and User values does not change. (see below snapshot) Because in Data Lookup Definitions, In Setter field Definitions , we have set the Always Replace value to false. Set the value of “Always Replace“ as “true” for all fields.(See below snapshot) Save above changes and check again in the source table.</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/datalookup-in-service-now/">Datalookup in Service-now</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="11457" class="elementor elementor-11457" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-47f0bdd e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="47f0bdd" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a178907 elementor-widget elementor-widget-heading" data-id="a178907" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Datalookup in Service-now
</h2>				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-097e945 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="097e945" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4482a9d elementor-widget elementor-widget-text-editor" data-id="4482a9d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p id="h.sifsxk2aaost" class="c11 title"><span class="c12">Data LookUp :</span></p><p class="c1"><span class="c0">This is the rule table that defines the rules that automatically set one or more field values when certain conditions are met. (At client side)</span></p><p class="c1"><span class="c0">For example , in the Incident table we can set the value of “Assigned to” field depending on the combination of “Category” and “SubCategory” fields.</span></p><p class="c1"><span class="c0">Say , if “Category” is “Hardware” and “Subcategory” is “Keyboard” then Set “Assigned to” as “John”</span></p><p class="c1"><span class="c6">Problem Statement :</span></p><p class="c1"><span class="c0">Set the values for Address and User according to Name .</span></p><h2 id="h.9xpbpwxri0ck" class="c3"><span class="c8">Create Data Lookup Table :</span></h2><ol class="c4 lst-kix_2tlthshxbl0y-0 start" start="1"><li class="c1 c5 li-bullet-0"><span class="c0">Create a new table as a data lookup table.</span></li></ol><p class="c1 c9"><span class="c0">  To create data lookup table,it must extend the Data Lookup Matcher Rules [dl_matcher]        table, as shown in below snapshot,</span></p><h4 id="h.kr2sif8cli8k" class="c3"><img loading="lazy" decoding="async" class="alignnone" src="https://shalamaster.com/datalookup/images/image13.png" alt="Datalookup in Servicenow" width="1369" height="769" /><span class="c8"> </span><span class="c0">Save the above table.</span></h4><ol class="c4 lst-kix_2tlthshxbl0y-0" start="2"><li class="c1 c5 li-bullet-0"><span class="c0">Create the same fields as in the Source table (table for which this data lookup table is created) for which we want to set the rule.</span></li></ol><p class="c1"><span class="c0"> As per the problem statement,</span></p><p class="c1"> C<span class="c0">reate fields: Name,Address and User in “Demo Rule Table”.</span></p><p class="c1"><img loading="lazy" decoding="async" class="alignnone" src="https://shalamaster.com/datalookup/images/image1.png" alt="Datalookup in Servicenow" width="1366" height="768" /></p><p class="c1"><img loading="lazy" decoding="async" class="alignnone" src="https://shalamaster.com/datalookup/images/image16.png" alt="Datalookup in Servicenow" width="1002" height="573" /></p><h5 class="c1"><span class="c0">  Save above changes.</span></h5><ol class="c4 lst-kix_2tlthshxbl0y-0" start="3"><li class="c1 c5 li-bullet-0"><span class="c0">Now Open the Demo Rule table (Data lookup table) and set the values for the fields as below,</span></li></ol><p class="c1"><img loading="lazy" decoding="async" class="alignnone" src="https://shalamaster.com/datalookup/images/image11.png" alt="Datalookup in Servicenow" width="1074" height="283" /></p><p class="c1"><span class="c0">Set all the values that we required,(see the list below),</span></p><p class="c1"><img loading="lazy" decoding="async" class="alignnone" src="https://shalamaster.com/datalookup/images/image15.png" alt="Datalookup in Servicenow" width="1060" height="254" /></p><h3 id="h.rz7w9iw2c8sq" class="c3"><span class="c8">Create Data Lookup Rules:</span></h3><p class="c1"><span class="c0">  Now map the data lookup table and Source table. For that follow the following steps,</span></p><ol class="c4 lst-kix_9s7ix1ka2vaj-0 start" start="1"><li class="c1 c5 li-bullet-0"><span class="c0">Navigate to Data Lookup Definitions and Click on New Button.</span></li></ol><h4 class="c1"><img loading="lazy" decoding="async" class="alignnone" src="https://shalamaster.com/datalookup/images/image12.png" alt="Datalookup in Servicenow" width="1369" height="769" /><span class="c0"> Click on Data Lookup Rule.</span></h4><h4 class="c1"><img decoding="async" title="" src="https://shalamaster.com/datalookup/images/image17.png" alt="" /><span class="c0">The following form will be displayed,</span></h4><p class="c1"><img decoding="async" title="" src="https://shalamaster.com/datalookup/images/image14.png" alt="" /></p><p class="c1"><span class="c0">Write Source table On which we want to apply the rule and Matcher Table in which we have created fields on which we have to set the Rule,</span></p><p class="c1"><span class="c0">Check checkboxes,</span></p><p class="c1"><span class="c6">Active :</span></p><p class="c1"><span class="c0">(run on client side)</span></p><p class="c1"><span class="c0">Select this check box to run this data lookup rule. Clear the check box to ignore this data lookup rule.</span></p><p class="c1"><span class="c7">Run on Form change</span><span class="c0"> :</span></p><p class="c1"><span class="c0">(run on client side)</span></p><p class="c1"><span class="c0">Select this check box to automatically look up values whenever a user or onChange client script changes a field value on a source table form.</span></p><p class="c1"><span class="c6">Run on insert :</span></p><p class="c1">(run on server side)</p><p class="c1"><span class="c0">Select this check box to automatically look up values whenever a user creates a new record.</span></p><p class="c1"><span class="c6">Run on update :</span></p><p class="c1"><span class="c0">(run on server side)</span></p><p class="c1"><span class="c0">Select this check box to automatically look up values whenever a user saves or updates a record.</span></p><p class="c1"><span class="c0">Save this Form.</span></p><p class="c1"><span class="c0">Open the saved  Data Lookup Definitions ,</span></p><p class="c1"><img decoding="async" title="" src="https://shalamaster.com/datalookup/images/image18.png" alt="" /></p><p class="c1"><span class="c0">At the bottom,</span></p><p class="c1"><span class="c0">Click on “Matcher Field Definitions ” tab and Click on New button, following form will be displayed.</span></p><p class="c1"><img decoding="async" title="" src="https://shalamaster.com/datalookup/images/image3.png" alt="" /><span class="c0">Map the Source table and Matcher table(Data lookup table) fields as shown in above snapshot,</span></p><p class="c1">Check the “<span class="c7">Exact  lookup match</span> “ checkbox if you want to make it <span class="c7">case sensitive</span><span class="c0">.</span></p><p class="c1"><span class="c0">Save the above changes.</span></p><p class="c1"><span class="c0">Now Click on “Setter Field Definitions” and Click on New Button as shown in below snapshot,</span></p><p class="c1"><img decoding="async" title="" src="https://shalamaster.com/datalookup/images/image10.png" alt="" /></p><p class="c1"><span class="c0">Map the fields that we want to set the values depending on the Matcher Field Definitions as below,</span></p><p class="c1"><img decoding="async" title="" src="https://shalamaster.com/datalookup/images/image8.png" alt="" /></p><p class="c1"><span class="c0">Set all the fields,</span></p><p class="c1"><img decoding="async" title="" src="https://shalamaster.com/datalookup/images/image5.png" alt="" /><span class="c0">Now Open the new form for the source table.</span></p><p class="c1"><span class="c0">Type Name as “Ashwini” .</span></p><p class="c1"><span class="c0">The fields “Address” and “User” will be automatically populated as “Pune” and “Ashwini More” respectively.</span></p><p class="c1"><span class="c0">See below snapshot,</span></p><p class="c1"><img decoding="async" title="" src="https://shalamaster.com/datalookup/images/image2.png" alt="" /></p><p class="c1"><span class="c0">But if we change Name to another name , Say Sonia the Address and User values does not change. (see below snapshot)</span></p><p class="c1"><img decoding="async" title="" src="https://shalamaster.com/datalookup/images/image6.png" alt="" /><span class="c0">Because in Data Lookup Definitions, In Setter field Definitions , we have set the Always Replace value to false.</span></p><p class="c1"><img decoding="async" title="" src="https://shalamaster.com/datalookup/images/image9.png" alt="" /><span class="c0">Set the value of “Always Replace“ as “true” for all fields.(See below snapshot)</span></p><p><img decoding="async" src="https://shalamaster.com/datalookup/images/image4.png" /></p><p class="c1"><span class="c0">Save above changes and check again in the source table.</span></p><p class="c1"><img decoding="async" title="" src="https://shalamaster.com/datalookup/images/image7.png" alt="" /></p>								</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/datalookup-in-service-now/">Datalookup in Service-now</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/datalookup-in-service-now/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Domain Separation In Service-now</title>
		<link>https://logiupskills.com/domain-separation-in-service-now/</link>
					<comments>https://logiupskills.com/domain-separation-in-service-now/#respond</comments>
		
		<dc:creator><![CDATA[Sayali Apet]]></dc:creator>
		<pubDate>Tue, 06 Jan 2026 13:30:22 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=11426</guid>

					<description><![CDATA[<p>Domain Separation In Service-now  1. MSP –Managed Service Providers  2. It is a paid plugin, user needs a Maint Role to activate the plugin in your instance.  3. It is a logically defined entity used to             1. Separate Data             2. Separate Process             3. Administrative Tasks   4. MSP deals with which user can see and access what data   5. By structure Service now has a Single Tenant Architecture but by using MSP plugin it can be used as Multi-Tenant Architecture   6. Multi-Tenant: It is a structure of application where single instance of the application serves multiple customers by sharing the application properties and a single database.   7. Service now with MSP Plugin:                1. Service now with MSP  Plugin acts as a Multi-Tenant architecture where single instance serves multiple customers using single database.                2. Each customer data is isolated and remains invisible to other customers.   8. When we should not go with MSP Plugins-              1. In case of total separation of all system properties              2. Does not require the global reporting              3. Does not require a single global processes   9. System will not support the following tables from being domain Separated                Access Control [sys_security_acl]                Script Includes [sys_script_include]                System Property [sys_properties]                Dictionary Entry [sys_dictionary]               Dictionary Entry Override [sys_dictionary_override]  10. Domain Scope:        Domain scope defines what users can(data) and cannot access(data) and how(Process).             1. Session Scope Domain             2. Record Scope Domain             1. Session Scope Domain:                           a. User Domain                             b. User domain Picker Domain                          Session domain of users is nothing but the user record domain if we have the user domain and the domain picket domain is the same in case of not,                                       session domain is the same like the domain which use has selected from domain picker.                         Users from parent domain they can change their session domain by changing from Domain picker.   2. Record Scope Domain:               a. It is nothing but the domain of that targeted record.               By Default the record scope take precedence over the session scope   11. We have following domains which has some special meanings.                Global Domain:               a. All the records which we have before enabling the MSP plugin, are part of global domain.               b. Guest user is a part of global.  Default Domain:                a. We can set any domain as a default domain but only one can be a default domain.                b. If you set default domain in an instance, instance will replace the global domain with default domain whenever the record creation happens. Primary Domain:              a. Only the domain which does not have parent can be set as primary domain.</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/domain-separation-in-service-now/">Domain Separation In Service-now</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="11426" class="elementor elementor-11426" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-067a864 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="067a864" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-521067e elementor-widget elementor-widget-heading" data-id="521067e" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Domain Separation In Service-now</h2>				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3518db8 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="3518db8" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9cd9a4c elementor-widget elementor-widget-text-editor" data-id="9cd9a4c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p> 1. MSP –Managed Service Providers</p><p> 2. It is a paid plugin, user needs a Maint Role to activate the plugin in your instance.</p><p> 3. It is a logically defined entity used to</p><p>            1. Separate Data</p><p>            2. Separate Process</p><p>            3. Administrative Tasks</p><p>  4. MSP deals with which user can see and access what data</p><p>  5. By structure Service now has a Single Tenant Architecture but by using MSP plugin it can be used as Multi-Tenant Architecture</p><p>  6. Multi-Tenant: It is a structure of application where single instance of the application serves multiple customers by sharing the application properties and a single database.</p><p>  7. Service now with MSP Plugin:</p><p>               1. Service now with MSP  Plugin acts as a Multi-Tenant architecture where single instance serves multiple customers using single database.</p><p>               2. Each customer data is isolated and remains invisible to other customers.</p><p>  8. When we should not go with MSP Plugins-</p><p>             1. In case of total separation of all system properties</p><p>             2. Does not require the global reporting</p><p>             3. Does not require a single global processes</p><p>  9. System will not support the following tables from being domain Separated</p><p>               Access Control [sys_security_acl]</p><p>               Script Includes [sys_script_include]</p><p>               System Property [sys_properties]</p><p>               Dictionary Entry [sys_dictionary]</p><p>              Dictionary Entry Override [sys_dictionary_override]</p><p> 10. Domain Scope:</p><p>       Domain scope defines what users can(data) and cannot access(data) and how(Process).</p><p>            1. Session Scope Domain</p><p>            2. Record Scope Domain</p><p>            1. Session Scope Domain:</p><p>                          a. User Domain</p><p>                            b. User domain Picker Domain</p><p>                         Session domain of users is nothing but the user record domain if we have the user domain and the domain picket domain is the same in case of not,                                       session domain is the same like the domain which use has selected from domain picker.</p><p>                        Users from parent domain they can change their session domain by changing from Domain picker.</p><p>  2. Record Scope Domain:</p><p>              a. It is nothing but the domain of that targeted record.</p><p>              By Default the record scope take precedence over the session scope</p><p>  11. We have following domains which has some special meanings.</p><p>               Global Domain:</p><p>              a. All the records which we have before enabling the MSP plugin, are part of global domain.</p><p>              b. Guest user is a part of global.</p><p> Default Domain:</p><p>               a. We can set any domain as a default domain but only one can be a default domain.</p><p>               b. If you set default domain in an instance, instance will replace the global domain with default domain whenever the record creation happens.</p><p>Primary Domain:</p><p>             a. Only the domain which does not have parent can be set as primary domain.</p>								</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/domain-separation-in-service-now/">Domain Separation In Service-now</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/domain-separation-in-service-now/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Table Names in Service-now</title>
		<link>https://logiupskills.com/table-names-in-service-now/</link>
					<comments>https://logiupskills.com/table-names-in-service-now/#respond</comments>
		
		<dc:creator><![CDATA[Sayali Apet]]></dc:creator>
		<pubDate>Tue, 06 Jan 2026 13:25:42 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=11418</guid>

					<description><![CDATA[<p>Table Names in Service-now Users – sys_user Roles – sys_user_role Group – sys_user_group Contains Roles – sys_user_role_contains UserRole mapping – sys_user_has_role GroupMember – sys_user_grmember Application menu – sys_app_application Modules – sys_app_module Choice – sys_choice Business Rules – sys_script UI Actions – sys_ui_action Client Script – sys_script_client Plugins – v_plugins Syntax Editor macros – syntax_editor_macro Dictionary Entries – sys_dictionary Tables – sys_db_object Remote Instance – sys_update_set_source Retrieved Update Sets – sys_remote_update_set Update Set Log – sys_update_set_log Local Update Set – sys_update_set Incident – incident Task – task Problem – problem Change request – change_request Field Classes – sys_glide_object Form Sections or Layouts  &#8211; sys_ui_section Views &#8211; sys_ui_view Dictionary Entry Override &#8211; sys_dictionary_override Request &#8211; sc_request Catalog Item &#8211; sc_cat_item Requested Item &#8211; sc_req_item Catalog Task &#8211; sc_task</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/table-names-in-service-now/">Table Names in Service-now</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="11418" class="elementor elementor-11418" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-499e726 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="499e726" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-93a0c40 elementor-widget elementor-widget-heading" data-id="93a0c40" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Table Names in Service-now</h2>				</div>
				<div class="elementor-element elementor-element-6fdbb76 elementor-widget elementor-widget-text-editor" data-id="6fdbb76" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ol><li>Users – sys_user</li><li>Roles – sys_user_role</li><li>Group – sys_user_group</li><li>Contains Roles – sys_user_role_contains</li><li>UserRole mapping – sys_user_has_role</li><li>GroupMember – sys_user_grmember</li><li>Application menu – sys_app_application</li><li>Modules – sys_app_module</li><li>Choice – sys_choice</li><li>Business Rules – sys_script</li><li>UI Actions – sys_ui_action</li><li>Client Script – sys_script_client</li><li>Plugins – v_plugins</li><li>Syntax Editor macros – syntax_editor_macro</li><li>Dictionary Entries – sys_dictionary</li><li>Tables – sys_db_object</li><li>Remote Instance – sys_update_set_source</li><li>Retrieved Update Sets – sys_remote_update_set</li><li>Update Set Log – sys_update_set_log</li><li>Local Update Set – sys_update_set</li><li>Incident – incident</li><li>Task – task</li><li>Problem – problem</li><li>Change request – change_request</li><li>Field Classes – sys_glide_object</li><li>Form Sections or Layouts  &#8211; sys_ui_section</li><li>Views &#8211; sys_ui_view</li><li>Dictionary Entry Override &#8211; sys_dictionary_override</li><li>Request &#8211; sc_request</li><li>Catalog Item &#8211; sc_cat_item</li><li>Requested Item &#8211; sc_req_item</li><li>Catalog Task &#8211; sc_task</li></ol>								</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/table-names-in-service-now/">Table Names in Service-now</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/table-names-in-service-now/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Reference Qualifier in Service-now   </title>
		<link>https://logiupskills.com/reference-qualifier-in-service-now/</link>
					<comments>https://logiupskills.com/reference-qualifier-in-service-now/#respond</comments>
		
		<dc:creator><![CDATA[Sayali Apet]]></dc:creator>
		<pubDate>Tue, 16 Dec 2025 07:05:01 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://devlogiupskill.comingsolutions.com/?p=9314</guid>

					<description><![CDATA[<p>Reference Qualifier in Service-now 1. Reference Qualifier   :- It is used for filtering. They help refine the choices available in a reference field by defining conditions that the referenced records must meet. A reference qualifier is a filter applied to a reference field to restrict or refine the list of records that users can select from.  If you want to set default value of reference field as current user javascript:gs.getUserID(); Types of reference qualifier:- 1. Simple Reference Qualifier: &#8211;  A simple reference qualifier in Service Now is often written as an encoded query string or a Glide Record query. It&#8217;s used to filter the choices available in a reference field based on specific criteria.Uses simple AND/OR conditions to filter records. For example, you can show only users where &#8220;Active&#8221; is &#8220;true&#8221;.  How to Reach Reference Qualifier in OOB Table or Custom Table:  Open any Table of Your Choice: &#8211; Incident/Problem/Change. Step 1:-Application Navigator&#62;Table&#62;Open Existing Record or Create New. Step 2:- Right Click on Any Reference Field i.e. assigned to and Configure Dictionary Step 3:- We are showing Reference Specification and applying Condition. 2. Dynamic Reference Qualifier: &#8211; Dynamic reference qualifiers enable you to use a dynamic filter option to run a query against a reference field to filter the returned data set. Dynamic filter options are stored filters that can contain encoded query strings, JavaScript, or script includes, and can be used in multiple dynamic reference qualifiers. Changes made to a dynamic filter option automatically apply to all reference qualifiers that use the same dynamic filter option. Use this type of reference qualifier when you want to use the same filter on multiple forms or to provide filter functionality to &#8220;non-code savvy&#8221; implementers. The base instance provides several OOB dynamic filter options. If a dynamic filter option that meets your needs does not exist, you can create a new dynamic filter option that is specific to your requirements.All the available dynamic filters are stored in system definition&#62;dynamic filter options.For creating the dynamic reference qualifier we must have a record in this dynamic filter options.After creating the dynamic reference qualifier you can add that filter from the Dynamic  Ref qual field. 3.Advanced Reference Qualifier: &#8211; Advanced reference qualifiers enable you to define an inline encrypted query string or JavaScript (actual code or the name of an existing script include or business rule) filter directly in the Reference qualified field of the reference qualifier. Similar to the other reference qualifier types, when the form loads, the filter is executed, and only the records that match the filter appear in the reference field. Use this type of reference qualifier for implementations that only require a simple, unique filter that cannot be handled by a simple reference qualifier, and is not used across multiple reference fields. Here Is Explanation of the code javascript: &#8220;sys_id IN&#8221; + new getgroupusers().getUser(current.u_assignment_group) 1.new getgroupusers().getUser(current.u_assignment_group) Calls the Script Include you created (getgroupusers). Passes the value of u_assignment_group (a group sys_id) to the function. The Script Include returns a comma-separated list of user sys_ids. 2. &#8220;sys_id IN&#8221; + This constructs a valid encoded query. Another way for doing Advanced reference qualifier is script include Step 1:-Application Navigator&#62;Script Include&#62; Create New. Step 2:- New&#60;Name (getgroupusers)&#60;Glide AJAX enabledScript Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Here Is The Code :- var getgroupusers = Class.create(); getgroupusers.prototype = Object.extendsObject(AbstractAjaxProcessor, {     getUser: function(id) {         var gr = new GlideRecord(&#8220;sys_user_grmember&#8221;);         gr.addQuery(&#8220;group&#8221;, id);         gr.query();         var arr = [];         while (gr.next()) {             arr.push(gr.getValue(&#8220;user&#8221;).toString())         }         return arr.join(&#8216;,&#8217;);     },     type: &#8216;getgroupusers&#8217; });   Here Is the code Explanation in Detail :-  Script Include named getgroupusers that extends AbstractAjaxProcessor, meaning it can be called from a client script (AJAX call). Function: getUser(id) This function returns a comma-separated list of user sys_ids belonging to a given group sys_id.  Step-by-step breakdown var getgroupusers = Class.create();getgroupusers.prototype = Object.extendsObject(AbstractAjaxProcessor, { Defines a Script Include. Inherits from AbstractAjaxProcessor → allows server-side methods to be called from client-side. 1. Query the sys_user_grmember table var gr = new GlideRecord(&#8220;sys_user_grmember&#8221;);gr.addQuery(&#8220;group&#8221;, id);gr.query(); Looks at the User Group Member Filters where group equals the passed id. Runs the query. 2. Build array of user sys_ids var arr = []; while (gr.next()) {    arr.push(gr.getValue(&#8220;user&#8221;).toString());} Loops over each record. Pushes the user field value (sys_id) into an array. 3. Return a comma-separated string return arr.join(&#8216;,&#8217;);   Here is the Output  :- Here, we get the group members in the Assigned To field from the group that we selected in the Assignment Group. This dynamic behavior ensures that the Assigned To field is populated only with valid group members, reducing manual errors and ensuring that work items are always assigned to users who actually belong to the selected group.</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/reference-qualifier-in-service-now/">Reference Qualifier in Service-now   </a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="9314" class="elementor elementor-9314" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-afb065b e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="afb065b" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-601b7ce elementor-widget elementor-widget-heading" data-id="601b7ce" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Reference Qualifier in Service-now   </h2>				</div>
				<div class="elementor-element elementor-element-8eefdda elementor-widget elementor-widget-text-editor" data-id="8eefdda" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h4>1. Reference Qualifier   :-</h4><ul><li>It is used for filtering.</li><li>They help refine the choices available in a reference field by defining conditions that the referenced records must meet.</li><li>A reference qualifier is a filter applied to a reference field to restrict or refine the list of records that users can select from. </li><li>If you want to set default value of reference field as current user</li></ul><p><strong>javascript:gs.getUserID();</strong></p>								</div>
				<div class="elementor-element elementor-element-503e017 elementor-widget elementor-widget-image" data-id="503e017" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="327" src="https://logiupskills.com/wp-content/uploads/2025/12/1-10-1024x523.png" class="attachment-large size-large wp-image-9315" alt="Reference Qualifier In ServiceNow" srcset="https://logiupskills.com/wp-content/uploads/2025/12/1-10-1024x523.png 1024w, https://logiupskills.com/wp-content/uploads/2025/12/1-10-300x153.png 300w, https://logiupskills.com/wp-content/uploads/2025/12/1-10-768x393.png 768w, https://logiupskills.com/wp-content/uploads/2025/12/1-10-1536x785.png 1536w, https://logiupskills.com/wp-content/uploads/2025/12/1-10.png 1915w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-215def7 elementor-widget elementor-widget-image" data-id="215def7" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="243" src="https://logiupskills.com/wp-content/uploads/2025/12/2-11-1024x388.png" class="attachment-large size-large wp-image-9316" alt="Reference Qualifier In ServiceNow" srcset="https://logiupskills.com/wp-content/uploads/2025/12/2-11-1024x388.png 1024w, https://logiupskills.com/wp-content/uploads/2025/12/2-11-300x114.png 300w, https://logiupskills.com/wp-content/uploads/2025/12/2-11-768x291.png 768w, https://logiupskills.com/wp-content/uploads/2025/12/2-11.png 1429w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-4fbd11a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="4fbd11a" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-bffecdd elementor-widget elementor-widget-text-editor" data-id="bffecdd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h4><strong>Types of reference qualifier:-</strong></h4><h5><strong>1. Simple Reference Qualifier:</strong> &#8211;</h5><p> A simple reference qualifier in Service Now is often written as an encoded query string or a Glide Record query. It&#8217;s used to filter the choices available in a reference field based on specific criteria.Uses simple AND/OR conditions to filter records. For example, you can show only users where &#8220;Active&#8221; is &#8220;true&#8221;.</p><h4><strong> </strong><strong>How to Reach Reference Qualifier in OOB Table or Custom Table:</strong></h4><h6><strong> </strong>Open any Table of Your Choice: &#8211; Incident/Problem/Change.</h6><p>Step 1:-Application Navigator&gt;Table&gt;Open Existing Record or Create New.</p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-dd5c55d e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="dd5c55d" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c777b21 elementor-widget elementor-widget-image" data-id="c777b21" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="232" src="https://logiupskills.com/wp-content/uploads/2025/12/3-11-1024x371.png" class="attachment-large size-large wp-image-9333" alt="Reference Qualifier In ServiceNow" srcset="https://logiupskills.com/wp-content/uploads/2025/12/3-11-1024x371.png 1024w, https://logiupskills.com/wp-content/uploads/2025/12/3-11-300x109.png 300w, https://logiupskills.com/wp-content/uploads/2025/12/3-11-768x278.png 768w, https://logiupskills.com/wp-content/uploads/2025/12/3-11.png 1429w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-57f8f4d elementor-widget elementor-widget-text-editor" data-id="57f8f4d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p>Step 2:- Right Click on Any Reference Field i.e. assigned to and Configure Dictionary</p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b57820d e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="b57820d" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-92ea377 elementor-widget elementor-widget-image" data-id="92ea377" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="184" src="https://logiupskills.com/wp-content/uploads/2025/12/4-11-1024x294.png" class="attachment-large size-large wp-image-9334" alt="Reference Qualifier In ServiceNow" srcset="https://logiupskills.com/wp-content/uploads/2025/12/4-11-1024x294.png 1024w, https://logiupskills.com/wp-content/uploads/2025/12/4-11-300x86.png 300w, https://logiupskills.com/wp-content/uploads/2025/12/4-11-768x220.png 768w, https://logiupskills.com/wp-content/uploads/2025/12/4-11-1536x441.png 1536w, https://logiupskills.com/wp-content/uploads/2025/12/4-11.png 1917w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-122caae e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="122caae" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e76d704 elementor-widget elementor-widget-text-editor" data-id="e76d704" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p>Step 3:- We are showing Reference Specification and applying Condition.</p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8193d99 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="8193d99" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-69fe87e elementor-widget elementor-widget-image" data-id="69fe87e" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="326" src="https://logiupskills.com/wp-content/uploads/2025/12/5-10-1024x521.png" class="attachment-large size-large wp-image-9335" alt="Reference Qualifier In ServiceNow" srcset="https://logiupskills.com/wp-content/uploads/2025/12/5-10-1024x521.png 1024w, https://logiupskills.com/wp-content/uploads/2025/12/5-10-300x153.png 300w, https://logiupskills.com/wp-content/uploads/2025/12/5-10-768x391.png 768w, https://logiupskills.com/wp-content/uploads/2025/12/5-10-1536x781.png 1536w, https://logiupskills.com/wp-content/uploads/2025/12/5-10.png 1913w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-2153020 elementor-widget elementor-widget-text-editor" data-id="2153020" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h4><strong>2. Dynamic Reference Qualifier: &#8211;</strong></h4><p>Dynamic reference qualifiers enable you to use a dynamic filter option to run a query against a reference field to filter the returned data set. Dynamic filter options are stored filters that can contain encoded query strings, JavaScript, or script includes, and can be used in multiple dynamic reference qualifiers. Changes made to a dynamic filter option automatically apply to all reference qualifiers that use the same dynamic filter option. Use this type of reference qualifier when you want to use the same filter on multiple forms or to provide filter functionality to &#8220;non-code savvy&#8221; implementers. The base instance provides several OOB dynamic filter options. If a dynamic filter option that meets your needs does not exist, you can create a new dynamic filter option that is specific to your requirements.All the available dynamic filters are stored in <strong>system definition&gt;dynamic filter options.</strong>For creating the dynamic reference qualifier we must have a record in this dynamic filter options.After creating the dynamic reference qualifier you can add that filter from the <strong>Dynamic  </strong><strong>Ref qual</strong> field.</p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-51ecfb5 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="51ecfb5" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e0fe092 elementor-widget elementor-widget-image" data-id="e0fe092" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="324" src="https://logiupskills.com/wp-content/uploads/2025/12/6-12-1024x519.png" class="attachment-large size-large wp-image-9336" alt="Reference Qualifier In ServiceNow" srcset="https://logiupskills.com/wp-content/uploads/2025/12/6-12-1024x519.png 1024w, https://logiupskills.com/wp-content/uploads/2025/12/6-12-300x152.png 300w, https://logiupskills.com/wp-content/uploads/2025/12/6-12-768x390.png 768w, https://logiupskills.com/wp-content/uploads/2025/12/6-12-1536x779.png 1536w, https://logiupskills.com/wp-content/uploads/2025/12/6-12.png 1920w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-38183af elementor-widget elementor-widget-text-editor" data-id="38183af" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h4><strong>3.Advanced Reference Qualifier: &#8211;</strong></h4><p>Advanced reference qualifiers enable you to define an inline encrypted query string or JavaScript (actual code or the name of an existing script include or business rule) filter directly in the Reference qualified field of the reference qualifier. Similar to the other reference qualifier types, when the form loads, the filter is executed, and only the records that match the filter appear in the reference field. Use this type of reference qualifier for implementations that only require a simple, unique filter that cannot be handled by a simple reference qualifier, and is not used across multiple reference fields.</p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-fecdaee e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="fecdaee" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-7d051a6 elementor-widget elementor-widget-image" data-id="7d051a6" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="324" src="https://logiupskills.com/wp-content/uploads/2025/12/7-9-1024x518.png" class="attachment-large size-large wp-image-9337" alt="Reference Qualifier In ServiceNow" srcset="https://logiupskills.com/wp-content/uploads/2025/12/7-9-1024x518.png 1024w, https://logiupskills.com/wp-content/uploads/2025/12/7-9-300x152.png 300w, https://logiupskills.com/wp-content/uploads/2025/12/7-9-768x389.png 768w, https://logiupskills.com/wp-content/uploads/2025/12/7-9-1536x778.png 1536w, https://logiupskills.com/wp-content/uploads/2025/12/7-9.png 1916w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-0f60c09 elementor-widget elementor-widget-text-editor" data-id="0f60c09" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h4>Here Is Explanation of the code</h4><p><strong>javascript: &#8220;sys_id IN&#8221; + new getgroupusers().getUser(current.u_assignment_group)</strong></p><h5><strong>1.new getgroupusers().getUser(current.u_assignment_group)</strong></h5><ul><li>Calls the Script Include you created (getgroupusers).</li><li>Passes the value of u_assignment_group (a group sys_id) to the function.</li><li>The Script Include returns a <strong>comma-separated list of user sys_ids</strong>.</li></ul><h4><strong>2. &#8220;sys_id IN&#8221; + </strong></h4><p>This constructs a valid <strong>encoded query</strong>.</p><h4>Another way for doing Advanced reference qualifier is script include</h4><p>Step 1:-Application Navigator&gt;Script Include&gt; Create New.</p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1ddc9fe e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="1ddc9fe" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-8f112f1 elementor-widget elementor-widget-image" data-id="8f112f1" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="327" src="https://logiupskills.com/wp-content/uploads/2025/12/8-11-1024x523.png" class="attachment-large size-large wp-image-9347" alt="Reference Qualifier In ServiceNow" srcset="https://logiupskills.com/wp-content/uploads/2025/12/8-11-1024x523.png 1024w, https://logiupskills.com/wp-content/uploads/2025/12/8-11-300x153.png 300w, https://logiupskills.com/wp-content/uploads/2025/12/8-11-768x392.png 768w, https://logiupskills.com/wp-content/uploads/2025/12/8-11-1536x784.png 1536w, https://logiupskills.com/wp-content/uploads/2025/12/8-11.png 1917w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b2c900e e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="b2c900e" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-160a537 elementor-widget elementor-widget-text-editor" data-id="160a537" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p>Step 2:- New&lt;Name (getgroupusers)&lt;Glide AJAX enabledScript</p>								</div>
				<div class="elementor-element elementor-element-2adccad elementor-widget elementor-widget-image" data-id="2adccad" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="327" src="https://logiupskills.com/wp-content/uploads/2025/12/9-12-1024x523.png" class="attachment-large size-large wp-image-9448" alt="Reference Qualifier In ServiceNow" srcset="https://logiupskills.com/wp-content/uploads/2025/12/9-12-1024x523.png 1024w, https://logiupskills.com/wp-content/uploads/2025/12/9-12-300x153.png 300w, https://logiupskills.com/wp-content/uploads/2025/12/9-12-768x392.png 768w, https://logiupskills.com/wp-content/uploads/2025/12/9-12-1536x785.png 1536w, https://logiupskills.com/wp-content/uploads/2025/12/9-12.png 1918w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-5ac1fed elementor-widget elementor-widget-image" data-id="5ac1fed" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="304" src="https://logiupskills.com/wp-content/uploads/2025/12/10-12-1024x487.png" class="attachment-large size-large wp-image-9449" alt="Reference Qualifier In ServiceNow" srcset="https://logiupskills.com/wp-content/uploads/2025/12/10-12-1024x487.png 1024w, https://logiupskills.com/wp-content/uploads/2025/12/10-12-300x143.png 300w, https://logiupskills.com/wp-content/uploads/2025/12/10-12-768x365.png 768w, https://logiupskills.com/wp-content/uploads/2025/12/10-12.png 1431w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-cf89720 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="cf89720" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-0ab4195 elementor-widget elementor-widget-text-editor" data-id="0ab4195" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9602388 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="9602388" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a59215c elementor-widget elementor-widget-text-editor" data-id="a59215c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h4>Here Is The Code :-</h4><p>var getgroupusers = Class.create();</p><p>getgroupusers.prototype = Object.extendsObject(AbstractAjaxProcessor, {</p><p>    getUser: function(id) {</p><p>        var gr = new GlideRecord(&#8220;sys_user_grmember&#8221;);</p><p>        gr.addQuery(&#8220;group&#8221;, id);</p><p>        gr.query();</p><p>        var arr = [];</p><p>        while (gr.next()) {</p><p>            arr.push(gr.getValue(&#8220;user&#8221;).toString())</p><p>        }</p><p>        return arr.join(&#8216;,&#8217;);</p><p>    },</p><p>    type: &#8216;getgroupusers&#8217;</p><p>});</p><p><strong> </strong></p><h4>Here Is the code Explanation in Detail :-</h4><p><strong> </strong><strong>Script Include</strong> named getgroupusers that extends AbstractAjaxProcessor, meaning it can be called from a <strong>client script (AJAX call)</strong>.</p><p><strong>Function: getUser(id)</strong></p><p>This function returns a <strong>comma-separated list of user sys_ids</strong> belonging to a given <strong>group sys_id</strong>.</p><h3><strong> </strong><strong>Step-by-step breakdown</strong></h3><p>var getgroupusers = Class.create();getgroupusers.prototype = Object.extendsObject(AbstractAjaxProcessor, {</p><ul><li>Defines a Script Include.</li><li>Inherits from AbstractAjaxProcessor → allows server-side methods to be called from client-side.</li></ul><h4><strong>1. Query the sys_user_grmember table</strong></h4><p>var gr = new GlideRecord(&#8220;sys_user_grmember&#8221;);gr.addQuery(&#8220;group&#8221;, id);gr.query();</p><ul><li>Looks at the <strong>User Group Member</strong></li><li>Filters where group equals the passed <strong>id</strong>.</li><li>Runs the query.</li></ul><h4><strong>2. Build array of user sys_ids</strong></h4><p>var arr = []; while (gr.next()) {    arr.push(gr.getValue(&#8220;user&#8221;).toString());}</p><ul><li>Loops over each record.</li><li>Pushes the <strong>user field value (sys_id)</strong> into an array.</li></ul><h4><strong>3. Return a comma-separated string</strong></h4><p>return arr.join(&#8216;,&#8217;);</p><p><strong> </strong></p><h4><strong>Here is the Output  :-</strong></h4><p>Here, we get the group members in the <em data-start="1112" data-end="1125">Assigned To</em> field from the group that we selected in the <em data-start="1171" data-end="1189">Assignment Group</em>. This dynamic behavior ensures that the <em data-start="1230" data-end="1243">Assigned To</em> field is populated only with valid group members, reducing manual errors and ensuring that work items are always assigned to users who actually belong to the selected group.</p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-080b772 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="080b772" data-element_type="container" data-e-type="container" data-settings="{&quot;_ha_eqh_enable&quot;:false}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-dc0ce01 elementor-widget elementor-widget-image" data-id="dc0ce01" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="326" src="https://logiupskills.com/wp-content/uploads/2025/12/11-11-1024x521.png" class="attachment-large size-large wp-image-9451" alt="Reference Qualifier In ServiceNow" srcset="https://logiupskills.com/wp-content/uploads/2025/12/11-11-1024x521.png 1024w, https://logiupskills.com/wp-content/uploads/2025/12/11-11-300x153.png 300w, https://logiupskills.com/wp-content/uploads/2025/12/11-11-768x391.png 768w, https://logiupskills.com/wp-content/uploads/2025/12/11-11-1536x782.png 1536w, https://logiupskills.com/wp-content/uploads/2025/12/11-11.png 1917w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/reference-qualifier-in-service-now/">Reference Qualifier in Service-now   </a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/reference-qualifier-in-service-now/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
