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

Forum Posts

Use Access Token on the header of Rest Message Call

Hi All,I need to set on the header of a Rest message a variable that store the AccessToken.Now, that value is stored on the table "oauth_credential", in the field "token_received" that is a "password2" field. I have thinked to a script that using the...

Optimize flow designer to easy maintenance

Hello, everyone, I'd like to get an opinion from someone who works with catalog services and flow designers.I have several catalog items and for each service I have a flow. For approvals I have a single subflow that calls all the flows. However, each...

How to pause the workflow till next schedule start time?

Hello Team, I have a requirement related to implementing an 'On Call Support' feature for the incident process. To clarify, my working hours are from 9:30 AM to 6:00 PM. If an incident is created after working hours (from 6:00 PM to 9:29 AM), I want ...

Raj90 by Tera Guru
  • 519 Views
  • 1 replies
  • 0 helpfuls

Resolved! Catalog Item (Record Producer) Not Honoring Field Size

We have a custom table that extends the Task table.  We then have a Record Producer which maps inputs to the fields of the underlying custom table.  Most of the fields are Variables mapped to Fields we created right in our custom table, but we are al...

jmiskey by Kilo Sage
  • 693 Views
  • 6 replies
  • 3 helpfuls

Resolved! Make use of Code Snippet in a UI Action button

Can anyone help point to more information about making use of Code Snippets, particularly if it pertains to using them in a UI Action button?   I created a button that only shows up when a particular field is filled (policy number).  What I would lik...

email accounts not present in my PDI

there are no email accounts configured in my PDI. Please help restore/create it. I am unable to send/receive emails due to it.https://dev135800.service-now.com/sys_email_account_list.do?sysparm_query=&sysparm_view= 

Resolved! Email accounts not configured in PDI

 I don't see email accounts configured in my PDI under sys_email_account table.PDI: https://dev110411.service-now.com/I've enabled email sending & receiving from Email properties but the emails do not trigger nor are received which I believe is becau...

close spmodal using widget button in widget

c.onWidget = function(widgetId, request){spModal.open({title: 'Check-in',widget: widgetId,buttons: [],widgetInput: {table: 'x_138031_myTable',sys_id: request.id,}}).then(function(){console.log('widget dismissed');});Below is the code which i have wri...