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

Forum Posts

Re-open closed incident using Business rule ?

Hi all,  Is there a way to  use BR to re-open closed incident? I know it's not a  good practice to re-open the closed incidents mainly it will mess up the records. However, it's due to the company culture issue, we need to false and enable such re-op...

How to do dot walking in groupBy() method.

Hi,For Example: By doing GlideRecord on incident table, i want to filter records groupby assignment group managers var agg = new GlideAggregate('incident');agg.addQuery('active=true');agg.groupBy('assignment_group.manager');agg.query();While(gr.next)...

Charan123 by Tera Expert
  • 731 Views
  • 3 replies
  • 0 helpfuls

Resolved! Set Assignment Group Based on Configuration Item

Hello...I am trying to get my assignment group to auto populate 'IS-Applications Docusign' when the Configuration Idem is 'DocuSign-Prod' Currently, if i select 'category' = Application, and SubCategory=Application Support, and i input  DocuSign-Prod...

Resolved! Is there any other way I can restrict Knowledge Base articles to a specific group - aside from the 'Can Read' and 'Cannot Read' fields

Hello all, I am aware of the 'Can Read' and 'Cannot Read' fields that can be added to the KB form - which I have demo'd to my customer and he doesn't want/like. Below is the specific requirement from the customer:  "I would like to upload articles to...

Hola Ola by Giga Guru
  • 3041 Views
  • 4 replies
  • 2 helpfuls

Multi provider SSO issue

Unfortunately, we still have an issue with our OKTA SSO that we cannot resolve so would like your help please.   Our scenario:   We have two different OKTA’s that need to sign into our servicenow instance. This is dependent on company.   We have both...

Jack62 by Giga Guru
  • 1349 Views
  • 2 replies
  • 1 helpfuls

Using ui macros in service portal

As part of a requirement, I need to add the same UI macro "macro_watch_list" and "add_me" in the incident form in Service Portal and need to map the value to the backend watchlist of incident form. Could you please tell how can i achieve this. I am i...

Bhagya_0-1668781525365.png
Bhagya by Tera Contributor
  • 875 Views
  • 1 replies
  • 0 helpfuls

Resolved! Find duplicate users in two groups

Hi,It may sound simple but I can't wrap my head around this one at the moment.I have two groups and need to find users that are members of both. How can I show those in a report? I guess I should look at sys_user_gr_member table. It is easy to find a...

Thomas G by Tera Guru
  • 1384 Views
  • 10 replies
  • 3 helpfuls

Remove the inactive members

In the group many of them are inactive, so two things to be done:1. Remove the inactive members by running a fix script to fix the existing data2. Fix the code which removes the inactive members from the group.How to write fix script to remove the in...

siri27 by Tera Contributor
  • 1355 Views
  • 3 replies
  • 2 helpfuls

check box alignment

Morning Team ,  Is there a way  can we align the label of the checkbox to the right of the checkbox?currently we have and we want like below Thanks for your feedback and guidance !  

pramn_0-1668746474892.png pramn_1-1668746548660.png
pramn by Kilo Sage
  • 491 Views
  • 3 replies
  • 0 helpfuls

Show all reportees / subordinates

I have some users in sys_user who are managers as well as they are under some manager. I need to create a function which given a user's sys_id, it should return a json object with all it's reportees under him/her  (direct and indirect). Using recursi...