We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Empty spaces in list view of SC TASK table

Hello All, Itil users are facing issue to view SC_TASKs in List view, gaps are showing between the records.Please check the attached screenshot.How we can know the cause for this issue, Please help how we can fix this?@Ankur Bawiskar @Dr Atul G- LNG ...

sattar3_1-1717915419646.png sattar3_2-1717915551907.png
sattar3 by Tera Contributor
  • 498 Views
  • 5 replies
  • 0 helpfuls

Resolved! Getting null from GlideAjax

Script Include: var AUtils = Class.create();AUtils.prototype = Object.extendsObject(AbstractAjaxProcessor, {    checkEmail: function() {        var email1 = this.getParameter('sysparam_useremail');       var uprofile = new GlideRecord('sys_user');   ...

samadam by Kilo Sage
  • 701 Views
  • 5 replies
  • 0 helpfuls

Catalog client script is not working on the portal

I have the following onChance client script what is working as intended in the backand on the catalog item, but it does not work on the portal.function onChange(control, oldValue, newValue, isLoading) { if (isLoading) { return; } ...

Wasd123 by Tera Expert
  • 799 Views
  • 4 replies
  • 0 helpfuls

Resolved! Filter conditions on requested for type variable

Hello Everyone, I have a requested for type variable in my catalog item and I want to show the users with the same company as the logged in user. Scenario: I have user 1000 users in which Company A has 500 users and Company B has 500 Users. When a us...

jitendrag by Tera Expert
  • 1322 Views
  • 8 replies
  • 1 helpfuls

catalogue item variables populate on notification body

i want to populate catalogue item variables values populate on notification body i triggered notification by using event creation in workflow i wrote a email script and called in notification body but it's populate  only vendorname not valuevar Vendo...

poco by Tera Contributor
  • 417 Views
  • 2 replies
  • 0 helpfuls

Interview Questions

 Hi Team,      Can any one Please provide me Interview questions on, 1. Notifcations, 2. ACL, 3. Workflows, 4. Business Rules. 5.Service Portal 6.Service Catalog  

Sudesh Ram by Kilo Contributor
  • 26993 Views
  • 12 replies
  • 53 helpfuls

Request workflow best practice

Customer Requirement:  To make Request state approved only when all the corresponding RITMs are approved.OOB Workflow: Request is approved based on pricing and corresponding RITMs are generated and waiting for approvals.What change we need to do if w...

Need help on ESC portal

User don't have any completed task on esc portal in desktop view I can see message You don't have any completed tasks yet.when switch to mobile view it's disappear how to show this message on mobile view as well. what will be the best solution for th...

desktop view.PNG mobile view.PNG