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

Forum Posts

Resolved! Why are Emergency Changes skipping Assess and going straight to Authorize

When I am looking at Emergency change's the process flow is going from New when I save it to when I click Request approval it's skipping Assess and marking it complete and then going directly to Authorize.  We don't want this to go to Authorize until...

Community Alums by Community Alums  
  • 2875 Views
  • 3 replies
  • 1 helpfuls

Notifications being triggered at the same time

I have a workflow that has sys approver step and a sys approval group step both triggering at the same time wondering how to condition it so that if the group is unique only send one notificationNotification 1 condition: Notification 2 condition: 

JoshuaComeau_0-1705417393861.png JoshuaComeau_1-1705417402000.png

Meta keywords are not working in the ESC portal

I have a catalog item with meta tags such as Request, Req, Others. When I search in the employee center using the keywords Request or Req, I obtain results. However, when I use the keyword Others, I don't get any results. Can anyone suggest how to ov...

kiran115 by Tera Contributor
  • 845 Views
  • 1 replies
  • 0 helpfuls

How to upload attachment on the serviceportal via ATF

Hi All,I have to create an ATF to test a record producer submission. That particular record producer is having a mandatory variable with type as attachment.I have used the test step "Set Variable Values (SP) to set values for other variable.But how I...

Sriraj V by Tera Contributor
  • 2756 Views
  • 2 replies
  • 1 helpfuls

Can ATF test cases be triggered from external apps through API?

Hi, I have a requirement to trigger the ATF test cases in ServiceNow from the external apps (for example : Cucumber app) through the API. Is it possible to trigger the test cases from external apps? If yes, how can I achieve that? Right now, just ana...

SK41 by Giga Guru
  • 1607 Views
  • 6 replies
  • 2 helpfuls

How to do ATF testing for radio buttons

Hi,There is a field to check if EUS is to deliver the task. Could you please guide me on how to click on the second radio button as shown in the attached screenshot?Thanks, Chandrakant

Check the user is itil or not in workflow script

Hi All I am using script in workflow ,, but it's not working for me please find-out where is the error Script:-  var answer = ifScript(); function ifScript() {    var ritmGR = new GlideRecord("sc_req_item");    ritmGR.get(current.sys_id);    var user...

1dusjhyahnt by Tera Contributor
  • 554 Views
  • 3 replies
  • 0 helpfuls

Button is visible for certain groups at specific stages

Hi there,  Firstly, so sorry it's a bit general but having to omit data. I have a requirement where I need two groups of users to be allowed access to a 'cancellation' button. How would I go about this as currently the button is only visible for admi...

gunishi by Tera Guru
  • 1072 Views
  • 4 replies
  • 2 helpfuls

Read Only fields for a Specific View on a form

I have a custom view for a location form. I want to make certain fields read-only. Currently, my code are as follows: function onLoad() {var view = getView('groups_view'); //get viewnameif (view == 'groups_view'){ g_form.setReadOnly('short_descriptio...

Community Alums by Community Alums  
  • 1799 Views
  • 3 replies
  • 4 helpfuls