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

Forum Posts

Resolved! Slow catalog variable (item_option_new) editing

Dear all, Following the upgrade to London we've found the performance of the "item_option_new" form - catalog variable editing - is chronically slow. Best performance is 8 seconds to upwards of 30 seconds to view a variable. We raised this with Hi bu...

tim2222 by Tera Expert
  • 2120 Views
  • 4 replies
  • 0 helpfuls

Confirm box (Yes/No) in a UI Action

Hello all, I have created the following UI action and it works fine. Now I have a requirement to add the Confirm box (Yes/No) to that UI Action button. createGSTicket1(); function createGSTicket1() { current.transf_inc = 'true'; current.update(); act...

hongsok by Tera Contributor
  • 9631 Views
  • 8 replies
  • 6 helpfuls

Resolved! Reset a workflow Change Request - Normal in dev instance

I want to create a UI action for the user to unsubmit their request for approval.   I dug around and found a few references but am stuck.The code below seems to be working as far as removing the approvals.   The problem I'm having is that the workflo...

frappe by Kilo Expert
  • 4705 Views
  • 12 replies
  • 2 helpfuls

Resolved! Script Background to fetch field value from a table

Hi All, how to write background script to display field data value for a table and related tables. eg:table: project_contact >contact>account>contact Project_contact > Company>contact Basically i am looking to see which field to use to trigger a sur...

find_real_file.png
CV1 by Tera Contributor
  • 3720 Views
  • 2 replies
  • 1 helpfuls

Workflow Approval User Via Script

I'm attempting to set up an approval using the "Advanced Additional Approvers Script". The script I'm using is shown below. u_capacity_managers is a User reference, and I can confirm that answer ends up being set to the sys_id of the correct user (I'...

Resolved! how to add alternate text to a portal logo

I need to add alternate text to a logo in the Service Portal.  The logo is read by the screen reading software as "?id-csm_index" which is the name of the portal landing page.  The portal Title has been altered and reads fine, it is just the logo. Wh...

find_real_file.png
shawnbaar by Giga Expert
  • 2147 Views
  • 4 replies
  • 2 helpfuls

Resolved! How to wait the script until receive response from Rest API

Hi All,   I am sending the request from ServiceNow but it's around 40sec  to receive a response  can anyone tell me how to wait till the receive the response  try { var r = new sn_ws.RESTMessageV2('Intelligence', 'Get Priority'); r.setStringParame...

ramesh_r by Mega Sage
  • 5894 Views
  • 2 replies
  • 0 helpfuls

How to Repair MySQL InnoDB Table That Has Issues?

When trying to run: delete IdentityRequest *I get an error of sailpoint.tools.GeneralException: null index column for collection: sailpoint.object.IdentityRequest.itemsDoing a select * from spt_identity_request_item where id is null; returns no resu...