User Activity

Data is coming into the staging table through integration. Can I use integrationHub ETL to map the data from staging table to Target cmdb tables ?
I have requirement to modify the search context for the Agent assist for Incident table. I was able to successfully configure the Agent Assist in Configurable workspace. Now I need to modify the search context like need to remove Open Changes from th...
I have written below script on the "sn_customerservice_case" table to convert date time field value to ISO format.var updated = current.getDisplayValue('sys_updated_on');        var dt = updated.split(' ');        var f = dt[0].split('-');        var...
I have installed the Netbrain application from the ServiceNow store and able to integrate it. I have requirement like the device map should be visible at the Servicenow Incident page but it is not coming as expected. It is coming like this   But it ...
I have cloned the existing topic for Virtual agent designer. Now I want to modify the topic as a part of this I have added static choice user input variable in the flow "submission_confirmation". While publishing it is throwing an error Exception whi...