Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! Restrict the users editing the record using ACL

Hi everyone,I want to restrict all the groups using ACL to edit the Incident form, my requirement is any user in a group can view all the incidents, but he should not be able to edit the other incidents raised by others, but he should have access to ...

Convert Alerts to Incidents in ServiceNow

Hi All,I have a requirement where i was asked to integrate a third party dashboard tool with ServiceNow .Objective:Integration the Alert Management   from a third party dashboard GUI to Service-Now.   The goal is to trigger an incident ticket per eac...

sunny13 by Giga Expert
  • 2077 Views
  • 5 replies
  • 0 helpfuls

Resolved! Client Script alert

Hi All,Hoping for some help with my alert message client script.I have a requirement to have my customer fill out a field with a minimum and maximum of 6 numbers and no characters.I have created an onchange client script which appears to work well, h...

Resolved! RECORD NOT FOUND

Hi,When I am trying to open an existing record from my new table, it says 'Record Not Found'. What could be the reason?

Resolved! How to prevent from inserting into a record?

I've written a business rule to prevent a user from inserting a record if priority is critical. Used setabortaction() for this. BUt it is also preventing user who perform updates and delete.Using which method can i prevent only inserting to a record?...

Resolved! Deactivation of field

Hi All,         I want to deactivate a custom field and it should not be visible for end users on list layout or on reports lists. But When I made that field inactive, still I could see in list layout and editable. Is there any way to hide it or only...

jeevitha3 by Kilo Contributor
  • 2889 Views
  • 10 replies
  • 0 helpfuls

UI page on record producer

Hi,I have created the following UI page (pop-up) for my record producer upon submission, but for some reason, the pop-up window just flashes for a second.Here's my onSubmit() catalog client script:                   Is there anything I'm missing?   W...

find_real_file.png find_real_file.png

Hide Annotation with Client Script

Is it possible to hide an Annotation with a client script the way we can make fields visible/invisible?I'd like to be able to hide an Annotation along with a set of fields for a specific set of users.As a workaround, I suppose I could create an actua...

by  
  • 13487 Views
  • 15 replies
  • 3 helpfuls

Resolved! Copy URL to Clipboard

I use the "Copy URL to Clipboard" UI Macro all the time. I right-click on the header of the incident and choose Copy URL. A browser dialog pops up saying that security prevents copying directly to the clipboard, so I'll need to press Ctrl-C and then ...

how do I build a to do list

I have a number of repeatable tasks that my team has to work on, some that are daily, weekly, monthly.I'm not sure exactly where to start.   Can someone provide direction?   I'm fairly new to ServiceNow but this seems like it should be a fairly simpl...

russdiven by Kilo Explorer
  • 2300 Views
  • 3 replies
  • 0 helpfuls

Resolved! Error using using global.JSON.stringify() in scoped application - 'Evaluator.evaluateString() problem: java.lang.ClassCastException:'

I am getting this error 'Evaluator.evaluateString() problem: java.lang.ClassCastException:' when using global.JSON.stringify() in a scoped application - Any ideas why?In my opinion JSON.stringify should work for any valid Javascript object - Is this ...

jarethdisley by Kilo Contributor
  • 3562 Views
  • 11 replies
  • 2 helpfuls

Resolved! missing name after . operator

I'm trying to set up a UI page in SNow and am receiving the error "missing name after . operator" when trying to save. I've included the code that it is referencing as the problem below but can include all of it if that seems necessary. The spot that...