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

In simple list widget filter is not working

Hi All,I have add one Widget called simple list in service portal in witch I have added my custom table. now I want to add filter condition like created by is dynamic. for that in custom table I have already added one condition like created by is jav...

keval3_0-1678958226572.png
keval3 by Tera Contributor
  • 811 Views
  • 2 replies
  • 0 helpfuls

Resolved! Can we move Global update set to custom update set ?

Hi Team ,we are capture the changes in global update set ,now requirement changes and client asking us to capture in custom application scope So is it possible to move the global update set changes to custom scope automatically  or we have to recaptu...

String by Kilo Sage
  • 1533 Views
  • 3 replies
  • 1 helpfuls

Resolved! Validation regex for using in client script

Hi,How to validate a field which should accept only numbers with separators or decimals.Eg: it should be like 0,00 or 0.00Can someone help in the validation regex for this requirement. Thanks in advance!

Buddy 1 by Tera Contributor
  • 1291 Views
  • 7 replies
  • 0 helpfuls

Resolved! How to limit string to specific values

Hi, I have the field 'name' of type string in my catalog item. I need to write on change client script on this field.The user can type only these combination of characters: 1) small english letters2) numbers3) he can use only the special symbol '-'  ...

Alon Grod by Tera Expert
  • 1147 Views
  • 3 replies
  • 2 helpfuls

Resolved! on Before Insert Business Rule problem

I have an on Before insert BR on the incident table that suppose to populate the assignment group field. Even though Im getting the log 'TRUE', the assignment group is not populated and instead Im getting an empty value inside the assignment group fi...

Alon Grod by Tera Expert
  • 1638 Views
  • 13 replies
  • 4 helpfuls

Advanced Work Assignment - Agent Chat

Hello, This is quite confusing for me and would appreciate if anyone responds. Scenario is we have two support groups.1. Customer Support Group 2. Employee Support GroupChat will be routed based on the user who initiated a chat, right? Initially an i...

Anne25 by Tera Contributor
  • 1745 Views
  • 2 replies
  • 0 helpfuls

State update between RITM and Task.

Hi All,I have a requirement when the catalog task state should be updated with the RITM state. Below is the scenario. One RITM has two parallel tasks. One task is pending customer action and another one is a work in progress. I need to update the RIT...

Expand and Collapse button in Container for Record producer

I used record producer for one of the catalog item in CSM. In record producer I created 2 containers. When I click on Preview item I am able to see the Expand and collapse buttons on Containers. Once I do the same in service portal it is not visible....

find_real_file.png
Shruthi Bk by Kilo Contributor
  • 2163 Views
  • 3 replies
  • 0 helpfuls

Restricting visibility of UI Macro based on roles

Hi, does anyone know how to restrict the visibility of a UI Macro - for example the user_show_incidents that comes out of the box? I want to make this available only to users with itil role so it is not visible to self-service users.There is somethin...

Resolved! Make a Reference value depend on a List Choice value

Hi,I have a table Company(core_company) which has 2 fields Name(name,type : String) and Area(u_area, type : Choice). In Area there are 10 values(or more).For example, when Area = Russia, there will be 3 Name(A,B,C); Area = Japan will have 3 Name(C,D,...

Chronos_1-1678941121852.png
Chronos by Tera Contributor
  • 1616 Views
  • 6 replies
  • 1 helpfuls

Redirect login_cpw? to custom page

Hi all,As our requirements we need to create custom page instead of login_cpw.I need solution for any time system throw user to this page - redirect it to my custom page.I see this solution Using different password change page after login but- i want...