Resolved! When is nowlearning certification freeze ?
Every year the now learning portal programs are freezed prior to release of a new version. Can anybody help me with this year's dates before Vancouver release ?
Every year the now learning portal programs are freezed prior to release of a new version. Can anybody help me with this year's dates before Vancouver release ?
Hi, I have written a scheduled job to execute daily at 6 am. After writing the code when I saved it and clicked on execute now button, page refreshes but it do not do anything i.e. script do not executes. But when I copy the same code and executes it...
Suddenly UI Builder is throwing below error message "Can't edit. There is an unknown issue. This was editable until last week and no changes were made, but suddenly Servivcenow is throwing above error. Even tried to create a new workspace, but still...
Hi, I have an action that returns a value . I want to call this action from a Script include. Is it possible to do? Thanks in advance
Hello All,My team and I are configuring the Service Portal right now and it hasn't been a very pleasant experience. One issue is that the Content Items within the Catalogs do not display in the Service Portal. Does anyone know a work around so the co...
Hi All, We have a list report in a dashboard under alm_hardware table and user need to search the report by assigned to person. So please help me to setup this interactice filter as I am new to this. Thanks,Geo
Hi All,We have a requirement to create catalog request using this REST API with the help of Service catalog API -/api/sn_sc/servicecatalog/items/{sys_id}/order_now , Here i am using BUY ITEM(POST) call. Catalog is getting created successfully with be...
I have an outbound REST API endpoint call in a Scheduled Job Script. At first, I was receiving the HTTP timeout but I fixed that by setting response.setHttpTimeout() to some very high value. Now, however, I am receiving connection reset/timeout error...
Hi,I'm using GlideRecord updateMultiple() in a usecase where I might have to update >100k records. My problem is that a 3rd party system periodically scans the table via the table API, creates a delta based on sys_updated_on, and moves the data into ...
Is ServiceNow synchronize clocks with a public NTP server?If yes, what does it utilizes for NTP synchronization?
Is there a simple way to move or re-classify a CI from one table to another. E.g. I have imported 100 CI into [cmdb_ci_hardware] that I want to move some of them into [cmdb_ci_win_server].Can this be done manually in the GUI in some way without Disco...
We are trying to find out how many emails can be sent using SNOW mail servers and message size limit. We are currently using O365 however we are hitting the 30 messages per minute limit. Anyone have a document you can point me to?
While using Script Step in flow designer I am getting the above mentioned error. I am calling a table using GlideRecord and I am inserting record in the table. Code :- var countKey = key.length;var countValue = value.length;var release = inputs.relea...
Hi, I have 2 drop downs in a catalog item I added all the possible values to the drop down , Now if I select option A in the First drop down I have to get the options X,Y,Z in the second drop down if I select option B in first dropdown I have to...
How to access the catalog item variable in script section of approval action in flow designer