<?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>LogiUpSkill</title>
	<atom:link href="https://logiupskills.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://logiupskills.com</link>
	<description></description>
	<lastBuildDate>Fri, 26 Jun 2026 12:55:59 +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>LogiUpSkill</title>
	<link>https://logiupskills.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Custom Scoped Application </title>
		<link>https://logiupskills.com/custom-scoped-application-2/</link>
					<comments>https://logiupskills.com/custom-scoped-application-2/#respond</comments>
		
		<dc:creator><![CDATA[Digvijay Godse]]></dc:creator>
		<pubDate>Fri, 26 Jun 2026 09:23:06 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=16107</guid>

					<description><![CDATA[<p>Custom Scoped Application   Overview    Application scoping protects applications by identifying and restricting access to application files and data. This document walks through the key operations for creating and managing custom scoped applications in ServiceNow.    Navigate and search for in ServiceNow Studio  Click on Create Application UI action.  Provide Name and in the advanced setting select scoped.  Provide required roles.  Give the table name.  Another way click on CREATE NEW TABLE     We can create new table which is extended from task  If we select from list we can create the table from here  Another way click on CREATE NEW TABLE   Navigate to studio and click on create new.  Select table from the data model.  Goto scope=list view  Goto Data model ⇒ table   Configure related list  Since table extended from task so it is always we need to edit in GLOBAL scope  Open assigned to field.   You will see the field which is extended from the task table.  Goto file and click on create file .  See my table and other table     create=form which table you want this form   After creating ⇒ see form design    We know there are two ways to configure a form .   a.form design   b.form layout   Do changes as per your requirement  Also verify after you apply those changes.  You will see the form which we have designed.   We can create module for that purpose search for application menu on the navigation pane.  On the related list click on New ui action.  Make sure your module is in the global scope.  You are able to create module in global scope because of application access =All application scope     Now GOTO è module  work_assignment è Configureè Table  You will see it is accessible from All application scope only.  Now change to this application scope.  Changed scope to global.  Open application.  And Create module.  You will see there are no matched found.  Next, create script include in Global application.  Check in Background script  Output  You will see your script include with same scope.  Check in Background script-same scope.  Output  Also, Check in global scope.  Output  Open the application.  See From here we can publish in update set  Scoped application caller tracking and caller restricted    caller tracking &#8211;After calling script then get access, it will track data.  caller restricted- After calling script then restricted   Application -work assignment, caller restricted Associable from=all application scope  SCRIPT INCLUDE created in work_assignment application and now we will write background script on Advanced work_assignment.  Function is caller restricted.  Output  To remove restricted access.  Goto =application  Application administration = true.    In the Related section you will see restricted caller access privileges    Now check in advanced work_assignment scope   Output  Create 2nd script include  Application scope should be –work_assignment.  Caller Access -caller tracking.     And accessible from=all application scope.  You will see the scope is advanced work_assignment in background script.  Output  Navigate and type sys_scope_privilege.LIST  Custom Application Form fields   Field name   Type  Description  Name  String  The display field for the package  Version  String  Identifies the latest version of the package in dot decimal notation  Scope   String Read only  Identifies unique application scope   [x_companyCode_shortAppID]  See properties   Glide.appcreator.company.code  Application administration  Boolean  When checked system administration will be preventing from accessing the application  Can Edit Application in Studio     Boolean  Allow user to edit application file in studio  Run time access tracking   Choice    a. Tracking log-access the system and allows script to execute   b.Enforcing log – access the request but required administration authorization before script executation proceed   Script interaction with other application is controlled by the system runtime access system        Use Runtime Access Tracking to manage script access to resources from other applications        Restrict Table Choices  Boolean  Restrict design time access to table outside application scope   Licensable   Boolean  Licensable or not   Subscription requirement  Choice     a.Monitor   b.Required   Subscription requirement for usage of this package   Subscription model   Choices     a.NA  b.fulfiller /requestor  c.procedure  d.capacity   e.mixed  f.Application in use   Subscription model is defined here    Subscription  Reference   Refer to license_details  Menu  Reference  Refer to sys_app_application  This application primary menu where default table module will reside   User role  Reference  Refer to  sys_user_role  Role required for end user to access this application and its table  Short description  string  Short description for application  logo  User_image  Logo for application  Guided Setup   Reference     Refer to   gsw_content  Guided Setup to start when to application is installed/upgraded      Related links Manage Collaborators  Collaboration descriptors let you assign, manage, and monitor permissions for each application or across multiple applications consistently  Collaborators -a person who works together with others for a special purpose  Navigate and search for collaborators.  Related link -click on manage collaborator.  See user can do following thing Move restricted to tracking  It will simply just move Whatever configuration we have done on custom scoped application restricted to tracking    Move tracking to restricted  It will simply just move Whatever configuration we have done on custom scoped application tracking to restricted   View License Definitions  It will redirect to sys_app_license_defn_list  Publish to Update Set  Publishes all the code from an app to a newly created updated set that can be used to transfer the  app between instance.  Grant app administration to all admins  Grand a role that are required for the admins to be able to grand any of the applications role  Enable Session Debug  Scan Application  Convert to Application Repository Mode    When your applications are placed in the Custom Applications table [sys_app], you can&#8217;t upgrade them directly through the Application Repository. This procedure helps you do a one-time conversion when you want to migrate deploying your applications using the Application Repository.  After you convert the application, it is no longer enabled for development on the instance where the conversion is performed. For a scoped custom application, all associated records in the Customer Updates table are deleted for this application.  After this see application  Resync Collaboration Permissions  Refresh delegated development permission for collaborators </p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/custom-scoped-application-2/">Custom Scoped Application </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="16107" class="elementor elementor-16107" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-9d6df7c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="9d6df7c" 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-6432580 elementor-widget elementor-widget-heading" data-id="6432580" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Custom Scoped Application </h2>				</div>
				<div class="elementor-element elementor-element-ce6ec40 elementor-widget elementor-widget-text-editor" data-id="ce6ec40" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p><p><b><span data-contrast="none">Overview</span></b><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p><p><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p><p><span data-contrast="none">Application scoping protects applications by identifying and restricting access to application files and data. This document walks through the key operations for creating and managing custom scoped applications in ServiceNow.</span><span data-ccp-props="{&quot;335559738&quot;:60,&quot;335559739&quot;:60}"> </span></p><p><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="none">Navigate and search for in ServiceNow Studio</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="none">Click on Create Application UI action.</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><span data-contrast="none">Provide Name and in the advanced setting select scoped.</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="4" data-aria-level="1"><span data-contrast="none">Provide required roles.</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="5" data-aria-level="1"><span data-contrast="none">Give the table name.</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-0b5e119 elementor-widget elementor-widget-image" data-id="0b5e119" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img fetchpriority="high" decoding="async" width="501" height="207" src="https://logiupskills.com/wp-content/uploads/2026/06/image-9-3.png" class="attachment-large size-large wp-image-16115" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-9-3.png 501w, https://logiupskills.com/wp-content/uploads/2026/06/image-9-3-300x124.png 300w" sizes="(max-width: 501px) 100vw, 501px" />															</div>
				<div class="elementor-element elementor-element-1dd0a92 elementor-widget elementor-widget-image" data-id="1dd0a92" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img decoding="async" width="640" height="378" src="https://logiupskills.com/wp-content/uploads/2026/06/image-10-2.png" class="attachment-large size-large wp-image-16116" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-10-2.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-10-2-300x177.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-10-2-768x454.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-106ce16 elementor-widget elementor-widget-image" data-id="106ce16" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img decoding="async" width="640" height="389" src="https://logiupskills.com/wp-content/uploads/2026/06/image-11-2.png" class="attachment-large size-large wp-image-16117" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-11-2.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-11-2-300x182.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-11-2-768x467.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-7de827c elementor-widget elementor-widget-image" data-id="7de827c" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="434" src="https://logiupskills.com/wp-content/uploads/2026/06/image-12-2.png" class="attachment-large size-large wp-image-16118" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-12-2.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-12-2-300x203.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-12-2-768x521.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-92547db elementor-widget elementor-widget-image" data-id="92547db" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="410" src="https://logiupskills.com/wp-content/uploads/2026/06/image-13-2.png" class="attachment-large size-large wp-image-16119" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-13-2.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-13-2-300x192.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-13-2-768x492.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-dae81b2 elementor-widget elementor-widget-image" data-id="dae81b2" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="449" src="https://logiupskills.com/wp-content/uploads/2026/06/image-14-2.png" class="attachment-large size-large wp-image-16120" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-14-2.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-14-2-300x210.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-14-2-768x538.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-e97ec75 elementor-widget elementor-widget-image" data-id="e97ec75" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="434" src="https://logiupskills.com/wp-content/uploads/2026/06/image-15-1.png" class="attachment-large size-large wp-image-16121" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-15-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-15-1-300x203.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-15-1-768x521.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-7430486 elementor-widget elementor-widget-text-editor" data-id="7430486" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">Another way click on CREATE NEW TABLE </span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul><p><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="none">We can create new table which is extended from task</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-3216a1c elementor-widget elementor-widget-image" data-id="3216a1c" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="423" src="https://logiupskills.com/wp-content/uploads/2026/06/image-16-3.png" class="attachment-large size-large wp-image-16128" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-16-3.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-16-3-300x198.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-16-3-768x508.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-572af59 elementor-widget elementor-widget-text-editor" data-id="572af59" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW184941676 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="none"><span class="NormalTextRun SCXW184941676 BCX8">If we select from </span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW184941676 BCX8">list</span><span class="NormalTextRun SCXW184941676 BCX8"> we can create the table from here</span></span><span class="EOP Selected SCXW184941676 BCX8" data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>								</div>
				<div class="elementor-element elementor-element-3051879 elementor-widget elementor-widget-image" data-id="3051879" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="385" src="https://logiupskills.com/wp-content/uploads/2026/06/image-17-1.png" class="attachment-large size-large wp-image-16129" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-17-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-17-1-300x180.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-17-1-768x462.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-ac21bcd elementor-widget elementor-widget-text-editor" data-id="ac21bcd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="7" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">Another way click on CREATE NEW TABLE </span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="7" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">Navigate to studio and click on create new.</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-2c481c8 elementor-widget elementor-widget-image" data-id="2c481c8" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="285" src="https://logiupskills.com/wp-content/uploads/2026/06/image-18-1.png" class="attachment-large size-large wp-image-16133" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-18-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-18-1-300x134.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-18-1-768x342.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-159da18 elementor-widget elementor-widget-text-editor" data-id="159da18" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW158466300 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="none"><span class="NormalTextRun SCXW158466300 BCX8">Select table from the data </span><span class="NormalTextRun SCXW158466300 BCX8">model</span><span class="NormalTextRun SCXW158466300 BCX8">.</span></span><span class="EOP Selected SCXW158466300 BCX8" data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>								</div>
				<div class="elementor-element elementor-element-7017712 elementor-widget elementor-widget-image" data-id="7017712" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="368" src="https://logiupskills.com/wp-content/uploads/2026/06/image-19-1.png" class="attachment-large size-large wp-image-16137" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-19-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-19-1-300x172.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-19-1-768x441.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-2e183b7 elementor-widget elementor-widget-image" data-id="2e183b7" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="291" src="https://logiupskills.com/wp-content/uploads/2026/06/image-20-1.png" class="attachment-large size-large wp-image-16138" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-20-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-20-1-300x137.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-20-1-768x350.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-a6ac930 elementor-widget elementor-widget-image" data-id="a6ac930" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="285" src="https://logiupskills.com/wp-content/uploads/2026/06/image-21-1.png" class="attachment-large size-large wp-image-16139" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-21-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-21-1-300x134.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-21-1-768x342.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-032e928 elementor-widget elementor-widget-image" data-id="032e928" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="287" src="https://logiupskills.com/wp-content/uploads/2026/06/image-22-1.png" class="attachment-large size-large wp-image-16140" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-22-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-22-1-300x135.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-22-1-768x344.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-06b0e64 elementor-widget elementor-widget-text-editor" data-id="06b0e64" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW196531515 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="none"><span class="NormalTextRun SCXW196531515 BCX8">Goto scope=list view</span></span><span class="EOP Selected SCXW196531515 BCX8" data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>								</div>
				<div class="elementor-element elementor-element-b8ce1d6 elementor-widget elementor-widget-image" data-id="b8ce1d6" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="378" src="https://logiupskills.com/wp-content/uploads/2026/06/image-23-1.png" class="attachment-large size-large wp-image-16147" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-23-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-23-1-300x177.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-23-1-768x454.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-b3d2ef3 elementor-widget elementor-widget-image" data-id="b3d2ef3" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="276" src="https://logiupskills.com/wp-content/uploads/2026/06/image-24-1.png" class="attachment-large size-large wp-image-16148" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-24-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-24-1-300x130.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-24-1-768x332.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-6143748 elementor-widget elementor-widget-text-editor" data-id="6143748" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="10" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="none">Goto Data model </span><span data-contrast="none">⇒</span><span data-contrast="none"> table </span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="10" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="none">Configure related list</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="10" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><span data-contrast="none">Since table extended from task so it is always we need to edit in GLOBAL scope</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-1e9e880 elementor-widget elementor-widget-image" data-id="1e9e880" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="279" src="https://logiupskills.com/wp-content/uploads/2026/06/image-25-1.png" class="attachment-large size-large wp-image-16155" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-25-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-25-1-300x131.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-25-1-768x334.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-537affd e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="537affd" 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-de7a38e elementor-widget elementor-widget-text-editor" data-id="de7a38e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW187847526 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="none"><span class="NormalTextRun SCXW187847526 BCX8">Open</span><span class="NormalTextRun SCXW187847526 BCX8"> assigned to</span><span class="NormalTextRun SCXW187847526 BCX8"> field</span><span class="NormalTextRun SCXW187847526 BCX8">.</span><span class="NormalTextRun SCXW187847526 BCX8"> </span></span><span class="EOP Selected SCXW187847526 BCX8" data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>								</div>
				<div class="elementor-element elementor-element-20a7b2e elementor-widget elementor-widget-image" data-id="20a7b2e" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="291" src="https://logiupskills.com/wp-content/uploads/2026/06/image-26-1.png" class="attachment-large size-large wp-image-16162" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-26-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-26-1-300x137.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-26-1-768x350.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-4c8b07b elementor-widget elementor-widget-text-editor" data-id="4c8b07b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW192834254 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="none"><span class="NormalTextRun SCXW192834254 BCX8">You will see the field which is extended from the task table.</span></span><span class="EOP Selected SCXW192834254 BCX8" data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>								</div>
				<div class="elementor-element elementor-element-bf4dd43 elementor-widget elementor-widget-image" data-id="bf4dd43" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="285" src="https://logiupskills.com/wp-content/uploads/2026/06/image-27.png" class="attachment-large size-large wp-image-16169" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-27.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-27-300x134.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-27-768x342.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-5890414 elementor-widget elementor-widget-text-editor" data-id="5890414" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW257594248 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="none"><span class="NormalTextRun SCXW257594248 BCX8">Goto file</span><span class="NormalTextRun SCXW257594248 BCX8"> and click on </span><span class="NormalTextRun SCXW257594248 BCX8">create </span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW257594248 BCX8">file </span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW257594248 BCX8">.</span></span><span class="EOP Selected SCXW257594248 BCX8" data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>								</div>
				<div class="elementor-element elementor-element-1ebba8a elementor-widget elementor-widget-image" data-id="1ebba8a" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="444" height="634" src="https://logiupskills.com/wp-content/uploads/2026/06/image-28.png" class="attachment-large size-large wp-image-16173" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-28.png 444w, https://logiupskills.com/wp-content/uploads/2026/06/image-28-210x300.png 210w" sizes="(max-width: 444px) 100vw, 444px" />															</div>
				<div class="elementor-element elementor-element-0d417fd elementor-widget elementor-widget-image" data-id="0d417fd" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="287" src="https://logiupskills.com/wp-content/uploads/2026/06/image-29.png" class="attachment-large size-large wp-image-16177" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-29.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-29-300x135.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-29-768x344.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-0550dd5 elementor-widget elementor-widget-text-editor" data-id="0550dd5" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="14" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="none">See my table and other table </span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul><p><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="14" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="none">create=form which table you want this form </span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-6c352c3 elementor-widget elementor-widget-image" data-id="6c352c3" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="291" src="https://logiupskills.com/wp-content/uploads/2026/06/image-30.png" class="attachment-large size-large wp-image-16184" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-30.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-30-300x137.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-30-768x350.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-be5ba7f elementor-widget elementor-widget-text-editor" data-id="be5ba7f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="15" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="none">After creating </span><span data-contrast="none">⇒</span><span data-contrast="none"> see form design</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul><p><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="15" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="none">We know there are two ways to configure a form .</span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="15" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><span data-contrast="none"> a.form design </span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="15" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="4" data-aria-level="1"><span data-contrast="none">b.form layout </span><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-3adfe91 elementor-widget elementor-widget-image" data-id="3adfe91" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="291" src="https://logiupskills.com/wp-content/uploads/2026/06/image-31.png" class="attachment-large size-large wp-image-16188" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-31.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-31-300x137.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-31-768x350.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-321c3b2 elementor-widget elementor-widget-text-editor" data-id="321c3b2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW259436115 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="none"><span class="NormalTextRun SCXW259436115 BCX8">Do changes</span><span class="NormalTextRun SCXW259436115 BCX8"> as per your requirement</span></span><span class="EOP Selected SCXW259436115 BCX8" data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>								</div>
				<div class="elementor-element elementor-element-a3b877c elementor-widget elementor-widget-image" data-id="a3b877c" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="281" src="https://logiupskills.com/wp-content/uploads/2026/06/image-32.png" class="attachment-large size-large wp-image-16192" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-32.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-32-300x132.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-32-768x337.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-f9ec405 elementor-widget elementor-widget-text-editor" data-id="f9ec405" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW13888559 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="none"><span class="NormalTextRun SCXW13888559 BCX8">Also verify after you apply those changes.</span></span><span class="EOP Selected SCXW13888559 BCX8" data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>								</div>
				<div class="elementor-element elementor-element-c8e8857 elementor-widget elementor-widget-image" data-id="c8e8857" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="296" src="https://logiupskills.com/wp-content/uploads/2026/06/image-33.png" class="attachment-large size-large wp-image-16196" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-33.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-33-300x139.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-33-768x355.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-bae0c5e elementor-widget elementor-widget-image" data-id="bae0c5e" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="492" height="654" src="https://logiupskills.com/wp-content/uploads/2026/06/image-34.png" class="attachment-large size-large wp-image-16197" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-34.png 492w, https://logiupskills.com/wp-content/uploads/2026/06/image-34-226x300.png 226w" sizes="(max-width: 492px) 100vw, 492px" />															</div>
				<div class="elementor-element elementor-element-90d6703 elementor-widget elementor-widget-image" data-id="90d6703" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="119" src="https://logiupskills.com/wp-content/uploads/2026/06/image-35.png" class="attachment-large size-large wp-image-16198" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-35.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-35-300x56.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-35-768x143.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-0452a2b elementor-widget elementor-widget-text-editor" data-id="0452a2b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW156228804 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW156228804 BCX8">You will see the form which we have designed.</span></span><span class="EOP Selected SCXW156228804 BCX8" data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}"> </span></p>								</div>
				<div class="elementor-element elementor-element-0551f33 elementor-widget elementor-widget-image" data-id="0551f33" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="191" src="https://logiupskills.com/wp-content/uploads/2026/06/image-36.png" class="attachment-large size-large wp-image-16205" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-36.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-36-300x90.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-36-768x230.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-c993e21 elementor-widget elementor-widget-text-editor" data-id="c993e21" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW62547297 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW62547297 BCX8"> </span><span class="NormalTextRun SCXW62547297 BCX8">We can create module</span><span class="NormalTextRun SCXW62547297 BCX8"> for that purpose search for application menu on the navigation pane.</span></span><span class="EOP Selected SCXW62547297 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-2cc3149 elementor-widget elementor-widget-image" data-id="2cc3149" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="358" src="https://logiupskills.com/wp-content/uploads/2026/06/image-37.png" class="attachment-large size-large wp-image-16212" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-37.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-37-300x168.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-37-768x430.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-36fb16f elementor-widget elementor-widget-text-editor" data-id="36fb16f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="20" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">On the related list click on New ui action.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="20" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">Make sure your module is in the global scope.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559737&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:257}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-6aebb51 elementor-widget elementor-widget-image" data-id="6aebb51" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="337" src="https://logiupskills.com/wp-content/uploads/2026/06/image-38.png" class="attachment-large size-large wp-image-16219" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-38.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-38-300x158.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-38-768x404.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-e57c576 elementor-widget elementor-widget-text-editor" data-id="e57c576" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="21" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">You are able to create module in global scope because of application access =All application scope </span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559737&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:257}"> </span></li></ul><p><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="21" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">Now GOTO </span><span data-contrast="auto">è</span><span data-contrast="auto"> module  work_assignment </span><span data-contrast="auto">è</span><span data-contrast="auto"> Configure</span><span data-contrast="auto">è</span><span data-contrast="auto"> Table</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-a8db143 elementor-widget elementor-widget-image" data-id="a8db143" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="291" src="https://logiupskills.com/wp-content/uploads/2026/06/image-39.png" class="attachment-large size-large wp-image-16223" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-39.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-39-300x136.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-39-768x349.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-dd6cc39 elementor-widget elementor-widget-text-editor" data-id="dd6cc39" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW118253935 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW118253935 BCX8">You will see it is accessible </span><span class="NormalTextRun SCXW118253935 BCX8">from All application scope onl</span><span class="NormalTextRun SCXW118253935 BCX8">y.</span></span><span class="EOP Selected SCXW118253935 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-b1830cb elementor-widget elementor-widget-image" data-id="b1830cb" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="320" src="https://logiupskills.com/wp-content/uploads/2026/06/image-40.png" class="attachment-large size-large wp-image-16227" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-40.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-40-300x150.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-40-768x384.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6d1ee4f e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="6d1ee4f" 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-7260125 elementor-widget elementor-widget-text-editor" data-id="7260125" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW217414184 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW217414184 BCX8">Now change to this application scope</span><span class="NormalTextRun SCXW217414184 BCX8">.</span></span><span class="EOP Selected SCXW217414184 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-41e8f84 elementor-widget elementor-widget-image" data-id="41e8f84" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="310" src="https://logiupskills.com/wp-content/uploads/2026/06/image-41.png" class="attachment-large size-large wp-image-16231" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-41.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-41-300x145.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-41-768x372.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-98daf3a elementor-widget elementor-widget-text-editor" data-id="98daf3a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="24" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">Changed </span><b><span data-contrast="auto">scope to global.</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="24" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">Open application.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-0e8e1ea elementor-widget elementor-widget-image" data-id="0e8e1ea" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="226" height="96" src="https://logiupskills.com/wp-content/uploads/2026/06/image-42.png" class="attachment-large size-large wp-image-16236" alt="" />															</div>
				<div class="elementor-element elementor-element-28c781e elementor-widget elementor-widget-text-editor" data-id="28c781e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW162298178 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW162298178 BCX8">And </span><span class="NormalTextRun SCXW162298178 BCX8">Create module</span><span class="NormalTextRun SCXW162298178 BCX8">.</span></span><span class="EOP Selected SCXW162298178 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-94f4e89 elementor-widget elementor-widget-image" data-id="94f4e89" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="325" src="https://logiupskills.com/wp-content/uploads/2026/06/image-43.png" class="attachment-large size-large wp-image-16243" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-43.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-43-300x152.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-43-768x390.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-fa7b526 elementor-widget elementor-widget-text-editor" data-id="fa7b526" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW106578692 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW106578692 BCX8">You will see there are no matched found.</span></span><span class="EOP Selected SCXW106578692 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-66a308d elementor-widget elementor-widget-image" data-id="66a308d" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="308" src="https://logiupskills.com/wp-content/uploads/2026/06/image-44.png" class="attachment-large size-large wp-image-16250" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-44.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-44-300x144.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-44-768x369.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-ba0f75f elementor-widget elementor-widget-text-editor" data-id="ba0f75f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW186483611 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW186483611 BCX8">Next, </span><span class="NormalTextRun SCXW186483611 BCX8">create</span><span class="NormalTextRun SCXW186483611 BCX8"> script include in Global application</span><span class="NormalTextRun SCXW186483611 BCX8">.</span></span><span class="EOP Selected SCXW186483611 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-c420580 elementor-widget elementor-widget-image" data-id="c420580" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="218" src="https://logiupskills.com/wp-content/uploads/2026/06/image-45.png" class="attachment-large size-large wp-image-16254" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-45.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-45-300x102.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-45-768x262.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-7c08285 elementor-widget elementor-widget-text-editor" data-id="7c08285" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW250666992 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW250666992 BCX8">Check in Background script</span></span><span class="EOP Selected SCXW250666992 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-60a7fe2 elementor-widget elementor-widget-image" data-id="60a7fe2" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="337" src="https://logiupskills.com/wp-content/uploads/2026/06/image-46.png" class="attachment-large size-large wp-image-16261" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-46.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-46-300x158.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-46-768x405.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-ef69ccc elementor-widget elementor-widget-text-editor" data-id="ef69ccc" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW24008069 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW24008069 BCX8">Output</span></span><span class="EOP Selected SCXW24008069 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-02ec7e8 elementor-widget elementor-widget-image" data-id="02ec7e8" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="169" src="https://logiupskills.com/wp-content/uploads/2026/06/image-47.png" class="attachment-large size-large wp-image-16268" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-47.png 783w, https://logiupskills.com/wp-content/uploads/2026/06/image-47-300x79.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-47-768x203.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-948ea79 elementor-widget elementor-widget-text-editor" data-id="948ea79" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW137591318 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW137591318 BCX8">You will see your s</span><span class="NormalTextRun SCXW137591318 BCX8">cript </span><span class="NormalTextRun SCXW137591318 BCX8">include</span><span class="NormalTextRun SCXW137591318 BCX8"> with same scope</span><span class="NormalTextRun SCXW137591318 BCX8">.</span></span><span class="EOP Selected SCXW137591318 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-d42658d elementor-widget elementor-widget-image" data-id="d42658d" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="240" src="https://logiupskills.com/wp-content/uploads/2026/06/image-48.png" class="attachment-large size-large wp-image-16272" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-48.png 897w, https://logiupskills.com/wp-content/uploads/2026/06/image-48-300x113.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-48-768x289.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-677f4cd elementor-widget elementor-widget-text-editor" data-id="677f4cd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW62964340 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW62964340 BCX8">Check in Background script-same scope</span><span class="NormalTextRun SCXW62964340 BCX8">.</span></span><span class="EOP Selected SCXW62964340 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-9a78eac elementor-widget elementor-widget-image" data-id="9a78eac" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="284" src="https://logiupskills.com/wp-content/uploads/2026/06/image-49.png" class="attachment-large size-large wp-image-16276" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-49.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-49-300x133.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-49-768x341.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-0c53746 elementor-widget elementor-widget-text-editor" data-id="0c53746" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW55673050 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW55673050 BCX8">Output</span></span><span class="EOP Selected SCXW55673050 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-3639f80 elementor-widget elementor-widget-image" data-id="3639f80" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="171" src="https://logiupskills.com/wp-content/uploads/2026/06/image-50.png" class="attachment-large size-large wp-image-16280" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-50.png 765w, https://logiupskills.com/wp-content/uploads/2026/06/image-50-300x80.png 300w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-8a2b8f6 elementor-widget elementor-widget-text-editor" data-id="8a2b8f6" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW255521332 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW255521332 BCX8">Also, </span><span class="NormalTextRun SCXW255521332 BCX8">Check in global scope</span><span class="NormalTextRun SCXW255521332 BCX8">.</span></span><span class="EOP Selected SCXW255521332 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-b3f6097 elementor-widget elementor-widget-image" data-id="b3f6097" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="339" src="https://logiupskills.com/wp-content/uploads/2026/06/image-51.png" class="attachment-large size-large wp-image-16284" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-51.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-51-300x159.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-51-768x407.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-0e8dec7 elementor-widget elementor-widget-text-editor" data-id="0e8dec7" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW129378937 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW129378937 BCX8">Output</span></span><span class="EOP Selected SCXW129378937 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-2b32b2b elementor-widget elementor-widget-image" data-id="2b32b2b" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="203" src="https://logiupskills.com/wp-content/uploads/2026/06/image-52.png" class="attachment-large size-large wp-image-16291" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-52.png 673w, https://logiupskills.com/wp-content/uploads/2026/06/image-52-300x95.png 300w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-20a58fd elementor-widget elementor-widget-text-editor" data-id="20a58fd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW79208564 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW79208564 BCX8">Open </span><span class="NormalTextRun SCXW79208564 BCX8">the </span><span class="NormalTextRun SCXW79208564 BCX8">application</span><span class="NormalTextRun SCXW79208564 BCX8">.</span></span><span class="EOP Selected SCXW79208564 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-c0559e8 elementor-widget elementor-widget-image" data-id="c0559e8" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="282" src="https://logiupskills.com/wp-content/uploads/2026/06/image-53.png" class="attachment-large size-large wp-image-16295" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-53.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-53-300x132.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-53-768x338.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-389e66c elementor-widget elementor-widget-text-editor" data-id="389e66c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW248087858 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW248087858 BCX8">See </span><span class="NormalTextRun SCXW248087858 BCX8">From here we can publish in update set</span></span><span class="EOP Selected SCXW248087858 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-2d94fe4 elementor-widget elementor-widget-image" data-id="2d94fe4" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="312" src="https://logiupskills.com/wp-content/uploads/2026/06/image-54.png" class="attachment-large size-large wp-image-16299" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-54.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-54-300x146.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-54-768x374.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-8cd6dc4 elementor-widget elementor-widget-text-editor" data-id="8cd6dc4" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><b><span data-contrast="auto">Scoped application caller tracking and caller restricted</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:2,&quot;335551620&quot;:2,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p><p><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:2,&quot;335551620&quot;:2,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="37" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">caller tracking &#8211;</span></b><span data-contrast="none">After calling script then get access, it will track data.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="37" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><b><span data-contrast="auto">caller restricted-</span></b><span data-contrast="none"> After calling script then restricted </span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="37" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><span data-contrast="none">Application -work assignment, caller restricted Associable from=all application scope</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-88f6fbf elementor-widget elementor-widget-image" data-id="88f6fbf" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="251" src="https://logiupskills.com/wp-content/uploads/2026/06/image-55.png" class="attachment-large size-large wp-image-16303" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-55.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-55-300x118.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-55-768x302.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-ba184f9 elementor-widget elementor-widget-text-editor" data-id="ba184f9" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="38" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="none">SCRIPT INCLUDE created in </span><span data-contrast="none">work_assignment application </span><span data-contrast="none">and now we will write background script on Advanced </span><span data-contrast="none">work_assignment.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559737&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:259}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="38" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="none">Function is caller restricted.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-f6dc3a0 elementor-widget elementor-widget-image" data-id="f6dc3a0" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="367" src="https://logiupskills.com/wp-content/uploads/2026/06/image-56.png" class="attachment-large size-large wp-image-16308" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-56.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-56-300x172.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-56-768x440.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-004d2f4 elementor-widget elementor-widget-text-editor" data-id="004d2f4" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW262414825 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW262414825 BCX8">Output</span></span><span class="EOP Selected SCXW262414825 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p>								</div>
				<div class="elementor-element elementor-element-1b89622 elementor-widget elementor-widget-image" data-id="1b89622" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="96" src="https://logiupskills.com/wp-content/uploads/2026/06/image-57.png" class="attachment-large size-large wp-image-16312" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-57.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-57-300x45.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-57-768x115.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-4c3cfa7 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="4c3cfa7" 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-df7ebde elementor-widget elementor-widget-text-editor" data-id="df7ebde" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="40" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">To remove restricted access.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="40" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">Goto =application  Application administration = true.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li></ul><p><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559685&quot;:720,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p>								</div>
				<div class="elementor-element elementor-element-14e978a elementor-widget elementor-widget-image" data-id="14e978a" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="300" src="https://logiupskills.com/wp-content/uploads/2026/06/image-58.png" class="attachment-large size-large wp-image-16316" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-58.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-58-300x141.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-58-768x361.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-a300fd5 elementor-widget elementor-widget-text-editor" data-id="a300fd5" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW48260118 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW48260118 BCX8">In the </span><span class="NormalTextRun SCXW48260118 BCX8">Related sec</span><span class="NormalTextRun SCXW48260118 BCX8">tion you will see restricted caller access </span><span class="NormalTextRun SCXW48260118 BCX8">pr</span><span class="NormalTextRun SCXW48260118 BCX8">ivileges</span></span><span class="EOP Selected SCXW48260118 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p>								</div>
				<div class="elementor-element elementor-element-631df17 elementor-widget elementor-widget-image" data-id="631df17" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="310" src="https://logiupskills.com/wp-content/uploads/2026/06/image-59.png" class="attachment-large size-large wp-image-16321" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-59.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-59-300x145.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-59-768x372.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-6797c49 elementor-widget elementor-widget-image" data-id="6797c49" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="195" src="https://logiupskills.com/wp-content/uploads/2026/06/image-60.png" class="attachment-large size-large wp-image-16322" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-60.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-60-300x91.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-60-768x234.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-0f4da85 elementor-widget elementor-widget-text-editor" data-id="0f4da85" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="42" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">Now check in advanced work_assignment scope </span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-2781191 elementor-widget elementor-widget-image" data-id="2781191" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="349" src="https://logiupskills.com/wp-content/uploads/2026/06/image-61.png" class="attachment-large size-large wp-image-16326" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-61.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-61-300x164.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-61-768x419.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-e8b1e18 elementor-widget elementor-widget-text-editor" data-id="e8b1e18" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW52156702 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW52156702 BCX8">Output</span></span><span class="EOP Selected SCXW52156702 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-8ef6108 elementor-widget elementor-widget-image" data-id="8ef6108" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="188" src="https://logiupskills.com/wp-content/uploads/2026/06/image-62.png" class="attachment-large size-large wp-image-16331" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-62.png 759w, https://logiupskills.com/wp-content/uploads/2026/06/image-62-300x88.png 300w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-63e9c77 elementor-widget elementor-widget-text-editor" data-id="63e9c77" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="44" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">Create 2</span><span data-contrast="auto">nd</span><span data-contrast="auto"> script include</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="44" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">Application scope should be –work_assignment.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="44" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><span data-contrast="auto">Caller Access -caller tracking.   </span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="44" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="4" data-aria-level="1"><span data-contrast="auto">And accessible from=all application scope</span><span data-contrast="none">.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:1,&quot;335551620&quot;:1,&quot;335559685&quot;:720,&quot;335559737&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257,&quot;335559991&quot;:360}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-d0cc6bb elementor-widget elementor-widget-image" data-id="d0cc6bb" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="224" src="https://logiupskills.com/wp-content/uploads/2026/06/image-63.png" class="attachment-large size-large wp-image-16336" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-63.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-63-300x105.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-63-768x269.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-3ed89b2 elementor-widget elementor-widget-text-editor" data-id="3ed89b2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW119086815 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW119086815 BCX8">You will see the s</span><span class="NormalTextRun SCXW119086815 BCX8">cope is advanced </span><span class="NormalTextRun SpellingErrorV2Themed SCXW119086815 BCX8">work_assignment</span><span class="NormalTextRun SCXW119086815 BCX8"> in background script</span><span class="NormalTextRun SCXW119086815 BCX8">.</span></span><span class="EOP Selected SCXW119086815 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-de782e3 elementor-widget elementor-widget-image" data-id="de782e3" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="320" src="https://logiupskills.com/wp-content/uploads/2026/06/image-64.png" class="attachment-large size-large wp-image-16340" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-64.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-64-300x150.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-64-768x384.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-65d1a8c elementor-widget elementor-widget-text-editor" data-id="65d1a8c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW68119776 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW68119776 BCX8">Output</span></span><span class="EOP Selected SCXW68119776 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-adad060 elementor-widget elementor-widget-image" data-id="adad060" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="79" src="https://logiupskills.com/wp-content/uploads/2026/06/image-65.png" class="attachment-large size-large wp-image-16345" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-65.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-65-300x37.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-65-768x95.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-6102759 elementor-widget elementor-widget-text-editor" data-id="6102759" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW260390329 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW260390329 BCX8">Navigate and type</span><span class="NormalTextRun SCXW260390329 BCX8"> </span><span class="NormalTextRun SpellingErrorV2Themed SCXW260390329 BCX8">sys_scope_privilege.LIST</span></span><span class="EOP Selected SCXW260390329 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-55ae3b2 elementor-widget elementor-widget-image" data-id="55ae3b2" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="83" src="https://logiupskills.com/wp-content/uploads/2026/06/image-66.png" class="attachment-large size-large wp-image-16349" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-66.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-66-300x39.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-66-768x100.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2099ce5 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="2099ce5" 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-95ba95f elementor-widget elementor-widget-heading" data-id="95ba95f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Custom Application Form fields </h2>				</div>
				<div class="elementor-element elementor-element-76c6486 elementor-widget elementor-widget-text-editor" data-id="76c6486" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p> </p><table><tbody><tr><td><p><strong>Field name </strong> </p></td><td><p><strong>Type</strong> </p></td><td><p><strong>Description</strong> </p></td></tr><tr><td><p>Name </p></td><td><p>String </p></td><td><p>The display field for the package </p></td></tr><tr><td><p>Version </p></td><td><p>String </p></td><td><p>Identifies the latest version of the package in dot decimal notation </p></td></tr><tr><td><p>Scope  </p></td><td><p>String <br />Read only </p></td><td><p>Identifies unique application scope  </p><p>[x_companyCode_shortAppID] </p><p>See properties  </p><p>Glide.appcreator.company.code </p></td></tr><tr><td><p>Application administration </p></td><td><p>Boolean </p></td><td><p>When checked system administration will be preventing from accessing the application </p></td></tr><tr><td><p>Can Edit Application in Studio </p><p>  </p></td><td><p>Boolean </p></td><td><p>Allow user to edit application file in studio </p></td></tr><tr><td><p>Run time access tracking  </p></td><td><p>Choice </p><p> </p><p>a. Tracking log-access the system and allows script to execute  <br /> <br />b.Enforcing log – access the request but required administration authorization before script executation proceed  </p></td><td><p>Script interaction with other application is controlled by the system runtime access system </p><p>  </p><p>  </p><p>Use <i>Runtime Access Tracking</i> to manage script access to resources from other applications </p><p>  </p><p>  </p></td></tr><tr><td><p>Restrict Table Choices </p></td><td><p>Boolean </p></td><td><p>Restrict design time access to table outside application scope  </p></td></tr><tr><td><p>Licensable  </p></td><td><p>Boolean </p></td><td><p>Licensable or not  </p></td></tr><tr><td><p>Subscription requirement </p></td><td><p>Choice </p><p>  </p><p>a.Monitor  </p><p>b.Required  </p></td><td><p>Subscription requirement for usage of this package  </p></td></tr><tr><td><p>Subscription model  </p></td><td><p>Choices </p><p>  </p><p>a.NA </p><p>b.fulfiller /requestor </p><p>c.procedure </p><p>d.capacity  </p><p>e.mixed </p><p>f.Application in use </p></td><td><p> Subscription model is defined here </p><p> </p></td></tr><tr><td><p>Subscription </p></td><td><p>Reference  </p></td><td><p>Refer to license_details </p></td></tr><tr><td><p>Menu </p></td><td><p>Reference </p></td><td><p>Refer to sys_app_application </p><p>This application primary menu where default table module will reside  </p></td></tr><tr><td><p>User role </p></td><td><p>Reference </p></td><td><p>Refer to  sys_user_role </p><p>Role required for end user to access this application and its table </p></td></tr><tr><td><p>Short description </p></td><td><p>string </p></td><td><p>Short description for application </p></td></tr><tr><td><p>logo </p></td><td><p>User_image </p></td><td><p>Logo for application </p></td></tr><tr><td><p>Guided Setup  </p></td><td><p>Reference </p><p>  </p></td><td><p>Refer to   gsw_content </p><p>Guided Setup to start when to application is installed/upgraded </p></td></tr></tbody></table><p> </p><p><span data-teams="true"> </span></p>								</div>
				<div class="elementor-element elementor-element-98a4a66 elementor-widget elementor-widget-heading" data-id="98a4a66" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Related links </h2>				</div>
				<div class="elementor-element elementor-element-0578c2b elementor-widget elementor-widget-text-editor" data-id="0578c2b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="48" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">Manage Collaborators</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="48" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="none">Collaboration </span><b><i><span data-contrast="none">descriptors let you assign, manage, and monitor permissions for each application or</span></i></b><span data-contrast="none"> across multiple applications consistently</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="48" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><span data-contrast="auto">Collaborators</span><span data-contrast="none"> -a person who works together with others for a special purpose</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="48" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="4" data-aria-level="1"><span data-contrast="none">Navigate and search for collaborators.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-7c1f08d elementor-widget elementor-widget-image" data-id="7c1f08d" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="208" src="https://logiupskills.com/wp-content/uploads/2026/06/image-9-4.png" class="attachment-large size-large wp-image-16363" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-9-4.png 897w, https://logiupskills.com/wp-content/uploads/2026/06/image-9-4-300x97.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-9-4-768x249.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-0d82643 elementor-widget elementor-widget-image" data-id="0d82643" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="94" src="https://logiupskills.com/wp-content/uploads/2026/06/image-10-3.png" class="attachment-large size-large wp-image-16365" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-10-3.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-10-3-300x44.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-10-3-768x113.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-70b7902 elementor-widget elementor-widget-text-editor" data-id="70b7902" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW49416913 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW49416913 BCX8">Related link -click on manage collaborator.</span></span><span class="EOP Selected SCXW49416913 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-ef35fde elementor-widget elementor-widget-image" data-id="ef35fde" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="322" src="https://logiupskills.com/wp-content/uploads/2026/06/image-11-3.png" class="attachment-large size-large wp-image-16369" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-11-3.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-11-3-300x151.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-11-3-768x387.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-0be26d1 elementor-widget elementor-widget-image" data-id="0be26d1" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="263" src="https://logiupskills.com/wp-content/uploads/2026/06/image-12-3.png" class="attachment-large size-large wp-image-16370" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-12-3.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-12-3-300x123.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-12-3-768x315.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-9b61ae8 elementor-widget elementor-widget-text-editor" data-id="9b61ae8" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW261710468 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW261710468 BCX8">See user can do following thing</span></span></p>								</div>
				<div class="elementor-element elementor-element-07bd18a elementor-widget elementor-widget-image" data-id="07bd18a" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="332" src="https://logiupskills.com/wp-content/uploads/2026/06/image-13-3.png" class="attachment-large size-large wp-image-16372" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-13-3.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-13-3-300x156.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-13-3-768x399.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-b1a3004 elementor-widget elementor-widget-text-editor" data-id="b1a3004" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="auto">Move restricted to tracking</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559685&quot;:720,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="49" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">It will simply just move Whatever configuration we have done on custom scoped application restricted to tracking  </span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="49" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">Move tracking to restricted</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="49" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><span data-contrast="auto">It will simply just move Whatever configuration we have done on custom scoped application tracking to restricted </span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="49" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="4" data-aria-level="1"><span data-contrast="auto">View License Definitions</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="49" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="5" data-aria-level="1"><span data-contrast="auto">It will redirect to sys_app_license_defn_list</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-c868ca7 elementor-widget elementor-widget-image" data-id="c868ca7" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="107" src="https://logiupskills.com/wp-content/uploads/2026/06/image-14-3.png" class="attachment-large size-large wp-image-16379" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-14-3.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-14-3-300x50.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-14-3-768x129.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-5b4e420 elementor-widget elementor-widget-text-editor" data-id="5b4e420" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="auto">Publish to Update Set</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="50" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">Publishes all the code from an app to a newly created updated set that can be used to transfer the  app between instance.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-b5a61fc elementor-widget elementor-widget-image" data-id="b5a61fc" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="273" src="https://logiupskills.com/wp-content/uploads/2026/06/image-15-2.png" class="attachment-large size-large wp-image-16383" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-15-2.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-15-2-300x128.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-15-2-768x327.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-1ae276b elementor-widget elementor-widget-text-editor" data-id="1ae276b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="auto">Grant app administration to all admins</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="51" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">Grand a role that are required for the admins to be able to grand any of the applications role</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><p><span data-contrast="auto">Enable Session Debug</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-4de0efc elementor-widget elementor-widget-image" data-id="4de0efc" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="299" src="https://logiupskills.com/wp-content/uploads/2026/06/image-16-4.png" class="attachment-large size-large wp-image-16388" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-16-4.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-16-4-300x140.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-16-4-768x359.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-1af38d8 elementor-widget elementor-widget-image" data-id="1af38d8" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="286" src="https://logiupskills.com/wp-content/uploads/2026/06/image-17-2.png" class="attachment-large size-large wp-image-16390" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-17-2.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-17-2-300x134.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-17-2-768x343.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-4d7bcad elementor-widget elementor-widget-text-editor" data-id="4d7bcad" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun Underlined SCXW146887160 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW146887160 BCX8">Scan Application</span></span><span class="EOP Selected SCXW146887160 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p>								</div>
				<div class="elementor-element elementor-element-ab32f3e elementor-widget elementor-widget-image" data-id="ab32f3e" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="300" src="https://logiupskills.com/wp-content/uploads/2026/06/image-18-2.png" class="attachment-large size-large wp-image-16394" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-18-2.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-18-2-300x141.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-18-2-768x361.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c9f6616 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="c9f6616" 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-5053686 elementor-widget elementor-widget-image" data-id="5053686" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="222" src="https://logiupskills.com/wp-content/uploads/2026/06/image-19-2.png" class="attachment-large size-large wp-image-16396" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-19-2.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-19-2-300x104.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-19-2-768x266.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-13263c8 elementor-widget elementor-widget-text-editor" data-id="13263c8" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="auto">Convert to Application Repository Mode</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p><p><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="52" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="none">When your applications are placed in the Custom Applications table [sys_app], you can&#8217;t upgrade them directly through the Application Repository. This procedure helps you do a one-time conversion when you want to migrate deploying your applications using the Application Repository.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="52" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="none">After you convert the application, it is no longer enabled for development on the instance where the conversion is performed. For a scoped custom application, all associated records in the Customer Updates table are deleted for this application.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-45c4ece elementor-widget elementor-widget-image" data-id="45c4ece" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="303" src="https://logiupskills.com/wp-content/uploads/2026/06/image-20-2.png" class="attachment-large size-large wp-image-16403" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-20-2.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-20-2-300x142.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-20-2-768x364.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-1345ede elementor-widget elementor-widget-image" data-id="1345ede" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="273" src="https://logiupskills.com/wp-content/uploads/2026/06/image-21-2.png" class="attachment-large size-large wp-image-16405" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-21-2.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-21-2-300x128.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-21-2-768x327.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-36c8b16 elementor-widget elementor-widget-image" data-id="36c8b16" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="295" src="https://logiupskills.com/wp-content/uploads/2026/06/image-22-2.png" class="attachment-large size-large wp-image-16406" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-22-2.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-22-2-300x138.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-22-2-768x354.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-e154336 elementor-widget elementor-widget-image" data-id="e154336" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="205" src="https://logiupskills.com/wp-content/uploads/2026/06/image-23-2.png" class="attachment-large size-large wp-image-16407" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-23-2.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-23-2-300x96.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-23-2-768x246.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-8fe3287 elementor-widget elementor-widget-text-editor" data-id="8fe3287" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW102291065 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW102291065 BCX8">After this see application</span></span><span class="EOP Selected SCXW102291065 BCX8" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>								</div>
				<div class="elementor-element elementor-element-7bba446 elementor-widget elementor-widget-image" data-id="7bba446" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="298" src="https://logiupskills.com/wp-content/uploads/2026/06/image-24-2.png" class="attachment-large size-large wp-image-16411" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-24-2.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-24-2-300x140.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-24-2-768x358.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-aa0fce9 elementor-widget elementor-widget-text-editor" data-id="aa0fce9" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="auto">Resync Collaboration Permissions</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="53" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">Refresh delegated development permission for collaborators</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-092795b elementor-widget elementor-widget-image" data-id="092795b" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="294" src="https://logiupskills.com/wp-content/uploads/2026/06/image-25-2.png" class="attachment-large size-large wp-image-16416" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-25-2.png 720w, https://logiupskills.com/wp-content/uploads/2026/06/image-25-2-300x138.png 300w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-0ac3e1d elementor-widget elementor-widget-image" data-id="0ac3e1d" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="299" src="https://logiupskills.com/wp-content/uploads/2026/06/image-26-2.png" class="attachment-large size-large wp-image-16418" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-26-2.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-26-2-300x140.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-26-2-768x359.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/custom-scoped-application-2/">Custom Scoped Application </a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/custom-scoped-application-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Import Set &#038; Transform Map (Category &#038; Subcategory) </title>
		<link>https://logiupskills.com/elementor-15958/</link>
					<comments>https://logiupskills.com/elementor-15958/#respond</comments>
		
		<dc:creator><![CDATA[Digvijay Godse]]></dc:creator>
		<pubDate>Fri, 26 Jun 2026 06:49:03 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=15958</guid>

					<description><![CDATA[<p>Import Set &#38; Transform Map (Category &#38; Subcategory) Problem Statement: &#8211; While importing a data from excel into ServiceNow if you have choice fields, like (category) &#38; (subcategory) then it should get imported.      Steps:  First step is we need to load data in our case its incident data I have exported and download it.  Then navigate to Load Data. Under system import set you will see the Load Data Module.  Then, we need to create import set table which is nothing but our staging table which will store the data temporary.  You can select staging table if it has already created by click on ‘Existing Table’ or you can create new staging table by selecting the ‘Create Table’.  Also, you need to select the source of the import, which is nothing, but you excel file e.g. Incident1.xlsx.  Create Table-&#62; Provide Label Name-&#62;Source of the import-&#62; choose your excel file-&#62; Click on Submit  Now you will see the status as complete. Next, we need create a transform map. Click on ‘Create Transform Map’.  Provide name, your target table. If you want to auto map the fields, select ‘Auto Map matching fields’ by using mapping assist you can manually map the fields. Click on save.  We will select the auto map matching fields related link. Our fields are maps successfully.  Now we need to set the coalesce field to avoid the duplicate record. Here we will provide the coalesce field to our number field.  Also, we need to create the choice action for our category file. Based on the requirement.  Choice Action: &#8211; This field specify what to do if the import set contains reference field or choice value.  Create: &#8211; Create a new choice or record in the reference table.  Ignore: &#8211; Ignore the new value from the source table  Reject: &#8211; The entire row(record) containing the new value and continue to the next row.    Click on transform related link to transform the data from excel to servicenow.  You will see the status and the message of your transform map.  Creation of new choices in the category table you need to select the choice action as create.  Next step we need to add the new choice in our excel sheet.As, you can see in the excel file we have added the new choice field called ‘Manufacture’   Now we need to select ‘Choice Action’ as ‘Create’ To create a new choice.  Click on transform related link to create ‘transform’. Your date will be loaded into service now and new choice will be added successfully.  Whenever we select category as ‘Manufacture’ then automatically subcategory should get populated.  For this navigate to ‘incident’ table. Right click on the subcategory and select ‘Show choice list’.  We need to add the dependant value for the subcategory as you know subcategory is dependent on the category.  After that we need to load data in our ‘sys_choice’ table’ Follow the previous steps to perform import set and transform map. Load the data and create transform map.  Click on auto map matching field to map the fields. Click on transform.  After transforming open the incident record select category as Manufacture you will see the ‘DNS, Operating System and VPN. </p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/elementor-15958/">Import Set &amp; Transform Map (Category &amp; Subcategory) </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="15958" class="elementor elementor-15958" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-1d70b55 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="1d70b55" 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-e521f3d elementor-widget elementor-widget-heading" data-id="e521f3d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Import Set &amp; Transform Map (Category &amp; Subcategory) </h2>				</div>
				<div class="elementor-element elementor-element-a57792f elementor-widget elementor-widget-text-editor" data-id="a57792f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><b><span data-contrast="auto">Problem Statement: &#8211; While importing a data from excel into ServiceNow if you have choice fields, like (category) &amp; (subcategory) then it should get imported.</span></b><span data-ccp-props="{&quot;335559685&quot;:720}"> </span></p><p><span data-ccp-props="{&quot;335559685&quot;:720}"> </span></p><p><span data-ccp-props="{&quot;335559685&quot;:720}"> </span></p><ol><li data-leveltext="%1." data-font="" data-listid="4" data-list-defn-props="{&quot;335552541&quot;:0,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769242&quot;:[65533,0],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;%1.&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Steps</span></b><span data-contrast="auto">:</span><span data-ccp-props="{}"> </span></li></ol><ul><li data-leveltext="" data-font="Symbol" data-listid="8" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:1080,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">First step is we need to load data in our case its incident data I have exported and download it.</span><span data-ccp-props="{}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="8" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:1080,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">Then navigate to Load Data. Under system import set you will see the Load Data Module.</span><span data-ccp-props="{}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-f9915ba elementor-widget elementor-widget-image" data-id="f9915ba" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="191" src="https://logiupskills.com/wp-content/uploads/2026/06/image-9-2.png" class="attachment-large size-large wp-image-15967" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-9-2.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-9-2-300x90.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-9-2-768x230.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-df24fe2 elementor-widget elementor-widget-text-editor" data-id="df24fe2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="9" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">Then, we need to create import set table which is nothing but our staging table which will store the data temporary.</span><span data-ccp-props="{}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="9" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">You can select staging table if it has already created by click on ‘Existing Table’ or you can create new staging table by selecting the ‘Create Table’.</span><span data-ccp-props="{}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="9" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><span data-contrast="auto">Also, you need to select the source of the import, which is nothing, but you excel file e.g. Incident1.xlsx.</span><span data-ccp-props="{}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="9" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="4" data-aria-level="1"><span data-contrast="auto">Create Table-&gt; Provide Label Name-&gt;Source of the import-&gt; choose your excel file-&gt; Click on Submit</span><span data-ccp-props="{}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-2d9c391 elementor-widget elementor-widget-image" data-id="2d9c391" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="196" src="https://logiupskills.com/wp-content/uploads/2026/06/image-10-1.png" class="attachment-large size-large wp-image-15974" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-10-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-10-1-300x92.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-10-1-768x235.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-ee7b004 elementor-widget elementor-widget-text-editor" data-id="ee7b004" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW86803270 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW86803270 BCX8">Now you will see the status as complete. Next, we need create a transform map. Click on ‘Create Transform Map</span><span class="NormalTextRun SCXW86803270 BCX8">’.</span></span><span class="EOP Selected SCXW86803270 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-c7890a6 elementor-widget elementor-widget-image" data-id="c7890a6" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="157" src="https://logiupskills.com/wp-content/uploads/2026/06/image-11-1.png" class="attachment-large size-large wp-image-15981" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-11-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-11-1-300x74.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-11-1-768x189.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-b0044a1 elementor-widget elementor-widget-text-editor" data-id="b0044a1" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW31281295 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW31281295 BCX8">Provide name, your target table. If you want to auto map the </span><span class="NormalTextRun SCXW31281295 BCX8">fields,</span><span class="NormalTextRun SCXW31281295 BCX8"> select ‘Auto Map matching fields’ by using mapping </span><span class="NormalTextRun SCXW31281295 BCX8">assist</span><span class="NormalTextRun SCXW31281295 BCX8"> you can manually map the fields. Click on save.</span></span><span class="EOP Selected SCXW31281295 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-fdc3693 elementor-widget elementor-widget-image" data-id="fdc3693" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="306" src="https://logiupskills.com/wp-content/uploads/2026/06/image-12-1.png" class="attachment-large size-large wp-image-15985" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-12-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-12-1-300x144.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-12-1-768x367.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-910e427 elementor-widget elementor-widget-text-editor" data-id="910e427" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW9489815 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW9489815 BCX8">We will select the auto map matching fields related link. Our fields are maps successfully.</span></span><span class="EOP Selected SCXW9489815 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-b8f631a elementor-widget elementor-widget-image" data-id="b8f631a" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="283" src="https://logiupskills.com/wp-content/uploads/2026/06/image-13-1.png" class="attachment-large size-large wp-image-15992" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-13-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-13-1-300x133.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-13-1-768x339.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-a019cd8 elementor-widget elementor-widget-text-editor" data-id="a019cd8" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW243138822 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW243138822 BCX8">Now we need to set the coalesce field to avoid the duplicate record. Here we will provide the coalesce field to our number field.</span></span><span class="EOP Selected SCXW243138822 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-aee4f1c elementor-widget elementor-widget-image" data-id="aee4f1c" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="32" src="https://logiupskills.com/wp-content/uploads/2026/06/image-14-1.png" class="attachment-large size-large wp-image-15999" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-14-1.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-14-1-300x15.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-14-1-768x38.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-6e98a01 elementor-widget elementor-widget-text-editor" data-id="6e98a01" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW183938259 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW183938259 BCX8">Also, we need to create the choice action for our category file. Based on the requirement.</span></span><span class="EOP Selected SCXW183938259 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-2845164 elementor-widget elementor-widget-image" data-id="2845164" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="279" src="https://logiupskills.com/wp-content/uploads/2026/06/image-15.png" class="attachment-large size-large wp-image-16006" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-15.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-15-300x131.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-15-768x334.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-4aad8a3 elementor-widget elementor-widget-text-editor" data-id="4aad8a3" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><b><span data-contrast="auto">Choice Action: &#8211; </span></b><span data-contrast="auto">This field specify what to do if the import set contains reference field or choice value.</span><span data-ccp-props="{}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="10" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="6" data-aria-level="1"><b><span data-contrast="auto">Create: &#8211; </span></b><span data-contrast="auto">Create a new choice or record in the reference table.</span><span data-ccp-props="{}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="10" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="7" data-aria-level="1"><b><span data-contrast="auto">Ignore: &#8211; </span></b><span data-contrast="auto">Ignore the new value from the source table</span><span data-ccp-props="{}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="10" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="8" data-aria-level="1"><b><span data-contrast="auto">Reject: &#8211; </span></b><span data-contrast="auto">The entire row(record) containing the new value and continue to the next row.</span><span data-ccp-props="{}"> </span></li></ul><p><span data-ccp-props="{}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="10" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="9" data-aria-level="1"><span data-contrast="auto">Click on transform related link to transform the data from excel to servicenow.</span><span data-ccp-props="{}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-7c007e0 elementor-widget elementor-widget-image" data-id="7c007e0" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="174" src="https://logiupskills.com/wp-content/uploads/2026/06/image-16-2.png" class="attachment-large size-large wp-image-16015" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-16-2.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-16-2-300x82.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-16-2-768x209.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-f7e055b elementor-widget elementor-widget-image" data-id="f7e055b" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="189" src="https://logiupskills.com/wp-content/uploads/2026/06/image-17.png" class="attachment-large size-large wp-image-16017" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-17.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-17-300x89.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-17-768x227.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-25a83ae elementor-widget elementor-widget-text-editor" data-id="25a83ae" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW220998657 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW220998657 BCX8">You will see the status and the message of your transform map.</span></span><span class="EOP Selected SCXW220998657 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-ec0f639 elementor-widget elementor-widget-image" data-id="ec0f639" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="132" src="https://logiupskills.com/wp-content/uploads/2026/06/image-18.png" class="attachment-large size-large wp-image-16021" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-18.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-18-300x62.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-18-768x158.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-011ead2 elementor-widget elementor-widget-text-editor" data-id="011ead2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="12" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">Creation of new choices in the category table you need to select the choice action as create.</span><span data-ccp-props="{}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="12" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><span data-contrast="auto">Next step we need to add the new choice in our excel sheet.As, you can see in the excel file we have added the new choice field called ‘Manufacture’ </span><span data-ccp-props="{}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-c77904d elementor-widget elementor-widget-image" data-id="c77904d" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="259" src="https://logiupskills.com/wp-content/uploads/2026/06/image-19.png" class="attachment-large size-large wp-image-16028" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-19.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-19-300x122.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-19-768x311.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-1a1f999 elementor-widget elementor-widget-text-editor" data-id="1a1f999" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW11986717 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW11986717 BCX8">Now we need to select ‘Choice Action’ as ‘Create’ To create a new choice.</span></span><span class="EOP Selected SCXW11986717 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-6b5a543 elementor-widget elementor-widget-image" data-id="6b5a543" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="23" src="https://logiupskills.com/wp-content/uploads/2026/06/image-20.png" class="attachment-large size-large wp-image-16035" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-20.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-20-300x11.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-20-768x28.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-5c08c9c elementor-widget elementor-widget-text-editor" data-id="5c08c9c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW126685061 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW126685061 BCX8">Click on transform related link to create ‘transform</span><span class="NormalTextRun SCXW126685061 BCX8">’.</span><span class="NormalTextRun SCXW126685061 BCX8"> Your date will be loaded into service now and new choice will be added successfully.</span></span><span class="EOP Selected SCXW126685061 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-8b354b5 elementor-widget elementor-widget-image" data-id="8b354b5" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="208" src="https://logiupskills.com/wp-content/uploads/2026/06/image-21.png" class="attachment-large size-large wp-image-16042" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-21.png 903w, https://logiupskills.com/wp-content/uploads/2026/06/image-21-300x98.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-21-768x250.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-01a0979 elementor-widget elementor-widget-text-editor" data-id="01a0979" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li data-leveltext="" data-font="Symbol" data-listid="15" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">Whenever we select category as ‘Manufacture’ then automatically subcategory should get populated.</span><span data-ccp-props="{}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="15" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">For this navigate to ‘incident’ table. Right click on the subcategory and select ‘Show choice list’.</span><span data-ccp-props="{}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-748c56a elementor-widget elementor-widget-image" data-id="748c56a" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="261" src="https://logiupskills.com/wp-content/uploads/2026/06/image-22.png" class="attachment-large size-large wp-image-16049" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-22.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-22-300x122.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-22-768x313.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-a1a3608 elementor-widget elementor-widget-text-editor" data-id="a1a3608" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW138486669 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW138486669 BCX8">We need to add the dependant value for the subcategory as you know subcategory is dependent on the category.</span></span><span class="EOP Selected SCXW138486669 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-62298b8 elementor-widget elementor-widget-image" data-id="62298b8" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="128" src="https://logiupskills.com/wp-content/uploads/2026/06/image-23.png" class="attachment-large size-large wp-image-16056" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-23.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-23-300x60.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-23-768x153.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-410a354 elementor-widget elementor-widget-text-editor" data-id="410a354" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW52947202 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW52947202 BCX8">After that we need to load data in our ‘</span><span class="NormalTextRun SpellingErrorV2Themed SCXW52947202 BCX8">sys_choic</span><span class="NormalTextRun SpellingErrorV2Themed SCXW52947202 BCX8">e</span><span class="NormalTextRun SCXW52947202 BCX8">’ table’ Follow the </span><span class="NormalTextRun SCXW52947202 BCX8">previous</span><span class="NormalTextRun SCXW52947202 BCX8"> steps to perform import set and transform map.</span><span class="NormalTextRun SCXW52947202 BCX8"> Load the data and create transform map.</span></span><span class="EOP Selected SCXW52947202 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-1c4f005 elementor-widget elementor-widget-image" data-id="1c4f005" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="203" src="https://logiupskills.com/wp-content/uploads/2026/06/image-24.png" class="attachment-large size-large wp-image-16063" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-24.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-24-300x95.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-24-768x244.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-f534cad elementor-widget elementor-widget-text-editor" data-id="f534cad" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW38524492 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW38524492 BCX8">Click on auto map matching field to map the fields. Cli</span><span class="NormalTextRun SCXW38524492 BCX8">ck on transform.</span></span><span class="EOP Selected SCXW38524492 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-2a80af7 elementor-widget elementor-widget-image" data-id="2a80af7" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="315" src="https://logiupskills.com/wp-content/uploads/2026/06/image-25.png" class="attachment-large size-large wp-image-16070" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-25.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-25-300x148.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-25-768x378.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				<div class="elementor-element elementor-element-ce76740 elementor-widget elementor-widget-text-editor" data-id="ce76740" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW116613481 BCX8" lang="EN-IN" xml:lang="EN-IN" data-contrast="auto"><span class="NormalTextRun SCXW116613481 BCX8">After transforming open the incident record select category as Manufacture you will see the ‘DNS, </span><span class="NormalTextRun SCXW116613481 BCX8">Operating System</span><span class="NormalTextRun SCXW116613481 BCX8"> </span><span class="NormalTextRun SCXW116613481 BCX8">and VPN</span><span class="NormalTextRun SCXW116613481 BCX8">.</span></span><span class="EOP Selected SCXW116613481 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-0138015 elementor-widget elementor-widget-image" data-id="0138015" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="212" src="https://logiupskills.com/wp-content/uploads/2026/06/image-26.png" class="attachment-large size-large wp-image-16077" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-26.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-26-300x99.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-26-768x254.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/elementor-15958/">Import Set &amp; Transform Map (Category &amp; Subcategory) </a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/elementor-15958/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Elementor #15930</title>
		<link>https://logiupskills.com/elementor-15930/</link>
					<comments>https://logiupskills.com/elementor-15930/#respond</comments>
		
		<dc:creator><![CDATA[Samiksha Ingale]]></dc:creator>
		<pubDate>Fri, 12 Jun 2026 12:33:42 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=15930</guid>

					<description><![CDATA[<p>Script Action What is Script Action: Script Actions in ServiceNow are server-side scripts that execute asynchronously when a specific event is triggered. They are part of ServiceNow&#8217;s event-driven architecture and are stored in the sysevent_script_action table.     2.Key Characteristics   Asynchronous execution: They run in the background via the Event Queue, so they don&#8217;t block the current transaction or impact user performance. Event-triggered: They are linked to events defined in the Event Registry (sysevent_definition). Server-side only: Full access to Glide APIs, Script Includes, and other server-side resources (just like Business Rules or Script Includes).     3.How Script Actions Work:  An event is triggered (usually using gs.eventQueue() from a Business Rule, UI Action, Flow, Script Include, etc.). The Event Processor picks up the event from the queue. The matching Script Action (if active) executes.     In the Script Action, you have access to two main objects:   current — The GlideRecord of the record associated with the event (if provided). event — A GlideRecord containing event details, especially event.parm1, event.parm2, event.parm3, etc., for passing custom data.    4.Usecase:  There is a date field on incident form so whenever user select date after saving the form automatically it should create a Problem Record.  Execution:  Navigation: Event&#8211;&#62;Registry Navigation: Script Action  Navigate:Business Rule  For Execution Test Create new Incident with date and time  Go to navigation and check the Problem record  </p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/elementor-15930/">Elementor #15930</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="15930" class="elementor elementor-15930" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-71fb870 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="71fb870" 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-5a96496 elementor-widget elementor-widget-heading" data-id="5a96496" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Script Action </h2>				</div>
				<div class="elementor-element elementor-element-f5cd1ed elementor-widget elementor-widget-text-editor" data-id="f5cd1ed" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ol><li><span data-contrast="none">What is Script Action:</span></li></ol><p><span data-contrast="auto">Script Actions in ServiceNow are server-side scripts that execute asynchronously when a specific event is triggered.</span> <br /><span data-contrast="auto">They are part of ServiceNow&#8217;s event-driven architecture and are stored in the sysevent_script_action table.</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto"> </span><span data-ccp-props="{}"> </span></p><p><span data-contrast="none">2.Key Characteristics</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></p><p><span data-contrast="auto"> Asynchronous execution: They run in the background via the Event Queue, so they don&#8217;t block the current transaction or impact user performance.</span> <br /><span data-contrast="auto">Event-triggered: They are linked to events defined in the Event Registry (sysevent_definition).</span> <br /><span data-contrast="auto">Server-side only: Full access to Glide APIs, Script Includes, and other server-side resources (just like Business Rules or Script Includes).</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto"> </span><span data-ccp-props="{}"> </span></p><p><span data-contrast="none">3.How Script Actions Work:</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></p><p><span data-contrast="auto">An event is triggered (usually using gs.eventQueue() from a Business Rule, UI Action, Flow, Script Include, etc.).</span> <br /><span data-contrast="auto">The Event Processor picks up the event from the queue.</span> <br /><span data-contrast="auto">The matching Script Action (if active) executes.</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto"> </span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">In the Script Action, you have access to two main objects:</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto"> current — The GlideRecord of the record associated with the event (if provided).</span> <br /><span data-contrast="auto">event — A GlideRecord containing event details, especially event.parm1, event.parm2, event.parm3, etc., for passing custom data.</span><span data-ccp-props="{}"> </span></p><p><span data-ccp-props="{}"> </span></p><p><span data-contrast="none">4.Usecase:</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></p><p><span data-contrast="none">There is a date field on incident form so whenever user select date after saving the form automatically it should create a Problem Record.</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="none">Execution:</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="none">Navigation: Event&#8211;&gt;Registry</span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6aa237e e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="6aa237e" 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-b5ae0ab elementor-widget elementor-widget-image" data-id="b5ae0ab" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="237" src="https://logiupskills.com/wp-content/uploads/2026/06/image-14.png" class="attachment-large size-large wp-image-15940" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-14.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-14-300x111.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-14-768x284.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c493ab2 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="c493ab2" 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-000fb03 elementor-widget elementor-widget-text-editor" data-id="000fb03" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW97829358 BCX8" lang="EN-GB" xml:lang="EN-GB" data-contrast="none"><span class="NormalTextRun SCXW97829358 BCX8">Navigation: Script Action</span></span><span class="EOP SCXW97829358 BCX8" data-ccp-props="{}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-fb78ede e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="fb78ede" 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-be57b6f elementor-widget elementor-widget-image" data-id="be57b6f" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="256" src="https://logiupskills.com/wp-content/uploads/2026/06/image-1-2.png" class="attachment-large size-large wp-image-15945" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-1-2.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-1-2-300x120.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-1-2-768x307.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-ecc8962 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="ecc8962" 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-77c16eb elementor-widget elementor-widget-text-editor" data-id="77c16eb" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW244807915 BCX8" lang="EN-GB" xml:lang="EN-GB" data-contrast="none"><span class="NormalTextRun SpellingErrorV2Themed SCXW244807915 BCX8">Navigate:Business</span><span class="NormalTextRun SCXW244807915 BCX8"> Rule</span></span><span class="EOP SCXW244807915 BCX8" data-ccp-props="{}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-efaa9f2 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="efaa9f2" 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-1ccbef5 elementor-widget elementor-widget-image" data-id="1ccbef5" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="250" src="https://logiupskills.com/wp-content/uploads/2026/06/image-2-1.png" class="attachment-large size-large wp-image-15946" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-2-1.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-2-1-300x117.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-2-1-768x300.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b3e27b1 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="b3e27b1" 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-1d2c573 elementor-widget elementor-widget-text-editor" data-id="1d2c573" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW22845544 BCX8" lang="EN-GB" xml:lang="EN-GB" data-contrast="none"><span class="NormalTextRun SCXW22845544 BCX8">For Execution Test Create </span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW22845544 BCX8">new</span><span class="NormalTextRun SCXW22845544 BCX8"> Incident with date and time</span></span><span class="EOP SCXW22845544 BCX8" data-ccp-props="{}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-87ba46a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="87ba46a" 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-19778cf elementor-widget elementor-widget-image" data-id="19778cf" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="333" src="https://logiupskills.com/wp-content/uploads/2026/06/image-3-1.png" class="attachment-large size-large wp-image-15947" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-3-1.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-3-1-300x156.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-3-1-768x400.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-eb79f18 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="eb79f18" 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-a639278 elementor-widget elementor-widget-text-editor" data-id="a639278" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW163500957 BCX8" lang="EN-GB" xml:lang="EN-GB" data-contrast="none"><span class="NormalTextRun SCXW163500957 BCX8">Go to navigation and check the Problem record </span></span><span class="EOP SCXW163500957 BCX8" data-ccp-props="{}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7bdbc38 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="7bdbc38" 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-a39ff03 elementor-widget elementor-widget-image" data-id="a39ff03" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="146" src="https://logiupskills.com/wp-content/uploads/2026/06/image-4-1.png" class="attachment-large size-large wp-image-15948" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-4-1.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-4-1-300x68.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-4-1-768x175.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3b82167 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="3b82167" 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-ae76da9 elementor-widget elementor-widget-image" data-id="ae76da9" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="226" src="https://logiupskills.com/wp-content/uploads/2026/06/image-5-1.png" class="attachment-large size-large wp-image-15949" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-5-1.png 901w, https://logiupskills.com/wp-content/uploads/2026/06/image-5-1-300x106.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-5-1-768x271.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/elementor-15930/">Elementor #15930</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/elementor-15930/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Elementor #15925</title>
		<link>https://logiupskills.com/elementor-15925/</link>
					<comments>https://logiupskills.com/elementor-15925/#respond</comments>
		
		<dc:creator><![CDATA[Samiksha Ingale]]></dc:creator>
		<pubDate>Fri, 12 Jun 2026 12:28:48 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=15925</guid>

					<description><![CDATA[<p>Script Action What is Script Action: Script Actions in ServiceNow are server-side scripts that execute asynchronously when a specific event is triggered. They are part of ServiceNow&#8217;s event-driven architecture and are stored in the sysevent_script_action table.  Key Characteristics  Asynchronous execution: They run in the background via the Event Queue, so they don&#8217;t block the current transaction or impact user performance. Event-triggered: They are linked to events defined in the Event Registry (sysevent_definition). Server-side only: Full access to Glide APIs, Script Includes, and other server-side resources (just like Business Rules or Script Includes).  How Script Actions Work: An event is triggered (usually using gs.eventQueue() from a Business Rule, UI Action, Flow, Script Include, etc.). The Event Processor picks up the event from the queue. The matching Script Action (if active) executes.     In the Script Action, you have access to two main objects:   current — The GlideRecord of the record associated with the event (if provided). event — A GlideRecord containing event details, especially event.parm1, event.parm2, event.parm3, etc., for passing custom data.  Usecase: There is a date field on incident form so whenever user select date after saving the form automatically it should create a Problem Record.  Execution:  Navigation: Event&#8211;&#62;Registry </p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/elementor-15925/">Elementor #15925</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="15925" class="elementor elementor-15925" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-e9c32f5 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="e9c32f5" 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-d215be1 elementor-widget elementor-widget-heading" data-id="d215be1" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Script Action </h2>				</div>
				<div class="elementor-element elementor-element-fa81b29 elementor-widget elementor-widget-heading" data-id="fa81b29" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h3 class="elementor-heading-title elementor-size-default"> What is Script Action: </h3>				</div>
				<div class="elementor-element elementor-element-5ad8770 elementor-widget elementor-widget-text-editor" data-id="5ad8770" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW94140494 BCX8" lang="EN-GB" xml:lang="EN-GB" data-contrast="auto"><span class="NormalTextRun SCXW94140494 BCX8">Script Actions in ServiceNow are server-side scripts that execute asynchronously when a specific event is triggered.</span></span><span class="LineBreakBlob BlobObject DragDrop SCXW94140494 BCX8"><span class="SCXW94140494 BCX8"> </span><br class="SCXW94140494 BCX8" /></span><span class="TextRun SCXW94140494 BCX8" lang="EN-GB" xml:lang="EN-GB" data-contrast="auto"><span class="NormalTextRun SCXW94140494 BCX8">They are part of ServiceNow&#8217;s event-driven architecture and are stored in the </span><span class="NormalTextRun SpellingErrorV2Themed SCXW94140494 BCX8">sysevent_script_action</span><span class="NormalTextRun SCXW94140494 BCX8"> table.</span></span><span class="EOP SCXW94140494 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-0749130 elementor-widget elementor-widget-heading" data-id="0749130" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h3 class="elementor-heading-title elementor-size-default">Key Characteristics</h3>				</div>
				<div class="elementor-element elementor-element-6a5ad65 elementor-widget elementor-widget-text-editor" data-id="6a5ad65" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW52326731 BCX8" lang="EN-GB" xml:lang="EN-GB" data-contrast="auto"><span class="NormalTextRun SCXW52326731 BCX8"> </span><span class="NormalTextRun SCXW52326731 BCX8">Asynchronous execution: They run in the background via the Event Queue, so they </span><span class="NormalTextRun SCXW52326731 BCX8">don&#8217;t</span><span class="NormalTextRun SCXW52326731 BCX8"> block the current transaction or impact user performance.</span></span><span class="LineBreakBlob BlobObject DragDrop SCXW52326731 BCX8"><span class="SCXW52326731 BCX8"> </span><br class="SCXW52326731 BCX8" /></span><span class="TextRun SCXW52326731 BCX8" lang="EN-GB" xml:lang="EN-GB" data-contrast="auto"><span class="NormalTextRun SCXW52326731 BCX8">Event-triggered: They are linked to events defined in the Event Registry (</span><span class="NormalTextRun SpellingErrorV2Themed SCXW52326731 BCX8">sysevent_definition</span><span class="NormalTextRun SCXW52326731 BCX8">).</span></span><span class="LineBreakBlob BlobObject DragDrop SCXW52326731 BCX8"><span class="SCXW52326731 BCX8"> </span><br class="SCXW52326731 BCX8" /></span><span class="TextRun SCXW52326731 BCX8" lang="EN-GB" xml:lang="EN-GB" data-contrast="auto"><span class="NormalTextRun SCXW52326731 BCX8">Server-side only: Full access to Glide APIs, Script Includes, and other server-side resources (just like Business Rules or Script Includes).</span></span><span class="EOP SCXW52326731 BCX8" data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-837258f elementor-widget elementor-widget-heading" data-id="837258f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h3 class="elementor-heading-title elementor-size-default">How Script Actions Work:</h3>				</div>
				<div class="elementor-element elementor-element-db177b3 elementor-widget elementor-widget-text-editor" data-id="db177b3" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="auto">An event is triggered (usually using gs.eventQueue() from a Business Rule, UI Action, Flow, Script Include, etc.).</span> <br /><span data-contrast="auto">The Event Processor picks up the event from the queue.</span> <br /><span data-contrast="auto">The matching Script Action (if active) executes.</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto"> </span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">In the Script Action, you have access to two main objects:</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto"> current — The GlideRecord of the record associated with the event (if provided).</span> <br /><span data-contrast="auto">event — A GlideRecord containing event details, especially event.parm1, event.parm2, event.parm3, etc., for passing custom data.</span><span data-ccp-props="{}"> </span></p>								</div>
				<div class="elementor-element elementor-element-58a5c84 elementor-widget elementor-widget-heading" data-id="58a5c84" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Usecase:</h2>				</div>
				<div class="elementor-element elementor-element-7cd6e8a elementor-widget elementor-widget-text-editor" data-id="7cd6e8a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="none">There is a date field on incident form so whenever user select date after saving the form automatically it should create a Problem Record.</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="none">Execution:</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="none">Navigation: Event&#8211;&gt;Registry</span><span data-ccp-props="{}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b081b4f e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="b081b4f" 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-bb75a37 elementor-widget elementor-widget-text-editor" data-id="bb75a37" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><img loading="lazy" decoding="async" width="601" height="222" src="image/png;base64,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" class="WACImage SCXW3259588 BCX8" style="margin: 0px;padding: 0px;vertical-align: baseline;, Arial, Verdana, sans-serif;font-size: 12px;white-space: pre !important"></p>								</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/elementor-15925/">Elementor #15925</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/elementor-15925/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Advanced Work Assignment</title>
		<link>https://logiupskills.com/advanced-work-assignment/</link>
					<comments>https://logiupskills.com/advanced-work-assignment/#respond</comments>
		
		<dc:creator><![CDATA[Shweta Patil]]></dc:creator>
		<pubDate>Thu, 11 Jun 2026 12:38:24 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=15871</guid>

					<description><![CDATA[<p>Advanced Work Assignment AWA (Advance Work Assignment) helps distribute work automatically to available agents instead of assigning tasks manually  This document explains the complete setup of Advanced Work Assignment (AWA) in ServiceNow. The use case is to automatically assign incidents to agents based on incident priority and queue configuration.  Step 1: Create Service Channel  Go to the navigation pane and search for Advanced Work Assignment, then open Service Channel. The service channel defines which table of records will be routed to agents using AWA. It acts as the main connection between incidents and assignment queues.    Step 2: Click on New  Click on the New button to create a new service channel configuration. This allows you to define how incidents should be routed and assigned automatically. Ensure you provide all mandatory details correctly before saving.    Step 3: Configure Service Channel  Provide the name as Incident and select the Incident table. Set the Assigned To field so the system can automatically assign incidents to users. Configure default work team size, capacity, and utilization conditions according to business requirements.    Step 4: Create Queue  After creating the service channel, the next step is to create queues. Queues help categorize work items based on conditions such as incident priority. Navigate to Queue from the navigation pane and create a new queue.    Step 5: Configure High Priority Queue  Create a queue named Incident – High Priority and link it to the Incident service channel. Set the routing condition to include Critical and High priority incidents only. This ensures urgent incidents are routed quickly to available agents.    Step 6: Create Remaining Priority Queue  Create another queue for Medium, Low, and Planning priorities. This helps separate high-priority work from regular incidents. Using multiple queues improves workload management and assignment efficiency. </p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/advanced-work-assignment/">Advanced Work Assignment</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="15871" class="elementor elementor-15871" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-31dc621 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="31dc621" 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-9876afe elementor-widget elementor-widget-heading" data-id="9876afe" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Advanced Work Assignment</h2>				</div>
				<div class="elementor-element elementor-element-2fd9251 elementor-widget elementor-widget-text-editor" data-id="2fd9251" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="none">AWA (Advance Work Assignment) helps distribute work automatically to available agents instead of assigning tasks manually</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="none">This document explains the complete setup of Advanced Work Assignment (AWA) in ServiceNow. The use case is to automatically assign incidents to agents based on incident priority and queue configuration.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}"> </span></p><p><b><span data-contrast="none">Step 1: Create Service Channel</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;201341983&quot;:0,&quot;335559738&quot;:200,&quot;335559739&quot;:0,&quot;335559740&quot;:276}"> </span></p><p><span data-contrast="none">Go to the navigation pane and search for Advanced Work Assignment, then open Service Channel. The service channel defines which table of records will be routed to agents using AWA. It acts as the main connection between incidents and assignment queues.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}"> </span></p><p><span data-ccp-props="{}"> </span></p><p><b><span data-contrast="none">Step 2: Click on New</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;201341983&quot;:0,&quot;335559738&quot;:200,&quot;335559739&quot;:0,&quot;335559740&quot;:276}"> </span></p><p><span data-contrast="none">Click on the New button to create a new service channel configuration. This allows you to define how incidents should be routed and assigned automatically. Ensure you provide all mandatory details correctly before saving.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}"> </span></p><p><span data-ccp-props="{}"> </span></p><p><b><span data-contrast="none">Step 3: Configure Service Channel</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;201341983&quot;:0,&quot;335559738&quot;:200,&quot;335559739&quot;:0,&quot;335559740&quot;:276}"> </span></p><p><span data-contrast="none">Provide the name as Incident and select the Incident table. Set the Assigned To field so the system can automatically assign incidents to users. Configure default work team size, capacity, and utilization conditions according to business requirements.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}"> </span></p><p><span data-ccp-props="{}"> </span></p><p><b><span data-contrast="none">Step 4: Create Queue</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;201341983&quot;:0,&quot;335559738&quot;:200,&quot;335559739&quot;:0,&quot;335559740&quot;:276}"> </span></p><p><span data-contrast="none">After creating the service channel, the next step is to create queues. Queues help categorize work items based on conditions such as incident priority. Navigate to Queue from the navigation pane and create a new queue.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}"> </span></p><p><span data-ccp-props="{}"> </span></p><p><b><span data-contrast="none">Step 5: Configure High Priority Queue</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;201341983&quot;:0,&quot;335559738&quot;:200,&quot;335559739&quot;:0,&quot;335559740&quot;:276}"> </span></p><p><span data-contrast="none">Create a queue named Incident – High Priority and link it to the Incident service channel. Set the routing condition to include Critical and High priority incidents only. This ensures urgent incidents are routed quickly to available agents.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}"> </span></p><p><span data-ccp-props="{}"> </span></p><p><b><span data-contrast="none">Step 6: Create Remaining Priority Queue</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;201341983&quot;:0,&quot;335559738&quot;:200,&quot;335559739&quot;:0,&quot;335559740&quot;:276}"> </span></p><p><span data-contrast="none">Create another queue for Medium, Low, and Planning priorities. This helps separate high-priority work from regular incidents. Using multiple queues improves workload management and assignment efficiency.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:200,&quot;335559740&quot;:276}"> </span></p>								</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/advanced-work-assignment/">Advanced Work Assignment</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/advanced-work-assignment/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Glide Aggregate</title>
		<link>https://logiupskills.com/elementor-15853/</link>
					<comments>https://logiupskills.com/elementor-15853/#respond</comments>
		
		<dc:creator><![CDATA[Digvijay Godse]]></dc:creator>
		<pubDate>Thu, 11 Jun 2026 09:53:52 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=15853</guid>

					<description><![CDATA[<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;Glide Aggregate It is a server-side ServiceNow API, used to perform aggregate operations like COUNT, SUM, AVG, MIN, and MAX on table records without retrieving full record data  Methods of Glide Aggregate -:  addAggregate(aggregate, fieldname)-&#62; Adds an aggregate function like COUNT, SUM, AVG, MIN, MAX on a given field.  GroupBy-&#62; Groups the records based on the supplied field.  Order By-&#62; Sorts the result in ascending order.  OrderByDesc-&#62; Sorts the result in descending order by the given field.  query()-&#62; Executes the database query.  next ().-&#62; Moves to the next aggregated record.  GetAggregate.-&#62; Gives you the final calculated answer (like total count or total sum).   GetValue.-&#62; Gives you the value stored in a field for that record.   addEncodedQuery(query String)- -&#62; Adds a ready-made filter to get only the records you want.   setGroup(Boolean)-&#62; Tells the system to group similar records together.   SetHavingCondition-&#62; Filters the grouped results based on total/count/sum values.   SetLimit.-&#62; Tells the system to return only a limited number of records.  Example -:    1). Using GlideAggregate in ServiceNow, how many incidents are grouped by category?  Output -:  2. To find number of incidents active true  Output -: </p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/elementor-15853/">Glide Aggregate</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="15853" class="elementor elementor-15853" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-0f97a1b e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="0f97a1b" 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-cde5704 elementor-widget elementor-widget-heading" data-id="cde5704" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h1 class="elementor-heading-title elementor-size-default"><span>&nbsp;</span><span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</span><span>Glide Aggregate</span></h1>				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c121b1a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="c121b1a" 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-59f06d8 elementor-widget elementor-widget-text-editor" data-id="59f06d8" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW70297894 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW70297894 BCX0">It is a server-side ServiceNow API, used to perform aggregate operations like COUNT, SUM, AVG, MIN, and MAX on table records without retrieving full record data</span></span><span class="EOP SCXW70297894 BCX0" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335557856&quot;:16777215,&quot;335559738&quot;:300,&quot;335559739&quot;:0}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c578821 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="c578821" 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-3eb0042 elementor-widget elementor-widget-text-editor" data-id="3eb0042" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><strong>Methods of Glide Aggregate -: </strong></p><ol><li><span data-contrast="auto"> addAggregate(aggregate, fieldname)<br /></span>-&gt; <span data-contrast="auto">Adds an aggregate function like COUNT, SUM, AVG, MIN, MAX on a given field.</span><span data-ccp-props="{}"> </span></li></ol><ol start="2"><li><span data-contrast="auto">GroupBy</span><span data-ccp-props="{}"><br /></span>-&gt; Groups the records based on the supplied field.<span data-ccp-props="{}"> </span></li></ol><ol start="3"><li><span data-contrast="auto">Order By</span><span data-ccp-props="{}"><br /></span>-&gt; Sorts the result in ascending order.<span data-ccp-props="{}"> </span></li></ol><ol start="4"><li><span data-contrast="auto">OrderByDesc<br /></span>-&gt; Sorts the result in descending order by the given field.<span data-ccp-props="{}"> </span></li></ol><ol start="5"><li><span data-contrast="auto">query()</span><span data-ccp-props="{}"><br /></span>-&gt; Executes the database query.<span data-ccp-props="{}"> </span></li></ol><ol start="6"><li><span data-contrast="auto">next ().<br /></span>-&gt; Moves to the next aggregated record.<span data-ccp-props="{}"> </span></li></ol><ol start="7"><li><span data-contrast="auto">GetAggregate.</span><br /><span data-contrast="auto">-&gt; Gives you the final calculated answer (like total count or total sum).</span><p> </p></li><li><span data-contrast="auto">GetValue.</span><br /><span data-contrast="auto">-&gt; Gives you the value stored in a field for that record.</span><p> </p></li><li><span data-contrast="auto">addEncodedQuery(query String)-</span> <br /><span data-contrast="auto">-&gt; Adds a ready-made filter to get only the records you want.</span><p> </p></li><li><span data-contrast="auto">setGroup(Boolean)</span><br /><span data-contrast="auto">-&gt; Tells the system to group similar records together.</span><p> </p></li><li><span data-contrast="auto">SetHavingCondition</span><br /><span data-contrast="auto">-&gt; Filters the grouped results based on total/count/sum values.</span><p> </p></li><li><span data-contrast="auto">SetLimit.</span><br /><span data-contrast="auto">-&gt; Tells the system to return only a limited number of records.</span><span data-ccp-props="{}"> </span></li></ol>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-ba11e2b e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="ba11e2b" 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-86ba54c elementor-widget elementor-widget-text-editor" data-id="86ba54c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><strong>Example -:  </strong></p><p><span data-contrast="auto"> <span class="TextRun SCXW71086964 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW71086964 BCX0">1). Using </span><span class="NormalTextRun SpellingErrorV2Themed SCXW71086964 BCX0">G</span><span class="NormalTextRun SpellingErrorV2Themed SCXW71086964 BCX0">lideAggregate</span><span class="NormalTextRun SCXW71086964 BCX0"> </span><span class="NormalTextRun SCXW71086964 BCX0">in ServiceNow, how many incidents are grouped by category?</span></span><span class="EOP SCXW71086964 BCX0" data-ccp-props="{}"> </span></span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9384bba e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="9384bba" 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-d8d6f2a elementor-widget elementor-widget-image" data-id="d8d6f2a" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="322" src="https://logiupskills.com/wp-content/uploads/2026/06/11-1024x515.png" class="attachment-large size-large wp-image-15855" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/11-1024x515.png 1024w, https://logiupskills.com/wp-content/uploads/2026/06/11-300x151.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/11-768x386.png 768w, https://logiupskills.com/wp-content/uploads/2026/06/11.png 1356w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-90c26aa e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="90c26aa" 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-8c4c2f2 elementor-widget elementor-widget-text-editor" data-id="8c4c2f2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><strong><span class="TextRun Underlined SCXW230499899 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW230499899 BCX0">Output -:</span></span><span class="EOP SCXW230499899 BCX0" data-ccp-props="{}"> </span></strong></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9c93967 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="9c93967" 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-2b0ce38 elementor-widget elementor-widget-image" data-id="2b0ce38" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="302" src="https://logiupskills.com/wp-content/uploads/2026/06/12-1024x483.png" class="attachment-large size-large wp-image-15856" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/12-1024x483.png 1024w, https://logiupskills.com/wp-content/uploads/2026/06/12-300x142.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/12-768x363.png 768w, https://logiupskills.com/wp-content/uploads/2026/06/12.png 1447w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bd680d1 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="bd680d1" 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-cb797b8 elementor-widget elementor-widget-text-editor" data-id="cb797b8" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW100436240 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW100436240 BCX0">2. </span></span><span class="TextRun SCXW100436240 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW100436240 BCX0">To find number of incidents active true</span></span><span class="EOP SCXW100436240 BCX0" data-ccp-props="{}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-deb61e0 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="deb61e0" 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-205ef0a elementor-widget elementor-widget-image" data-id="205ef0a" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="307" src="https://logiupskills.com/wp-content/uploads/2026/06/14-1024x491.png" class="attachment-large size-large wp-image-15857" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/14-1024x491.png 1024w, https://logiupskills.com/wp-content/uploads/2026/06/14-300x144.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/14-768x368.png 768w, https://logiupskills.com/wp-content/uploads/2026/06/14.png 1390w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8be21c4 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="8be21c4" 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-6c12e25 elementor-widget elementor-widget-text-editor" data-id="6c12e25" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><strong><span class="TextRun Underlined SCXW230499899 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW230499899 BCX0">Output -:</span></span><span class="EOP SCXW230499899 BCX0" data-ccp-props="{}"> </span></strong></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a66250a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="a66250a" 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-a3773ec elementor-widget elementor-widget-image" data-id="a3773ec" 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/2026/06/15-1024x486.png" class="attachment-large size-large wp-image-15858" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/15-1024x486.png 1024w, https://logiupskills.com/wp-content/uploads/2026/06/15-300x142.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/15-768x364.png 768w, https://logiupskills.com/wp-content/uploads/2026/06/15.png 1417w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/elementor-15853/">Glide Aggregate</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/elementor-15853/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>UI Action</title>
		<link>https://logiupskills.com/ui/</link>
					<comments>https://logiupskills.com/ui/#respond</comments>
		
		<dc:creator><![CDATA[Digvijay Godse]]></dc:creator>
		<pubDate>Thu, 11 Jun 2026 09:31:16 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=15810</guid>

					<description><![CDATA[<p>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;UI Action&#160; A UI Action is a feature used to provide buttons, links or context menu items on forms and lists. The actions enable users to update records, call workflows, run scripts, or navigate to another page.  Some Examples of UI Actions:  Submit   Approve / Reject   Close Incident   Assign to Me   Create Change Request  Example-:  Add a &#8220;Mark as VIP&#8221; button on the User form to set up a custom VIP flag.  Step 1: Navigate on Sys_User table and right click on Navigation Bar &#8211;&#62; Configure&#8211;&#62; UI Action  Step 2: Click on New then Add Name for New Action (Mark as VIP) &#8211;&#62;Add table on Which we have to add UI Action (Sys_users) &#8211;&#62; Action Name (mark_vip)  Step 3: Click on Checkbox where you have to add a Button on form or List. Step 4: Add Script for Button, add Condition and Write a Script. Step 5: Go on Users Form, open one User in Navigation bar there “Mark as VIP” Step 6: Click on “Mark as VIP” Then That user will be mark as VIP, Automatic VIP Checkbox will fill.  Context Menu in UI Action The Context Menu in a UI Action is the menu that appears when you right-click on a record in ServiceNow. Instead of showing a button on the screen, the action stays hidden until the user right-clicks.  Why use the Context Menu?  Keeps the screen clean  Hides less-used actions  Provides quick access when needed  Creating Context Menu in Form &#38; List -:   Add Name &#38; Click on Form &#38; List Context Menu Check box. </p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/ui/">UI Action</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="15810" class="elementor elementor-15810" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-0089c91 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="0089c91" 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-f17402a elementor-widget elementor-widget-heading" data-id="f17402a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h1 class="elementor-heading-title elementor-size-default"><span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;UI Action</span><span>&nbsp;</span></h1>				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-ee96218 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="ee96218" 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-7218629 elementor-widget elementor-widget-text-editor" data-id="7218629" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW85062097 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW85062097 BCX0" data-ccp-parastyle="heading 1">A UI Action is a feature used to provide buttons, links or context menu items on forms and lists. The actions enable users to update records, call workflows, run </span><span class="NormalTextRun SCXW85062097 BCX0" data-ccp-parastyle="heading 1">scripts,</span><span class="NormalTextRun SCXW85062097 BCX0" data-ccp-parastyle="heading 1"> or navigate to another page.</span></span><span class="EOP SCXW85062097 BCX0" data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:360,&quot;335559739&quot;:80}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-74eea31 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="74eea31" 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-0af7881 elementor-widget elementor-widget-text-editor" data-id="0af7881" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><b><span data-contrast="none">Some Examples of UI Actions:</span></b><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Submit</span></b><span data-contrast="auto"> </span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><b><span data-contrast="auto">Approve / Reject</span></b><span data-contrast="auto"> </span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><b><span data-contrast="auto">Close Incident</span></b><span data-contrast="auto"> </span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="4" data-aria-level="1"><b><span data-contrast="auto">Assign to Me</span></b><span data-contrast="auto"> </span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="5" data-aria-level="1"><b><span data-contrast="auto">Create Change Request</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d6327b7 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="d6327b7" 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-6516221 elementor-widget elementor-widget-text-editor" data-id="6516221" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><strong>Example-: </strong></p><p><span data-contrast="none">Add a &#8220;Mark as VIP&#8221; button on the User form to set up a custom VIP flag.</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></p><p><b><span data-contrast="auto">Step 1:</span></b><span data-contrast="none"> Navigate on Sys_User table and right click on Navigation Bar &#8211;&gt; Configure&#8211;&gt; UI Action</span><span data-ccp-props="{}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-ca1ab67 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="ca1ab67" 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-02edefd elementor-widget elementor-widget-image" data-id="02edefd" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="345" src="https://logiupskills.com/wp-content/uploads/2026/06/image-8.png" class="attachment-large size-large wp-image-15816" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-8.png 886w, https://logiupskills.com/wp-content/uploads/2026/06/image-8-300x162.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-8-768x414.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5b9fccb e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="5b9fccb" 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-7995ae7 elementor-widget elementor-widget-text-editor" data-id="7995ae7" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW211266996 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW211266996 BCX0">Step 2: </span></span><span class="TextRun SCXW211266996 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char">Click on New then Add Name for New Action</span><span class="NormalTextRun SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char"> (</span></span><span class="TextRun SCXW211266996 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char">Mark as VIP</span></span><span class="TextRun SCXW211266996 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char">)</span><span class="NormalTextRun SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char"> &#8211;&gt;Add </span><span class="NormalTextRun SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char">table on Which we </span><span class="NormalTextRun AdvancedProofingIssueV2Themed SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char">have to</span><span class="NormalTextRun SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char"> add UI Action </span></span><span class="TextRun SCXW211266996 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char">(</span><span class="NormalTextRun SpellingErrorV2Themed SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char">Sys_users</span></span><span class="TextRun SCXW211266996 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char">) </span><span class="NormalTextRun SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char">&#8211;&gt; Action Name</span><span class="NormalTextRun SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char"> </span></span><span class="TextRun SCXW211266996 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char">(</span><span class="NormalTextRun SpellingErrorV2Themed SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char">mark_vip</span><span class="NormalTextRun SCXW211266996 BCX0" data-ccp-charstyle="Heading 3 Char">)</span></span><span class="EOP SCXW211266996 BCX0" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:0,&quot;335551620&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7125d87 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="7125d87" 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-0ccb97f elementor-widget elementor-widget-image" data-id="0ccb97f" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="343" src="https://logiupskills.com/wp-content/uploads/2026/06/image.png" class="attachment-large size-large wp-image-15812" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-300x161.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-768x412.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9646961 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="9646961" 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-9332d12 elementor-widget elementor-widget-text-editor" data-id="9332d12" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW67210423 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW67210423 BCX0">Step 3: </span></span><span class="TextRun SCXW67210423 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW67210423 BCX0" data-ccp-charstyle="Heading 3 Char">Click on Checkbox </span><span class="NormalTextRun SCXW67210423 BCX0" data-ccp-charstyle="Heading 3 Char">where you</span><span class="NormalTextRun SCXW67210423 BCX0" data-ccp-charstyle="Heading 3 Char"> </span><span class="NormalTextRun SCXW67210423 BCX0" data-ccp-charstyle="Heading 3 Char">have to</span><span class="NormalTextRun SCXW67210423 BCX0" data-ccp-charstyle="Heading 3 Char"> add </span><span class="NormalTextRun SCXW67210423 BCX0" data-ccp-charstyle="Heading 3 Char">a Button on form or List.</span></span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9e07f75 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="9e07f75" 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-0a46557 elementor-widget elementor-widget-image" data-id="0a46557" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="343" src="https://logiupskills.com/wp-content/uploads/2026/06/image-7.png" class="attachment-large size-large wp-image-15815" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-7.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-7-300x161.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-7-768x411.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-293acb5 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="293acb5" 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-8a68605 elementor-widget elementor-widget-text-editor" data-id="8a68605" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW246351874 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW246351874 BCX0">Step 4:</span><span class="NormalTextRun SCXW246351874 BCX0"> </span></span><span class="TextRun SCXW246351874 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW246351874 BCX0" data-ccp-charstyle="Heading 3 Char">Add Script for Button</span><span class="NormalTextRun SCXW246351874 BCX0" data-ccp-charstyle="Heading 3 Char">,</span><span class="NormalTextRun SCXW246351874 BCX0" data-ccp-charstyle="Heading 3 Char"> add </span><span class="NormalTextRun SCXW246351874 BCX0" data-ccp-charstyle="Heading 3 Char">Condition</span><span class="NormalTextRun SCXW246351874 BCX0" data-ccp-charstyle="Heading 3 Char"> and Write a Script.</span></span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f8e0079 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="f8e0079" 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-7a8857a elementor-widget elementor-widget-image" data-id="7a8857a" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="343" src="https://logiupskills.com/wp-content/uploads/2026/06/image-9.png" class="attachment-large size-large wp-image-15817" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-9.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-9-300x161.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-9-768x412.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-ffa670e e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="ffa670e" 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-63bdcf2 elementor-widget elementor-widget-text-editor" data-id="63bdcf2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW212403162 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW212403162 BCX0">Step 5: </span></span><span class="TextRun SCXW212403162 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW212403162 BCX0" data-ccp-charstyle="Heading 3 Char">Go on Users Form, open one User in Navigation bar there </span></span><span class="TextRun SCXW212403162 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW212403162 BCX0" data-ccp-charstyle="Heading 3 Char">“Mark</span><span class="NormalTextRun SCXW212403162 BCX0" data-ccp-charstyle="Heading 3 Char"> as VIP</span><span class="NormalTextRun SCXW212403162 BCX0" data-ccp-charstyle="Heading 3 Char">”</span></span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d606241 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="d606241" 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-cb3d00f elementor-widget elementor-widget-image" data-id="cb3d00f" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="343" src="https://logiupskills.com/wp-content/uploads/2026/06/image-3.png" class="attachment-large size-large wp-image-15814" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-3.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-3-300x161.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-3-768x412.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-4353bc7 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="4353bc7" 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-1fbc5fa elementor-widget elementor-widget-text-editor" data-id="1fbc5fa" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW146470647 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW146470647 BCX0">St</span><span class="NormalTextRun SCXW146470647 BCX0">ep 6</span></span><span class="TextRun SCXW146470647 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW146470647 BCX0">: </span></span><span class="TextRun SCXW146470647 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW146470647 BCX0" data-ccp-charstyle="Heading 3 Char">Click on “</span></span><span class="TextRun SCXW146470647 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW146470647 BCX0" data-ccp-charstyle="Heading 3 Char">Mark as VIP</span></span><span class="TextRun SCXW146470647 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW146470647 BCX0" data-ccp-charstyle="Heading 3 Char">” Then That user will be mark as VIP, Automatic </span></span><span class="TextRun SCXW146470647 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW146470647 BCX0" data-ccp-charstyle="Heading 3 Char">VIP </span></span><span class="TextRun SCXW146470647 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="none"><span class="NormalTextRun SCXW146470647 BCX0" data-ccp-charstyle="Heading 3 Char">Checkbox will fill.</span></span><span class="EOP SCXW146470647 BCX0" data-ccp-props="{}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6a6a37b e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="6a6a37b" 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-7d47504 elementor-widget elementor-widget-image" data-id="7d47504" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="341" src="https://logiupskills.com/wp-content/uploads/2026/06/image-6.png" class="attachment-large size-large wp-image-15813" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-6.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-6-300x160.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-6-768x409.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6a09222 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="6a09222" 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-a93867a elementor-widget elementor-widget-heading" data-id="a93867a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h3 class="elementor-heading-title elementor-size-default"><span><span>Context Menu in UI Action</span></span></h3>				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b270dd8 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="b270dd8" 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-f05250a elementor-widget elementor-widget-text-editor" data-id="f05250a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="none">The Context Menu in a UI Action is the menu that appears when you right-click on a record in ServiceNow. Instead of showing a button on the screen, the action stays hidden until the user right-clicks.</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="none">Why use the Context Menu?</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:281,&quot;335559739&quot;:281}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="3" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="none">Keeps the screen clean</span><span data-ccp-props="{&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="3" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="none">Hides less-used actions</span><span data-ccp-props="{&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="3" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><span data-contrast="none">Provides quick access when needed</span><span data-ccp-props="{&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e86ee38 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="e86ee38" 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-18d6776 elementor-widget elementor-widget-text-editor" data-id="18d6776" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><b><span data-contrast="none">Creating Context Menu in Form &amp; List -:</span></b><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559683&quot;:0,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><span data-contrast="none"> Add Name &amp; Click on Form &amp; List Context Menu Check box.</span><span data-ccp-props="{}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-88c8f1e e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="88c8f1e" 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-f232879 elementor-widget elementor-widget-image" data-id="f232879" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="344" src="https://logiupskills.com/wp-content/uploads/2026/06/1-1024x551.png" class="attachment-large size-large wp-image-15822" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/1-1024x551.png 1024w, https://logiupskills.com/wp-content/uploads/2026/06/1-300x161.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/1-768x413.png 768w, https://logiupskills.com/wp-content/uploads/2026/06/1-1536x826.png 1536w, https://logiupskills.com/wp-content/uploads/2026/06/1.png 1917w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e702bf4 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="e702bf4" 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-cdf6877 elementor-widget elementor-widget-image" data-id="cdf6877" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="344" src="https://logiupskills.com/wp-content/uploads/2026/06/2-1024x551.png" class="attachment-large size-large wp-image-15826" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/2-1024x551.png 1024w, https://logiupskills.com/wp-content/uploads/2026/06/2-300x161.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/2-768x413.png 768w, https://logiupskills.com/wp-content/uploads/2026/06/2-1536x826.png 1536w, https://logiupskills.com/wp-content/uploads/2026/06/2.png 1918w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/ui/">UI Action</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/ui/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Email Script</title>
		<link>https://logiupskills.com/email-script/</link>
					<comments>https://logiupskills.com/email-script/#respond</comments>
		
		<dc:creator><![CDATA[Pratiksha Mahajan]]></dc:creator>
		<pubDate>Thu, 11 Jun 2026 09:25:12 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=15825</guid>

					<description><![CDATA[<p>Email Script Definition: Email Script is a server-side script used within ServiceNow notifications to dynamically generate and format email content before the email is sent. It helps retrieve record data and display it in a customized format inside notification emails. Implementation Steps: Navigate to System Notification → Email → Notification Email Scripts. Create a new Email Script and select the appropriate table (e.g., Incident). Write the script using template.print() to display required field values. Create a Notification on the same table. Configure the notification trigger condition (e.g., when Assigned To changes). Add recipients such as the Assigned User. Call the Email Script in the notification body using ${mail_script:Script Name}. Save and test the notification. Scenario: Send Incident Details to Assigned User Requirement Whenever an Incident is assigned to a user, send an email containing Incident details such as Number, Short Description, Priority, State, and Assignment Group. Implementation Steps Step 1: Create an Email Script Navigate to System Notification → Email → Notification Email Scripts Click New Name: Incident Details Script Table: Incident Step 2: Write the Email Script Step 3: Create a Notification Navigate to System Notification → Email → Notifications Click New Name: Incident Assigned Notification Table: Incident Step 4: Configure When to Send Send When: Record Updated Condition: Assigned To changes Assigned To is not empty Step 5: Configure Recipients Users/Groups in fields: Assigned To   Step 6: Add Email Script to Notification Body Step 7: Test the Functionality Open an Incident record. Change the Assigned To field. Save the record. Verify that the assigned user receives the email with all Incident details. Result: Whenever an Incident is assigned to a user, an email notification is automatically sent containing the latest Incident information generated dynamically using the Email Script.</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/email-script/">Email Script</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="15825" class="elementor elementor-15825" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-b4c3020 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="b4c3020" 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-e48d034 elementor-widget elementor-widget-heading" data-id="e48d034" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Email Script</h2>				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-05ef00a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="05ef00a" 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-09a8c0b elementor-widget elementor-widget-text-editor" data-id="09a8c0b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li><strong>Definition:</strong></li></ul><p>Email Script is a server-side script used within ServiceNow notifications to dynamically generate and format email content before the email is sent. It helps retrieve record data and display it in a customized format inside notification emails.</p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0bc9cc1 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="0bc9cc1" 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-5f6f483 elementor-widget elementor-widget-text-editor" data-id="5f6f483" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><strong>Implementation Steps:</strong></p><ol><li>Navigate to System Notification → Email → Notification Email Scripts.</li><li>Create a new Email Script and select the appropriate table (e.g., Incident).</li><li>Write the script using template.print() to display required field values.</li><li>Create a Notification on the same table.</li><li>Configure the notification trigger condition (e.g., when Assigned To changes).</li><li>Add recipients such as the Assigned User.</li><li>Call the Email Script in the notification body using ${mail_script:Script Name}.</li><li>Save and test the notification.</li></ol>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-19cf57a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="19cf57a" 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-cdee7a8 elementor-widget elementor-widget-text-editor" data-id="cdee7a8" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><strong>Scenario: Send Incident Details to Assigned User</strong></p><p><strong>Requirement</strong></p><p>Whenever an Incident is assigned to a user, send an email containing Incident details such as Number, Short Description, Priority, State, and Assignment Group.</p><p><strong>Implementation Steps</strong></p><p><strong>Step 1: Create an Email Script</strong></p><ul><li>Navigate to System Notification → Email → Notification Email Scripts</li><li>Click New</li><li>Name: Incident Details Script</li><li>Table: Incident</li></ul><p><strong>Step 2: Write the Email Script</strong></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f4a3bdb e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="f4a3bdb" 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-a125c62 elementor-widget elementor-widget-image" data-id="a125c62" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="360" src="https://logiupskills.com/wp-content/uploads/2026/06/email-1024x576.png" class="attachment-large size-large wp-image-15830" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/email-1024x576.png 1024w, https://logiupskills.com/wp-content/uploads/2026/06/email-300x169.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/email-768x432.png 768w, https://logiupskills.com/wp-content/uploads/2026/06/email-1536x864.png 1536w, https://logiupskills.com/wp-content/uploads/2026/06/email.png 1920w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b4848e3 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="b4848e3" 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-92e0728 elementor-widget elementor-widget-text-editor" data-id="92e0728" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><strong>Step 3: Create a Notification</strong></p><ul><li>Navigate to System Notification → Email → Notifications</li><li>Click New</li><li>Name: Incident Assigned Notification</li><li>Table: Incident</li></ul><p><strong>Step 4: Configure When to Send</strong></p><ul><li>Send When: Record Updated</li><li>Condition:</li><li>Assigned To changes</li><li>Assigned To is not empty</li></ul><p><strong>Step 5: Configure Recipients</strong></p><ul><li>Users/Groups in fields: Assigned To</li></ul><p> </p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3c17145 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="3c17145" 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-a0c8af4 elementor-widget elementor-widget-image" data-id="a0c8af4" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="360" src="https://logiupskills.com/wp-content/uploads/2026/06/email1-1024x576.png" class="attachment-large size-large wp-image-15832" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/email1-1024x576.png 1024w, https://logiupskills.com/wp-content/uploads/2026/06/email1-300x169.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/email1-768x432.png 768w, https://logiupskills.com/wp-content/uploads/2026/06/email1-1536x864.png 1536w, https://logiupskills.com/wp-content/uploads/2026/06/email1.png 1920w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-904396f e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="904396f" 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-496e7c3 elementor-widget elementor-widget-text-editor" data-id="496e7c3" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><strong>Step 6: Add Email Script to Notification Body</strong></p>								</div>
				<div class="elementor-element elementor-element-38660ae elementor-widget elementor-widget-image" data-id="38660ae" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="360" src="https://logiupskills.com/wp-content/uploads/2026/06/email-2-1024x576.png" class="attachment-large size-large wp-image-15842" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/email-2-1024x576.png 1024w, https://logiupskills.com/wp-content/uploads/2026/06/email-2-300x169.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/email-2-768x432.png 768w, https://logiupskills.com/wp-content/uploads/2026/06/email-2-1536x864.png 1536w, https://logiupskills.com/wp-content/uploads/2026/06/email-2.png 1920w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-543f042 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="543f042" 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-bda7dbc elementor-widget elementor-widget-text-editor" data-id="bda7dbc" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><strong>Step 7: Test the Functionality</strong></p><ul><li>Open an Incident record.</li><li>Change the Assigned To field.</li><li>Save the record.</li><li>Verify that the assigned user receives the email with all Incident details.</li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3b852f8 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="3b852f8" 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-9f61d74 elementor-widget elementor-widget-image" data-id="9f61d74" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="360" src="https://logiupskills.com/wp-content/uploads/2026/06/email-3-1024x576.png" class="attachment-large size-large wp-image-15846" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/email-3-1024x576.png 1024w, https://logiupskills.com/wp-content/uploads/2026/06/email-3-300x169.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/email-3-768x432.png 768w, https://logiupskills.com/wp-content/uploads/2026/06/email-3-1536x864.png 1536w, https://logiupskills.com/wp-content/uploads/2026/06/email-3.png 1920w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-dc0891d e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="dc0891d" 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-42d3780 elementor-widget elementor-widget-text-editor" data-id="42d3780" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><strong>Result:</strong></p><p>Whenever an Incident is assigned to a user, an email notification is automatically sent containing the latest Incident information generated dynamically using the Email Script.</p>								</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/email-script/">Email Script</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/email-script/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Email Inbound/Outbound Action</title>
		<link>https://logiupskills.com/email-inbound-outbound-action/</link>
					<comments>https://logiupskills.com/email-inbound-outbound-action/#respond</comments>
		
		<dc:creator><![CDATA[Keshav Pathak]]></dc:creator>
		<pubDate>Thu, 11 Jun 2026 06:56:41 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=15802</guid>

					<description><![CDATA[<p>Email Inbound/Outbound Action In ServiceNow, inbound and outbound is used to exchange the data between ServiceNow and external systems.For example: If an email subject contains &#8220;Network Issue&#8221;, ServiceNow automatically creates an Incident and assigns it to the Network team.  Now let&#8217;s see one example, if anyone reply from an email how it works in ServiceNow. Example Setup: In this example, we will first explain how to enable 2-Step Verification for the Gmail account that will be used. Go to Manage Your Google Account, navigate to the Security section, and activate 2-Step Verification by following the on-screen instructions. This ensures secure authentication before integrating the email.  After completing the above step, then go to create the passkey for the Gmail account.  Copy the generated passkey and temporarily save it in the clipboard or Notepad for future use.  After that, log in to the PDI and search for an Email Account. In the Application Navigator, navigate to System Mailboxes → Administration → Email Accounts and go to module.  Click on the Email Accounts module, select New, and fill the data into fields.  Aslo,  create a user account and give the user some Email address.  In the above snapshot, enter the 16-digit passkey you generated earlier into the highlighted Password field. Set the Type as SMTP, as shown in the snapshot.  What is SMTP? SMTP (Simple Mail Transfer Protocol) is the core protocol used to send emails out from the platform, handling notifications, alerts, and inbound email processing by connecting to mail servers, allowing instances to communicate with users and external systems for automated communication.  After completing the configuration, click on Test Connection to verify that the email setup is working successfully.  Now repeat the same procedure for the POP3 connection, ensuring all required details are configured correctly.  Now create an Email Inbound Action. In the When to Run section, set the Type = Reply and configure the condition as shown in the snapshot below.  Next, navigate to the Action section and configure the required conditions. You may also write a script if needed; however, if the conditions are working correctly, writing a script is not necessary.  Now, create an incident using the configured user and resolve the incident, a notification will automatically be sent and delivered to your registered email address.  Like below, you can see the Gmail you configured, the confirmation email sent through ServiceNow.  When you reply to the incident email, the message is automatically populated in the incident activity, and the incident is reopened or moved to the In Progress state. </p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/email-inbound-outbound-action/">Email Inbound/Outbound Action</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="15802" class="elementor elementor-15802" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-bc4b9f2 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="bc4b9f2" 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-0aba80d elementor-widget elementor-widget-heading" data-id="0aba80d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h1 class="elementor-heading-title elementor-size-default">Email Inbound/Outbound Action  </h1>				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c794886 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="c794886" 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-ec4327c elementor-widget elementor-widget-text-editor" data-id="ec4327c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p>In ServiceNow, inbound and outbound is used to exchange the data between ServiceNow and external systems.<br /><span class="TextRun SCXW185941878 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW185941878 BCX0"><strong>For example:</strong> If an email subject </span><span class="NormalTextRun SCXW185941878 BCX0">contains</span><span class="NormalTextRun SCXW185941878 BCX0"> </span></span><span class="TextRun SCXW185941878 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW185941878 BCX0">&#8220;Network Issue&#8221;</span></span><span class="TextRun SCXW185941878 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW185941878 BCX0">, ServiceNow automatically creates an </span></span><span class="TextRun SCXW185941878 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW185941878 BCX0">Incident</span></span><span class="TextRun SCXW185941878 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW185941878 BCX0"> and assigns it to the Network team.</span></span><span class="EOP Selected SCXW185941878 BCX0" data-ccp-props="{}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9e3d43c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="9e3d43c" 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-0e3604b elementor-widget elementor-widget-text-editor" data-id="0e3604b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p>Now let&#8217;s see one example, if anyone reply from an email how it works in ServiceNow.</p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a1aa177 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="a1aa177" 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-23adc81 elementor-widget elementor-widget-text-editor" data-id="23adc81" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW224434695 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW224434695 BCX0">Example Setup:</span></span><span class="LineBreakBlob BlobObject DragDrop SCXW224434695 BCX0"><span class="SCXW224434695 BCX0"> </span><br class="SCXW224434695 BCX0" /></span><span class="TextRun SCXW224434695 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW224434695 BCX0">In this example, we will first explain how to enable </span></span><span class="TextRun SCXW224434695 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW224434695 BCX0">2-Step Verification</span></span><span class="TextRun SCXW224434695 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW224434695 BCX0"> for the Gmail account that will be used. Go to </span></span><span class="TextRun SCXW224434695 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW224434695 BCX0">Manage Your Google Account</span></span><span class="TextRun SCXW224434695 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW224434695 BCX0">, navigate to the </span></span><span class="TextRun SCXW224434695 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW224434695 BCX0">Security</span></span><span class="TextRun SCXW224434695 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW224434695 BCX0"> section, and activate </span></span><span class="TextRun SCXW224434695 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW224434695 BCX0">2-Step Verification</span></span><span class="TextRun SCXW224434695 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW224434695 BCX0"> by following the on-screen instructions. This ensures secure authentication before integrating the email.</span></span><span class="EOP Selected SCXW224434695 BCX0" data-ccp-props="{}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-623f54b e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="623f54b" 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-0d3d358 elementor-widget elementor-widget-image" data-id="0d3d358" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="330" src="https://logiupskills.com/wp-content/uploads/2026/06/image-1.png" class="attachment-large size-large wp-image-15806" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-1.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-1-300x155.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-1-768x396.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-839eb6b e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="839eb6b" 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-bf87e77 elementor-widget elementor-widget-text-editor" data-id="bf87e77" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li><span class="TextRun SCXW39993459 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW39993459 BCX0">After completing the above step, </span><span class="NormalTextRun SCXW39993459 BCX0">then</span><span class="NormalTextRun SCXW39993459 BCX0"> </span><span class="NormalTextRun SCXW39993459 BCX0">go </span><span class="NormalTextRun SCXW39993459 BCX0">to </span><span class="NormalTextRun SCXW39993459 BCX0">create </span><span class="NormalTextRun SCXW39993459 BCX0">the </span></span><span class="TextRun SCXW39993459 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW39993459 BCX0">passkey</span></span><span class="TextRun SCXW39993459 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW39993459 BCX0"> for the Gmail account</span><span class="NormalTextRun SCXW39993459 BCX0">.</span></span><span class="EOP Selected SCXW39993459 BCX0" data-ccp-props="{}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6801916 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="6801916" 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-69ecbb5 elementor-widget elementor-widget-image" data-id="69ecbb5" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="226" src="https://logiupskills.com/wp-content/uploads/2026/06/image-2.png" class="attachment-large size-large wp-image-15807" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-2.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-2-300x106.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-2-768x271.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-77f5533 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="77f5533" 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-9c08530 elementor-widget elementor-widget-text-editor" data-id="9c08530" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li><span class="TextRun SCXW111188802 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW111188802 BCX0">Copy the generated </span></span><span class="TextRun SCXW111188802 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW111188802 BCX0">passkey</span></span><span class="TextRun SCXW111188802 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW111188802 BCX0"> and temporarily save it in the </span></span><span class="TextRun SCXW111188802 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW111188802 BCX0">clipboard or Notepad</span></span><span class="TextRun SCXW111188802 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW111188802 BCX0"> for future use.</span></span><span class="EOP Selected SCXW111188802 BCX0" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f43c35d e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="f43c35d" 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-820aa21 elementor-widget elementor-widget-text-editor" data-id="820aa21" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li><span class="TextRun SCXW29116071 BCX0" lang="EN-US" style="margin: 0px;padding: 0px;color: #000000;font-size: 12pt;line-height: 20.925px;, serif" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW29116071 BCX0" style="margin: 0px;padding: 0px">After that, log in to the </span></span><span class="TextRun SCXW29116071 BCX0" lang="EN-US" style="margin: 0px;padding: 0px;color: #000000;font-size: 12pt;line-height: 20.925px;, serif;font-weight: bold" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW29116071 BCX0" style="margin: 0px;padding: 0px">PDI</span></span><span class="TextRun SCXW29116071 BCX0" lang="EN-US" style="margin: 0px;padding: 0px;color: #000000;font-size: 12pt;line-height: 20.925px;, serif" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW29116071 BCX0" style="margin: 0px;padding: 0px"> and search for </span></span><span class="TextRun SCXW29116071 BCX0" lang="EN-US" style="margin: 0px;padding: 0px;color: #000000;font-size: 12pt;line-height: 20.925px;, serif;font-weight: bold" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW29116071 BCX0" style="margin: 0px;padding: 0px">an Email</span><span class="NormalTextRun SCXW29116071 BCX0" style="margin: 0px;padding: 0px"> Account</span></span><span class="TextRun SCXW29116071 BCX0" lang="EN-US" style="margin: 0px;padding: 0px;color: #000000;font-size: 12pt;line-height: 20.925px;, serif" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW29116071 BCX0" style="margin: 0px;padding: 0px">. In the Application Navigator, navigate to </span></span><span class="TextRun SCXW29116071 BCX0" lang="EN-US" style="margin: 0px;padding: 0px;color: #000000;font-size: 12pt;line-height: 20.925px;, serif;font-weight: bold" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW29116071 BCX0" style="margin: 0px;padding: 0px">System Mailboxes → Administration → Email Accounts</span></span><span class="TextRun SCXW29116071 BCX0" lang="EN-US" style="margin: 0px;padding: 0px;color: #000000;font-size: 12pt;line-height: 20.925px;, serif" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW29116071 BCX0" style="margin: 0px;padding: 0px"> and go to module.</span></span><span class="EOP Selected SCXW29116071 BCX0" style="margin: 0px;padding: 0px;cursor: default;color: #000000;font-size: 12pt;line-height: 20.925px;, serif;background-color: #c6c6c6 !important;border-color: #c6c6c6 !important" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2135627 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="2135627" 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-31ca53f elementor-widget elementor-widget-image" data-id="31ca53f" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="330" src="https://logiupskills.com/wp-content/uploads/2026/06/image-4.png" class="attachment-large size-large wp-image-15808" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-4.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-4-300x155.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-4-768x396.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-07db2a9 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="07db2a9" 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-a0b16e1 elementor-widget elementor-widget-text-editor" data-id="a0b16e1" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li><span class="TextRun SCXW79433283 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW79433283 BCX0">Click on the </span></span><span class="TextRun SCXW79433283 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW79433283 BCX0">Email Accounts</span></span><span class="TextRun SCXW79433283 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW79433283 BCX0"> module, select </span></span><span class="TextRun SCXW79433283 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW79433283 BCX0">New</span></span><span class="TextRun SCXW79433283 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW79433283 BCX0">, and fill the data into fields</span><span class="NormalTextRun SCXW79433283 BCX0">.  Aslo,  create a user account and give the user some Email address.</span></span><span class="EOP Selected SCXW79433283 BCX0" data-ccp-props="{}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-4f939ce e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="4f939ce" 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-3d378c9 elementor-widget elementor-widget-image" data-id="3d378c9" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="329" src="https://logiupskills.com/wp-content/uploads/2026/06/image-5.png" class="attachment-large size-large wp-image-15811" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-5.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-5-300x154.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-5-768x395.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-818746e e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="818746e" 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-03ea75e elementor-widget elementor-widget-text-editor" data-id="03ea75e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li><span class="TextRun SCXW102715174 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW102715174 BCX0">In the above snapshot, enter the </span></span><span class="TextRun SCXW102715174 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW102715174 BCX0">16-digit passkey</span></span><span class="TextRun SCXW102715174 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW102715174 BCX0"> you generated earlier into the highlighted </span></span><span class="TextRun SCXW102715174 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW102715174 BCX0">Password</span></span><span class="TextRun SCXW102715174 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW102715174 BCX0"> field. Set the </span></span><span class="TextRun SCXW102715174 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW102715174 BCX0">Type</span></span><span class="TextRun SCXW102715174 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW102715174 BCX0"> as </span></span><span class="TextRun SCXW102715174 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW102715174 BCX0">SMTP</span></span><span class="TextRun SCXW102715174 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW102715174 BCX0">, as shown in the snapshot.</span></span><span class="EOP Selected SCXW102715174 BCX0" data-ccp-props="{}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7c22402 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="7c22402" 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-c6818ad elementor-widget elementor-widget-heading" data-id="c6818ad" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h6 class="elementor-heading-title elementor-size-default">What is SMTP? </h6>				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a607fbf e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="a607fbf" 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-fc7e746 elementor-widget elementor-widget-text-editor" data-id="fc7e746" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span class="TextRun SCXW189921634 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW189921634 BCX0">SMTP (Simple Mail Transfer Protocol) is the core protocol used to send emails out from the platform, handling notifications, alerts, and inbound email processing by connecting to mail servers, allowing instances to communicate with users and external systems for automated communication.</span></span><span class="EOP Selected SCXW189921634 BCX0" data-ccp-props="{}"> </span></p>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bb6f0a2 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="bb6f0a2" 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-0284b99 elementor-widget elementor-widget-text-editor" data-id="0284b99" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li><span class="TextRun SCXW205722334 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW205722334 BCX0">After completing the configuration, click on </span></span><span class="TextRun SCXW205722334 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW205722334 BCX0">Test Connection</span></span><span class="TextRun SCXW205722334 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW205722334 BCX0"> to verify that the email setup is working successfully.</span></span><span class="EOP Selected SCXW205722334 BCX0" data-ccp-props="{}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0802601 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="0802601" 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-63d8ce4 elementor-widget elementor-widget-image" data-id="63d8ce4" 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/2026/06/image-6-1.png" class="attachment-large size-large wp-image-15818" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-6-1.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-6-1-300x153.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-6-1-768x391.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d3de6fc e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="d3de6fc" 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-bd4d2bd elementor-widget elementor-widget-text-editor" data-id="bd4d2bd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li><span class="TextRun SCXW52514766 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW52514766 BCX0">Now repeat the same procedure for the </span></span><span class="TextRun SCXW52514766 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW52514766 BCX0">POP3 connection</span></span><span class="TextRun SCXW52514766 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW52514766 BCX0">, </span><span class="NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW52514766 BCX0">ensuring</span><span class="NormalTextRun SCXW52514766 BCX0"> all required details are configured correctly.</span></span><span class="EOP Selected SCXW52514766 BCX0" data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a8dc96e e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="a8dc96e" 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-7ae21f4 elementor-widget elementor-widget-image" data-id="7ae21f4" 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/2026/06/image-7-1.png" class="attachment-large size-large wp-image-15819" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-7-1.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-7-1-300x153.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-7-1-768x392.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8111e82 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="8111e82" 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-e7ac190 elementor-widget elementor-widget-text-editor" data-id="e7ac190" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li><span class="TextRun SCXW96279077 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW96279077 BCX0">Now create an </span></span><span class="TextRun SCXW96279077 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW96279077 BCX0">Email Inbound Action</span></span><span class="TextRun SCXW96279077 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW96279077 BCX0">. In the </span></span><span class="TextRun SCXW96279077 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW96279077 BCX0">When to Run</span></span><span class="TextRun SCXW96279077 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW96279077 BCX0"> section, set the </span></span><span class="TextRun SCXW96279077 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW96279077 BCX0">Type = Reply</span></span><span class="TextRun SCXW96279077 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW96279077 BCX0"> and configure the condition as shown in the snapshot below.</span></span><span class="EOP Selected SCXW96279077 BCX0" data-ccp-props="{}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b1f394c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="b1f394c" 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-22be9d7 elementor-widget elementor-widget-image" data-id="22be9d7" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="331" src="https://logiupskills.com/wp-content/uploads/2026/06/image-8-1.png" class="attachment-large size-large wp-image-15820" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-8-1.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-8-1-300x155.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-8-1-768x397.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f1a8d0c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="f1a8d0c" 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-8104905 elementor-widget elementor-widget-text-editor" data-id="8104905" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li><span class="TextRun SCXW188395154 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW188395154 BCX0">Next, navigate to the </span></span><span class="TextRun SCXW188395154 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW188395154 BCX0">Action</span></span><span class="TextRun SCXW188395154 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW188395154 BCX0"> section and configure the required conditions. You may also write a script if needed; however, if the conditions are working correctly, writing a script is not necessary.</span></span><span class="EOP Selected SCXW188395154 BCX0" data-ccp-props="{}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-093b76d e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="093b76d" 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-8b8c323 elementor-widget elementor-widget-text-editor" data-id="8b8c323" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li><span class="TextRun SCXW176003300 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW176003300 BCX0">Now, create an incident using the configured user and resolve the incident, a notification will automatically be sent and delivered to your registered email address.</span></span><span class="EOP Selected SCXW176003300 BCX0" data-ccp-props="{}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-24155d1 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="24155d1" 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-7e8a497 elementor-widget elementor-widget-image" data-id="7e8a497" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="353" src="https://logiupskills.com/wp-content/uploads/2026/06/image-9-1.png" class="attachment-large size-large wp-image-15821" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-9-1.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-9-1-300x165.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-9-1-768x423.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e2498ab e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="e2498ab" 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-c87346b elementor-widget elementor-widget-text-editor" data-id="c87346b" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li><span class="TextRun SCXW230837112 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW230837112 BCX0">Like </span><span class="NormalTextRun SCXW230837112 BCX0">below, you can see the Gmail you configured</span><span class="NormalTextRun SCXW230837112 BCX0">, the confirmation email sent through ServiceNow.</span></span><span class="EOP Selected SCXW230837112 BCX0" data-ccp-props="{}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c62f489 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="c62f489" 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-0616a24 elementor-widget elementor-widget-image" data-id="0616a24" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="333" src="https://logiupskills.com/wp-content/uploads/2026/06/image-10.png" class="attachment-large size-large wp-image-15828" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-10.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-10-300x156.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-10-768x400.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-be2fa94 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="be2fa94" 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-036ed71 elementor-widget elementor-widget-text-editor" data-id="036ed71" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<ul><li><span class="TextRun SCXW28782465 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW28782465 BCX0">When you reply to the incident email, the message is automatically populated in the incident activity, and the incident is reopened or moved to the </span></span><span class="TextRun SCXW28782465 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW28782465 BCX0">In Progress</span></span><span class="TextRun SCXW28782465 BCX0" lang="EN-US" xml:lang="EN-US" data-contrast="auto"><span class="NormalTextRun SCXW28782465 BCX0"> state.</span></span><span class="EOP Selected SCXW28782465 BCX0" data-ccp-props="{}"> </span></li></ul>								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7a89e71 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="7a89e71" 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-324afac elementor-widget elementor-widget-image" data-id="324afac" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="281" src="https://logiupskills.com/wp-content/uploads/2026/06/image-11.png" class="attachment-large size-large wp-image-15831" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-11.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-11-300x132.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-11-768x337.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d0c77a5 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="d0c77a5" 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-37aba16 elementor-widget elementor-widget-image" data-id="37aba16" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="640" height="331" src="https://logiupskills.com/wp-content/uploads/2026/06/image-13.png" class="attachment-large size-large wp-image-15837" alt="" srcset="https://logiupskills.com/wp-content/uploads/2026/06/image-13.png 936w, https://logiupskills.com/wp-content/uploads/2026/06/image-13-300x155.png 300w, https://logiupskills.com/wp-content/uploads/2026/06/image-13-768x397.png 768w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/email-inbound-outbound-action/">Email Inbound/Outbound Action</a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/email-inbound-outbound-action/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Logging and Debugging </title>
		<link>https://logiupskills.com/logging-and-debugging/</link>
					<comments>https://logiupskills.com/logging-and-debugging/#respond</comments>
		
		<dc:creator><![CDATA[Ashwini More]]></dc:creator>
		<pubDate>Wed, 18 Feb 2026 11:42:26 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://logiupskills.com/?p=15740</guid>

					<description><![CDATA[<p>Logging and Debugging Server-Side Logging (gs)  These methods belong to the GlideSystem (gs) object and are used in server side scripting such as Business Rules, Script Includes.  1. gs.info(), gs.warn(), gs.error()  These are the modern standards. They write to the System Log [sys_log] table. They are &#8220;level-aware,&#8221; meaning you can filter your logs by severity.  Example: gs.info(&#8220;User {0} has logged in.&#8221;, gs.getUserName());  Best for: Production-ready code and general auditing.  Use gs.info() if you are building a Scoped Application or want to follow the latest ServiceNow best practices.  2. gs.log()  The &#8220;old reliable.&#8221; It also writes to the System Log but allows you to specify a Source column, which makes filtering much easier in the list view.  Example: gs.log(&#8220;Processing record&#8221;, &#8220;MyCustomApp&#8221;);  Use gs.log() only if you are working in the Global Scope and specifically want to use a custom string in the Source column for easy filtering.  Note: This is not available in Scoped Applications (you must use gs.info there).  3. gs.print()  It writes to the localhost log file on the server but does not always appear in the sys_log table UI.  Example: gs.print(&#8220;Hello from the background script&#8221;);  Best for: Running scripts in the &#8220;Background Scripts&#8221; module where you want an immediate output on the screen.  4. gs.debug()  This only logs if the system property glide.debug.log (or a specific session debug) is enabled.  Example: gs.debug(&#8220;Variable X is: &#8221; + x);  Best for: Troubleshooting complex logic without cluttering the logs for every user.  Client-Side Logging (console)  These run in the user&#8217;s browser (Chrome, Firefox, etc.) and are used in Client Scripts and UI Scripts.  console.log() / console.debug()  These don&#8217;t write to the ServiceNow database at all. They write to the Browser Console .  console.log()   This is the standard way to output general information to the browser console. It is the most commonly used tool for &#8220;sanity checking&#8221; values while building a UI feature.  For example, print the new value while running OnChange Client script,  console.log(&#8220;The new value of the field is: &#8221; + newValue);   console.debug()   Functionally, this is almost identical to console.log(). However, it is intended for &#8220;verbose&#8221; or &#8220;debug&#8221; level messages that you might not want to see all the time.  Example: console.debug(&#8220;Current Field Value: &#8221; + g_form.getValue(&#8216;short_description&#8217;));  Best for: Real-time debugging of UI behavior.  Note: Always remove these before moving code to Production, as they are visible to any tech-savvy user.  log.print()  In standard ServiceNow JavaScript, log.print is not a native global function. You might see this in specific integrations (like IntegrationHub ETL) or if a developer has created a custom log object. Usually, if you try to run this in a standard Business Rule, it will throw an error.      Method  Environment  Log Destination  Scoped App Compatible?  gs.info()  Server  System Log (sys_log)  Yes  gs.log()  Server  System Log (sys_log)  No (Global only)  gs.print()  Server  Localhost File / Script Output  Yes  gs.debug()  Server  System Log (if debug enabled)  Yes  console.debug()  Client  Browser Console  Yes    Server-Side Debugging&#160; This applies to Business Rules, Script Includes, Scheduled Jobs, and UI Actions (server-side).&#160; The Script Debugger&#160;&#160; The&#160;Script Debugger&#160;is a built-in interface that allows you to set&#160;breakpoints. When the code hits that line, the system pauses execution, allowing you to inspect variable values in real-time.&#160; How to use:&#160;Open &#8220;Script Debugger&#8221; in the Filter Navigator, set a breakpoint (click the line number in your script), and trigger the action.&#160; Best for:&#160;Complex logic where you need to see how variables change step-by-step.&#160; Script Tracer&#160;&#160; The Script Tracer records every server-side script that executes during a transaction. It captures:&#160; Business Rules&#160; Script Includes&#160; Script Actions&#160; UI Actions&#160;(Server-side) It shows you the order of execution and the state of the record before and after each script ran.  Open the Tracer: Navigate to System Diagnostics &#62; Script Tracer.  Start Tracing: Click the Start Tracer button in the top right.  Perform the Action: Go to your form (e.g., an Incident) and perform the action you want to debug (e.g., click &#8220;Update&#8221; or change the &#8220;State&#8221;).  Stop and Analyze: Go back to the Script Tracer tab and click Stop Tracer.  Review the Trace: You will see a list of every script that ran.  Session Debugging   ServiceNow allows you to toggle specific debug logs that appear at the bottom of your UI page.  How to use: Navigate to System Diagnostics &#62; Session Debug. You can choose &#8220;Debug Business Rule,&#8221; &#8220;Debug Security (ACL),&#8221; or &#8220;Debug SQL.&#8221;  Best for: Seeing which Business Rules are firing and in what order.  Background Scripts   The Scripts &#8211; Background module is the &#8220;scratchpad&#8221; of ServiceNow. You can paste a snippet of code and run it immediately to see the output.  Best for: Testing a specific function or a GlideRecord query without having to trigger a record update.  Client-Side Debugging  This applies to Client Scripts, UI Policies, and Catalog Client Scripts.  Since client scripts run in the browser,   Console: Use console.log() to print values or debugger; in your code to force the browser to pause execution.  Sources Tab: You can find your client script in the &#8220;Sources&#8221; tab and add breakpoints directly in the browser.  The JavaScript Log &#38; Field Watcher  ServiceNow provides a built-in &#8220;JavaScript Log&#8221; window that sits inside the platform UI.  Field Watcher: Right-click any field label and select Watch field. A pane opens at the bottom showing every script, policy, or ACL that touches that specific field.  Best for: Figuring out &#8220;What script just hid this field?&#8221; or &#8220;Why did this value change to 10?&#8221;    Tool  Environment  Use Case  Script Debugger  Server  Pausing execution and inspecting variables.  Background Scripts  Server  Testing standalone code snippets quickly.  Session Debug  Server  Watching Business Rules and ACLs in real-time.  Field Watcher  Client  Tracking why a specific field&#8217;s value/visibility changed.  Browser Console  Client  Inspecting UI errors and logging manual triggers.   </p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/logging-and-debugging/">Logging and Debugging </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="15740" class="elementor elementor-15740" data-elementor-settings="{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}">
				<div class="elementor-element elementor-element-9fa951f e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent" data-id="9fa951f" 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-b25c372 elementor-widget elementor-widget-heading" data-id="b25c372" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Logging and Debugging </h2>				</div>
				<div class="elementor-element elementor-element-e71bb3d elementor-widget elementor-widget-text-editor" data-id="e71bb3d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h3><span data-contrast="none">Server-Side Logging (gs)</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3><p><span data-contrast="auto">These methods belong to the GlideSystem (gs) object and are used in server side scripting such as Business Rules, Script Includes.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p>								</div>
				<div class="elementor-element elementor-element-489de97 elementor-widget elementor-widget-text-editor" data-id="489de97" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="auto">1. gs.info(), gs.warn(), gs.error()</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">These are the modern standards. They write to the </span><b><span data-contrast="auto">System Log [sys_log]</span></b><span data-contrast="auto"> table. They are &#8220;level-aware,&#8221; meaning you can filter your logs by severity.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559685&quot;:720,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:1080,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Example:</span></b><span data-contrast="auto"> gs.info(&#8220;User {0} has logged in.&#8221;, gs.getUserName());</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:1080,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><b><span data-contrast="auto">Best for:</span></b><span data-contrast="auto"> Production-ready code and general auditing.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:1080,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><span data-contrast="auto">Use</span><b><span data-contrast="auto"> gs.info()</span></b><span data-contrast="auto"> if you are building a Scoped Application or want to follow the latest ServiceNow best practices.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-d7c7223 elementor-widget elementor-widget-text-editor" data-id="d7c7223" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="auto">2. </span><span data-contrast="auto">gs.log()</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">The &#8220;old reliable.&#8221; It also writes to the System Log but allows you to specify a </span><b><span data-contrast="auto">Source</span></b><span data-contrast="auto"> column, which makes filtering much easier in the list view.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559685&quot;:720,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:1080,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Example:</span></b><span data-contrast="auto"> gs.log(&#8220;Processing record&#8221;, &#8220;MyCustomApp&#8221;);</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:1080,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">Use</span><b><span data-contrast="auto"> </span></b><b><span data-contrast="auto">gs.log()</span></b><span data-contrast="auto"> only if you are working in the </span><b><span data-contrast="auto">Global Scope</span></b><span data-contrast="auto"> and specifically want to use a custom string in the </span><b><span data-contrast="auto">Source</span></b><span data-contrast="auto"> column for easy filtering.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:1080,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><b><span data-contrast="none">Note:</span></b><span data-contrast="none"> </span><span data-contrast="auto">This is </span><b><span data-contrast="auto">not available in Scoped Applications</span></b><span data-contrast="auto"> (you must use gs.info there).</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-ff83e8a elementor-widget elementor-widget-text-editor" data-id="ff83e8a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="auto">3. </span><span data-contrast="auto">gs.print()</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">It writes to the </span><b><span data-contrast="auto">localhost log file</span></b><span data-contrast="auto"> on the server but does </span><i><span data-contrast="auto">not</span></i><span data-contrast="auto"> always appear in the sys_log table UI.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559685&quot;:720,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="3" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:1080,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Example:</span></b><span data-contrast="auto"> gs.print(&#8220;Hello from the background script&#8221;);</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="3" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:1080,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><b><span data-contrast="auto">Best for:</span></b><span data-contrast="auto"> Running scripts in the &#8220;Background Scripts&#8221; module where you want an immediate output on the screen.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-9688b39 elementor-widget elementor-widget-text-editor" data-id="9688b39" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="auto">4. </span><span data-contrast="auto">gs.debug()</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">This only logs if the system property glide.debug.log (or a specific session debug) is enabled.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559685&quot;:720,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:1080,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Example:</span></b><span data-contrast="auto"> gs.debug(&#8220;Variable X is: &#8221; + x);</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:1080,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><b><span data-contrast="auto">Best for:</span></b><span data-contrast="auto"> Troubleshooting complex logic without cluttering the logs for every user.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-f29a893 elementor-widget elementor-widget-text-editor" data-id="f29a893" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h3><span class="TextRun SCXW45686785 BCX0" lang="EN-GB" xml:lang="EN-GB" data-contrast="none"><span class="NormalTextRun SCXW45686785 BCX0" data-ccp-parastyle="heading 2">Client-Side Logging (console)</span></span><span class="EOP SCXW45686785 BCX0" data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></h3><p><span data-contrast="auto">These run in the user&#8217;s browser (Chrome, Firefox, etc.) and are used in Client Scripts and UI Scripts.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><p><span data-contrast="auto">console.log() / console.debug()</span><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">These don&#8217;t write to the ServiceNow database at all. They write to the </span><b><span data-contrast="auto">Browser Console</span></b><span data-contrast="auto"> .</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><p><b><span data-contrast="auto">console.log()</span></b><b><span data-contrast="auto"> </span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><p><span data-contrast="auto">This is the standard way to output general information to the browser console. It is the most commonly used tool for &#8220;sanity checking&#8221; values while building a UI feature.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><p><span data-contrast="auto">For example, print the new value while running OnChange Client script,</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><p><span data-contrast="auto">console.log(&#8220;The new value of the field is: &#8221; + newValue); </span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><p><b><span data-contrast="auto">console.debug() </span></b><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">Functionally, this is almost identical to </span><span data-contrast="auto">console.log()</span><span data-contrast="auto">. However, it is intended for &#8220;verbose&#8221; or &#8220;debug&#8221; level messages that you might not want to see all the time.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Example:</span></b><span data-contrast="auto"> console.debug(&#8220;Current Field Value: &#8221; + g_form.getValue(&#8216;short_description&#8217;));</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><b><span data-contrast="auto">Best for:</span></b><span data-contrast="auto"> Real-time debugging of UI behavior.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><p><b><span data-contrast="none">Note:</span></b><span data-contrast="auto"> Always remove these before moving code to Production, as they are visible to any tech-savvy user.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><p><span data-contrast="none">log.print()</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></p><p><span data-contrast="auto">In standard ServiceNow JavaScript, log.print is </span><b><span data-contrast="auto">not a native global function</span></b><span data-contrast="auto">. You might see this in specific integrations (like IntegrationHub ETL) or if a developer has created a custom log object. Usually, if you try to run this in a standard Business Rule, it will throw an error.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p>								</div>
				<div class="elementor-element elementor-element-c7ee1bf elementor-widget elementor-widget-text-editor" data-id="c7ee1bf" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><p><span data-ccp-props="{}"> </span></p><table data-tablestyle="MsoNormalTable" data-tablelook="1696"><tbody><tr><td data-celllook="4369"><p><b><span data-contrast="auto">Method</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><b><span data-contrast="auto">Environment</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><b><span data-contrast="auto">Log Destination</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><b><span data-contrast="auto">Scoped App Compatible?</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td></tr><tr><td data-celllook="4369"><p><b><span data-contrast="auto">gs.info()</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Server</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">System Log (sys_log)</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Yes</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td></tr><tr><td data-celllook="4369"><p><b><span data-contrast="auto">gs.log()</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Server</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">System Log (sys_log)</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><b><span data-contrast="auto">No</span></b><span data-contrast="auto"> (Global only)</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td></tr><tr><td data-celllook="4369"><p><b><span data-contrast="auto">gs.print()</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Server</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Localhost File / Script Output</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Yes</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td></tr><tr><td data-celllook="4369"><p><b><span data-contrast="auto">gs.debug()</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Server</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">System Log (if debug enabled)</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Yes</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td></tr><tr><td data-celllook="4369"><p><b><span data-contrast="auto">console.debug()</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Client</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Browser Console</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Yes</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td></tr></tbody></table><p><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:0,&quot;335559739&quot;:299}"> </span></p>								</div>
				<div class="elementor-element elementor-element-c464e50 elementor-widget elementor-widget-text-editor" data-id="c464e50" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="none">Server-Side Debugging</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}">&nbsp;</span></p>
<p><span data-contrast="auto">This applies to Business Rules, Script Includes, Scheduled Jobs, and UI Actions (server-side).</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}">&nbsp;</span></p>
<p><b><span data-contrast="auto">The Script Debugger&nbsp;</span></b><span data-ccp-props="{}">&nbsp;</span></p>
<p><span data-contrast="auto">The&nbsp;</span><b><span data-contrast="auto">Script Debugger</span></b><span data-contrast="auto">&nbsp;is a built-in interface that allows you to set&nbsp;</span><b><span data-contrast="auto">breakpoints</span></b><span data-contrast="auto">. When the code hits that line, the system pauses execution, allowing you to inspect variable values in real-time.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}">&nbsp;</span></p>
<ul>
<li data-leveltext="" data-font="Symbol" data-listid="6" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">How to use:</span></b><span data-contrast="auto">&nbsp;Open &#8220;Script Debugger&#8221; in the Filter Navigator, set a breakpoint (click the line number in your script), and trigger the action.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}">&nbsp;</span></li>
</ul>
<ul>
<li data-leveltext="" data-font="Symbol" data-listid="6" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><b><span data-contrast="auto">Best for:</span></b><span data-contrast="auto">&nbsp;Complex logic where you need to see how variables change step-by-step.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}">&nbsp;</span></li>
</ul>
<p><b><span data-contrast="auto">Script Tracer&nbsp;</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}">&nbsp;</span></p>
<p><span data-contrast="auto">The Script Tracer records every server-side script that executes during a transaction. It captures:</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}">&nbsp;</span></p>
<ul>
<li data-leveltext="" data-font="Symbol" data-listid="13" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Business Rules</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}">&nbsp;</span></li>
</ul>
<ul>
<li data-leveltext="" data-font="Symbol" data-listid="13" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><b><span data-contrast="auto">Script Includes</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}">&nbsp;</span></li>
</ul>
<ul>
<li data-leveltext="" data-font="Symbol" data-listid="13" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><b><span data-contrast="auto">Script Actions</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}">&nbsp;</span></li>
</ul>
<ul>
<li data-leveltext="" data-font="Symbol" data-listid="13" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="4" data-aria-level="1"><b><span data-contrast="auto">UI Actions</span></b><span data-contrast="auto">&nbsp;(Server-side)</span></li>
</ul>								</div>
				<div class="elementor-element elementor-element-c56824a elementor-widget elementor-widget-text-editor" data-id="c56824a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-contrast="auto">It shows you the </span><b><span data-contrast="auto">order</span></b><span data-contrast="auto"> of execution and the </span><b><span data-contrast="auto">state</span></b><span data-contrast="auto"> of the record before and after each script ran.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></p><ol><li data-leveltext="%1." data-font="Calibri" data-listid="14" data-list-defn-props="{&quot;335552541&quot;:0,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769242&quot;:[65533,0],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;%1.&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Open the Tracer:</span></b><span data-contrast="auto"> Navigate to </span><b><span data-contrast="auto">System Diagnostics &gt; Script Tracer</span></b><span data-contrast="auto">.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ol><ol><li data-leveltext="%1." data-font="Calibri" data-listid="14" data-list-defn-props="{&quot;335552541&quot;:0,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769242&quot;:[65533,0],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;%1.&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><b><span data-contrast="auto">Start Tracing:</span></b><span data-contrast="auto"> Click the </span><b><span data-contrast="auto">Start Tracer</span></b><span data-contrast="auto"> button in the top right.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ol><ol><li data-leveltext="%1." data-font="Calibri" data-listid="14" data-list-defn-props="{&quot;335552541&quot;:0,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769242&quot;:[65533,0],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;%1.&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="3" data-aria-level="1"><b><span data-contrast="auto">Perform the Action:</span></b><span data-contrast="auto"> Go to your form (e.g., an Incident) and perform the action you want to debug (e.g., click &#8220;Update&#8221; or change the &#8220;State&#8221;).</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ol><ol><li data-leveltext="%1." data-font="Calibri" data-listid="14" data-list-defn-props="{&quot;335552541&quot;:0,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769242&quot;:[65533,0],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;%1.&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="4" data-aria-level="1"><b><span data-contrast="auto">Stop and Analyze:</span></b><span data-contrast="auto"> Go back to the Script Tracer tab and click </span><b><span data-contrast="auto">Stop Tracer</span></b><span data-contrast="auto">.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ol><ol><li data-leveltext="%1." data-font="Calibri" data-listid="14" data-list-defn-props="{&quot;335552541&quot;:0,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769242&quot;:[65533,0],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;%1.&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="5" data-aria-level="1"><b><span data-contrast="auto">Review the Trace:</span></b><span data-contrast="auto"> You will see a list of every script that ran.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ol><p><b><span data-contrast="auto">Session Debugging </span></b><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">ServiceNow allows you to toggle specific debug logs that appear at the bottom of your UI page.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="7" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">How to use:</span></b><span data-contrast="auto"> Navigate to </span><b><span data-contrast="auto">System Diagnostics &gt; Session Debug</span></b><span data-contrast="auto">. You can choose &#8220;Debug Business Rule,&#8221; &#8220;Debug Security (ACL),&#8221; or &#8220;Debug SQL.&#8221;</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="7" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><b><span data-contrast="auto">Best for:</span></b><span data-contrast="auto"> Seeing which Business Rules are firing and in what order.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><p><b><span data-contrast="auto">Background Scripts </span></b><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">The </span><b><span data-contrast="auto">Scripts &#8211; Background</span></b><span data-contrast="auto"> module is the &#8220;scratchpad&#8221; of ServiceNow. You can paste a snippet of code and run it immediately to see the output.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="8" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Best for:</span></b><span data-contrast="auto"> Testing a specific function or a GlideRecord query without having to trigger a record update.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><p><span data-contrast="none">Client-Side Debugging</span><span data-ccp-props="{&quot;134245418&quot;:true,&quot;134245529&quot;:true,&quot;335559738&quot;:160,&quot;335559739&quot;:80}"> </span></p><p><span data-contrast="auto">This applies to Client Scripts, UI Policies, and Catalog Client Scripts.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><p><span data-contrast="auto">Since client scripts run in the browser, </span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="9" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Console:</span></b><span data-contrast="auto"> Use console.log() to print values or debugger; in your code to force the browser to pause execution.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="9" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><b><span data-contrast="auto">Sources Tab:</span></b><span data-contrast="auto"> You can find your client script in the &#8220;Sources&#8221; tab and add breakpoints directly in the browser.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><p><b><span data-contrast="auto">The JavaScript Log &amp; Field Watcher</span></b><span data-ccp-props="{}"> </span></p><p><span data-contrast="auto">ServiceNow provides a built-in &#8220;JavaScript Log&#8221; window that sits inside the platform UI.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:240}"> </span></p><ul><li data-leveltext="" data-font="Symbol" data-listid="10" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="1" data-aria-level="1"><b><span data-contrast="auto">Field Watcher:</span></b><span data-contrast="auto"> Right-click any field label and select </span><b><span data-contrast="auto">Watch field</span></b><span data-contrast="auto">. A pane opens at the bottom showing every script, policy, or ACL that touches that specific field.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul><ul><li data-leveltext="" data-font="Symbol" data-listid="10" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" data-aria-posinset="2" data-aria-level="1"><b><span data-contrast="auto">Best for:</span></b><span data-contrast="auto"> Figuring out &#8220;What script just hid this field?&#8221; or &#8220;Why did this value change to 10?&#8221;</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:240,&quot;335559739&quot;:240}"> </span></li></ul>								</div>
				<div class="elementor-element elementor-element-ecf261e elementor-widget elementor-widget-text-editor" data-id="ecf261e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><span data-ccp-props="{}"> </span></p><table data-tablestyle="MsoNormalTable" data-tablelook="1696"><tbody><tr><td data-celllook="4369"><p><b><span data-contrast="auto">Tool</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><b><span data-contrast="auto">Environment</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><b><span data-contrast="auto">Use Case</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td></tr><tr><td data-celllook="4369"><p><b><span data-contrast="auto">Script Debugger</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Server</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Pausing execution and inspecting variables.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td></tr><tr><td data-celllook="4369"><p><b><span data-contrast="auto">Background Scripts</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Server</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Testing standalone code snippets quickly.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td></tr><tr><td data-celllook="4369"><p><b><span data-contrast="auto">Session Debug</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Server</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Watching Business Rules and ACLs in real-time.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td></tr><tr><td data-celllook="4369"><p><b><span data-contrast="auto">Field Watcher</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Client</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Tracking why a specific field&#8217;s value/visibility changed.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td></tr><tr><td data-celllook="4369"><p><b><span data-contrast="auto">Browser Console</span></b><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Client</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td><td data-celllook="4369"><p><span data-contrast="auto">Inspecting UI errors and logging manual triggers.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335559738&quot;:0,&quot;335559739&quot;:0}"> </span></p></td></tr></tbody></table><p><span data-ccp-props="{}"> </span></p>								</div>
					</div>
				</div>
				</div>
		<p>&lt;p&gt;The post <a rel="nofollow" href="https://logiupskills.com/logging-and-debugging/">Logging and Debugging </a> first appeared on <a rel="nofollow" href="https://logiupskills.com">LogiUpSkill</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://logiupskills.com/logging-and-debugging/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
