We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Has anyone been able to successfully import/load data from SharePoint into ServiceNow's AI Search? I've enabled plugins and followed documentation in terms of setup/configuration but it's include how to actually load the content from SharePoint
#1 won't work if the logic is all ANDs and not ORs because it's evaluated separately - a simple example, if you have current.state == 3 and gs.isMemberOf(current.assignment_group) and you separate this into two different actions, the UI action will s...
Hi all,Requires Roles works (I just confirmed it), however it does work in the same way ACLs do - a user can have any of the roles listed, they do not need to have all the roles listed. Here is my configuration and it works as expected, the UI Action...
I got this error too and it's related to a missing sys_id (a colleague of mine pointed this out) - the Native UI is able to manage rending without a sys_id but in Workspace, it is required. In my remote table definition, i use gs.generateGUID().toStr...
Hi Jordy,You mentioned the same location so I assumed the value in the location field would be the same - are you currently storing somewhere which locations are in Europe?
There is a much easier way to do this, without requiring a script include. gs.getUser().getLocation() returns the location of the logged in user. In the reference qualifier of your variable, you can use it as follows - javascript:gs.getUser().g...