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

Forum Posts

Resolved! Change Management

Users without the 'change_manager' or 'admin' role should NOT be able to Create a change task after after the change has left the 'New' state.Users without the 'change_manager' or 'admin' roles should also not have an 'Edit' button on the 'Affected C...

shatakshi10 by Tera Contributor
  • 1452 Views
  • 9 replies
  • 1 helpfuls

Check box restrictions based on combination

Hi Folk, I have requirement and still i didn't find the correct logic to get this implemented.Scenario: I have 5 check boxes as below:1. Laptop2. Mobile3. Desktop4. Printer5. Mouse currently user can select all check boxes at a time but i want to let...

Facing an issue in portal level

Hi All, I am new to ServiceNow, can you please help me on this issue.In a catalog item, I have a reference field (i.e. Location) that is dependent on another field (i.e. Reference for). When I select a value in the Reference for field, the Location f...

ATF step "Click component" not retrieving page elements

Hi,I am trying to create ATF test to test service portal.When using page inspector for the portal page, I am able to click on the components and navigate through the portal.On the ATF test when I add the test step "Click Component" retrieve button is...

Afsar2_0-1729535795165.png
Afsar2 by Tera Contributor
  • 1309 Views
  • 5 replies
  • 0 helpfuls

Resolved! Search group roles are not working for global search

when you are searching for a record in global search for search group is there in that role field is not working like i gave role to admin only in search group but its working for others as well. whats the use of that role if servicenow considering a...

abhi159 by Kilo Sage
  • 646 Views
  • 1 replies
  • 0 helpfuls

Dynamic sender configuration in email client

Hi, I need help to have sender configuration in email client. I need 'assigned to' email id in the Reply To field. I have written the code like this in the sender configuration of email client configuration, selecting script in From Generation Type, ...

Help with run script in SLA workflow

Hi Everyone, I have created SLA workflow for RITM. I have created two run scripts in that workflow, : 1. When SLA completes 75% , the assignment group of RITM should be changed to another assignment group   var reqItem = current.task.request_item; ...

Duration field how to hide days and seconds

Is there a way to use a duration field and hide both the days and the seconds in duration fields?  I found that I can use a variable attribute of: "max_unit=hours" and that works for minutes if you don't want to show days or hours, or even seconds if...