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

Forum Posts

Resolved! How to get a string between quotes?

Hi, i have below string as an example and i need to read the text between quotes. could anyone tell me how to do that in javascript? this is like csv format string but we do not want to split between COMMA and put it in array because some texts betwe...

sry by Giga Guru
  • 4833 Views
  • 20 replies
  • 3 helpfuls

Resolved! Check if field is a specific value or empty

Using this is an IF check on a workflow, and not sure where I'm going wrong. It's not catching when the field is empty.   var gr = new GlideRecord("sys_user"); gr.get(current.variables.request_for.toString()); gs.warn(gr.u_jobfamily); if (gr.u_jobfa...

How to get days from duration

Hi All,I need to get days from duration, I have written the below query and getting the result as "18 Hours 12 Minutes". How do I get the days out of it.As I'm using scoped application I'm using GlideDateTime.var gr=new GlideRecord('abc');gr.query();...

sowmyaj by Giga Expert
  • 6012 Views
  • 3 replies
  • 3 helpfuls

Meeting Invite (ICS) with RSVP to Google Gmail/Calendar

We have just recently switched our domain from Outlook/Exchange to Google Apps. In Outlook, our meeting invites that come from OoB Changes worked just fine. Once we switched to Google, our users were just receiving a blank email with an attached ICS ...

Add_to_calendar.jpg Yes_no_maybe.jpg
rbeeman by Mega Sage
  • 15114 Views
  • 15 replies
  • 1 helpfuls

How to add attachments in an Order Guide?

We have build our Service Catalog Portal using Order guide. when the user selects 5 items under the orderguide, then each item will be displayed as a tab for the user input. Customer wants the capability to add attachments in each of the tab that nee...

find_real_file.png

Cancel request from Service Portal

Hi All, In OOTB Service Portal page, I am able to submit a request as an end-user but there is no cancel option to cancel a request. How can I activate Cancel option on Service Portal page OOTB?

Geeky by Kilo Guru
  • 5898 Views
  • 1 replies
  • 1 helpfuls

Best practices in servicenow

Hi , I would like to know to best practices in servicenow to avoid performance issues. Example: writing client scripts , Business rules , schedule jobs, script includes , ACL scripts , transform scripts etc. Kindly help. Thanks & Regards Chandra Sing...

Community Alums by Community Alums  
  • 7204 Views
  • 10 replies
  • 9 helpfuls

Notification Reminder for Request Approvals

we need to adjust the process so that requested items that haven't been approved in a day or two send another email to be approved. Right now, if it doesn't get approved then it just sits there pending and no one sees it until the customer asks.

Kishore8 by Kilo Guru
  • 11019 Views
  • 8 replies
  • 11 helpfuls