User Activity
10-23-2024
Post Xanadu upgrade in test instance, we cannot fill out risk assessment questionnaire, getting this error message. I have reviewed the forum I am getting "there are no risk assessments define... - ServiceNow CommunitySuggested to add assessment cond...
We are using Service Graph Connector Microsoft Intune application. We have configured it and its importing assets correctly however under the "Most Recent Discovery" field, the date and time is not correct (its not matching what its supposed to be tr...
Hi, We are trying to get the Last Check In attribute into the CMDB as part of the Intune connector that is active, we followed Service Graph Connector for Microsoft Intune - Add... - ServiceNow Community to achieve this and noticed that we already h...
Table: alm_hardware We import assets that are delivered into stock room as and when necessary to alm_hardware under our designated stockroom with the serial number , state in stock , stockroom = stockroom name. When intune integration updates these ...
We have a timer script that waits 7 days before a date variable to run: Workflow Timer:
var number_of_days = -7;
var time = (parseInt(gs.dateDiff(gs.nowDateTime(), current.variables.planned_start_date.getDisplayValue(), true), 10) + (number_of_days...