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! Returning empty response object

Hello, I am using scripted rest API to do some close operation. I am trying to generate response object from a different function and return it back but it does return only empty "". When i am trying to print it does work.   Code -  (function process...

Eash1 by Tera Expert
  • 2870 Views
  • 1 replies
  • 1 helpfuls

Resolved! Blank response object for REST API

Hello, I am using a scripted REST API to do an close operation but unfortunately it does return an empty response but when i am trying to print the object it does works fine.   Code -  (function process(/*RESTAPIRequest*/ request, /*RESTAPIResponse*/...

Eash1 by Tera Expert
  • 4089 Views
  • 1 replies
  • 1 helpfuls

Azure Pipelines gate failing, SN API not returning JSON

We have setup the Azure DevOps and SN integration. Azure DevOps is complaining that the SN API is not returning JSON. Can anyone provide guidance? The error below is on the ADO Pipeline:   =============================================================...

toledotown by Kilo Explorer
  • 2348 Views
  • 5 replies
  • 0 helpfuls

Resolved! Get selected value from html select in widget

Hoping you can help with this! I am building a widget to escalate tasks and I have created a select box to drop down the assignment group for them to go to. <select id="group_name" name="group_name" model="c.data.selectedgroup"> <option disabled hidd...

find_real_file.png

Resolved! Knowledge Feedback Comments Field

I am trying to find a way to get to the data that is stored in the comments field on the table kb_feedback.  This table seems to not be extended from the task table so I have not been able to dot walk to the comments field.  Here is what I am trying ...

Resolved! Advanced View Rule - hasRole + assignment_group

Hi, I'm trying to achieve an view rule that accomplishes the following demand: (gs.hasRole('real_estate_agent') && current.assignment_group == 'Real Estate'){answer = "real_estate";} Tickets(sc_request) that are assigned to the Real Estate assignment...

Extract data from HTML tables from incoming emails?

Hi Everyone,I have requirement to parse out   the HTML tables and get that information put into separate fields. When the incoming emails are coming to our system, inbound actions will take the data in the incoming emails body and kept that data in t...

find_real_file.png
daggupati by Tera Contributor
  • 4008 Views
  • 9 replies
  • 3 helpfuls

Client-side equivalent of current.update?

We created our own application and wanted to create something similar to the UI Action "Create Problem" (or change, etc). After the button is pressed, a new record should be created and both should be linked to each other through the reference field....

Make fields editable in SP widget

I got one field from the table "Employee Change Date" , which should be editable in the portal. Else is there a way to create a widget only for one editable field? That could be much easier   <div ng-if="data.canRead" class="panel b"> <div class="...

find_real_file.png

Storing deleted attachments

I need to be able to retrieve attachments that have been deleted.   This function is to keep a record of attachments that were added and then deleted or attachments that were deleted by someone other that the person attaching the document. Does it se...

amwebaz by Kilo Expert
  • 2898 Views
  • 8 replies
  • 4 helpfuls