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

Forum Posts

Resolved! record not found after clicking on save button

i  have created acl to stop users from accessing the incidents outside of their assignment groups. now they can assign the incidents outside to the groups as per ci and location they will get the list of assignment groups. issue is post saving that a...

rajneesh7 by Kilo Expert
  • 1579 Views
  • 4 replies
  • 0 helpfuls

How to translate module title to other languages

Hi Folks, I have a query, I  have a module with title Cost center" . so when a user with german language login it should show in his/her respective language. I have used sys_translated table, and defined the translated value in german. But it is not ...

tapasvi by Giga Contributor
  • 1981 Views
  • 4 replies
  • 0 helpfuls

Resolved! Script works in 'Scripts - Background' module, but not workflow?

Hello, everyone, I am working on a script that automatically consumes. It works fine when I use the Script - Background module, but when I use it in a workflow, I get a different result. Basically, in the workflow, it takes the consumable and puts it...

find_real_file.png
CJB by Tera Expert
  • 4862 Views
  • 24 replies
  • 12 helpfuls

How to access previous value of "state" field in workflow

Hi All, I have a workflow running on HR payroll table . I want to set the "state" field to its previous value . How can I write in workflow . Below code i am using now, its seems not working  current.state = workflow.scratchpad.state;current.update()...

Roshani by Tera Expert
  • 1646 Views
  • 10 replies
  • 0 helpfuls

Resolved! What does this code means? ScriptInclude "CMSEntryPage"

The property "glide.entry.page.script" has value as "new CMSEntryPage().getEntryPage()" I checked the script include "CMSEntryPage". But it has a code which I am not able to understand. what does this code means?   <CMSEntryPage> var CMSEntryPage = C...

Asami by Tera Contributor
  • 2466 Views
  • 5 replies
  • 1 helpfuls

Resolved! Placeholder for String field on the From

Hello all, Could you please advise how to add Placeholder (Example text) to the field on the form in ServiceNow? I need something similar to Example text added to Variables?   For example I want to add to Description field to Incident form the follow...

find_real_file.png
Maria31 by Tera Contributor
  • 5111 Views
  • 5 replies
  • 1 helpfuls

Close browser tab when button is clicked

Hello everyone! I have a form button called 'Close'. My requirement is as follows: When the button is clicked, the browser tab should be closed. What scripting should be done for this in the UI Action, can anyone help me with this please? Thanks in a...

Resolved! Dynamically Add and Remove Users to/from Group

Hello, We are looking to set up a automated process to add users to a specific group and remove them dynamically once or twice a day. Group membership criteria would be: Active = trueLocked Out = FalseEmployee Type = Internal or ExternalEmail Ends wi...

Bruce11 by Giga Expert
  • 2948 Views
  • 11 replies
  • 3 helpfuls

Resolved! How to hide the Agent Workspace side panel by default

Hi everyone, Is there a way to hide the form/contextual side panel by default when a user opens Agent Workspace? We currently have Agent Assist, Attachment and Template options available for our users and Agent Assist always opens by default when ope...