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

Forum Posts

Resolved! Powershell activity credential tagging

I have a run powershell activity that has a custom script to create DHCP reservations I'm attempting to use credential tagging to send credentials loaded into the instance with the correct level of access to the powershell script to run as that user ...

Resolved! Unable to insert record in table

I am trying to do this insert from Script - Background// Add recordgs.log("Add warehouse item");var gr1 = new GlideRecord('x_80267_inventory_warehouse');gr1.initialize();gr1.name = "building";gr1.insert();var ref = gr1.insert();gs.log('Added item id:...

mareks_p by Giga Contributor
  • 4243 Views
  • 5 replies
  • 2 helpfuls

[Solved] Adding comments and work notes via JSONv2

Hi,  Solution posted at the end.  Apologies for the length of this; I want to be thorough in what I've tried.  I'm struggling to INSERT comments and work notes for incidents via JSONv2. The user account I am using for this is the creator of the incid...

robinm by Kilo Explorer
  • 10694 Views
  • 14 replies
  • 1 helpfuls

service portal, angular, ng-animate, ng-view

What I'm trying to do is animate between pages with a sliding effect or even between widgets.   I've tried including it into the theme and even as a "dependancy", no luck.   Clicking "include on page load" within the widget dependancy, crashes the pa...

scottl by Kilo Sage
  • 3697 Views
  • 8 replies
  • 7 helpfuls

Resolved! Can we extend an Incident Table?

I am current using a developer personal instance provided by ServiceNow and an instance my company is using. In both instances i cannot extend Incident Table.Why can't i do so?

nidhishah by Kilo Contributor
  • 2465 Views
  • 1 replies
  • 2 helpfuls

Resolved! Force a view after submitting a record producer

We have customers with no roles coming into a custom CMS page to request Incident, Problem, and Changes. For Incident, I have been able to change the default view called Self-Service to meet my needs. How can I force the users to see a view for Probl...

stevewilson by Kilo Contributor
  • 3042 Views
  • 3 replies
  • 1 helpfuls

Resolved! How to show all request in the list

Hi,Is there a way to see all the list of the request and not just the request that I created? Where can I possibly configure that? I checked the Application Menu and ACLs and it doesnt look like its restricting anything on list view. Or maybe I'm jus...

q1.PNG
jmcagod by Kilo Guru
  • 5244 Views
  • 6 replies
  • 0 helpfuls

Resolved! how to get date field value in the workflow

Hi all,i have a catalog item .in which(internal it ) can can share any updates on future days ,i have created a catalog item ,in that i have two fields ,"date" and "message " ,now internal it   can selcted the "date" and   filling   "message" clicks ...

govardhantv by Kilo Contributor
  • 5376 Views
  • 4 replies
  • 0 helpfuls

Resolved! hyphen causes truncation

I have a normal business rule that takes a string value and writes it to another table, like so:if(current.wf_activity.getDisplayValue() == 'Approver'){   updateSummarizer(current.sysapproval, 'Approval Comments', current.state + ' - ' + current.comm...

Mike Allen by Mega Sage
  • 1834 Views
  • 3 replies
  • 0 helpfuls

mailto autosend

I got a requirement to send email with images inside its body and on click of of those images email needs to be sent back to Snow alongwith the watermark details to capture users response.So i have made those images as link image and provided a mailt...

How to call UI macros in to Ui page?

Hi All,                 I want to call ui macro in to ui page so for that i used below tag but its not working and its showing blank page please help me on this.                   <g:macro_invoke macro="ui macro name" />Regards,mahesh

luman by Kilo Contributor
  • 7386 Views
  • 5 replies
  • 3 helpfuls

How to redirect parent page from UI action in iFrame

Hi guys,I have in CMS an iFrame with UI action (it's form of sysapproval_approver record).After I submit this UI Action I want to redirect my parent page to different URL in server-side script.Is there a way how to do it?If I use action.setRedirectUR...