Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

User Activity

Hi everyone,There seems to be a bug with presenting Reference Variables in the Service Portal, when you zoom out. Borders of the field disappear depending on what zoom level you are on. My customers have found this issue while testing.I checked and i...
Hi everyone,Here's an example of a modification of two baseline widgets: "Data Table from Instance Definition" and "Data Table". Data Table from Instance Definition is an extension for Data table, with that I mean that it utilizes the Data Table widg...
Hi,Looking at the OOB Widget "HTML", I can see in the Options Schema that the HTML field is added as a translated HTML field - but switching language and trying to add a translation changes the original version of the HTML instead of adding a transla...
Hi,In short: I'm trying to update selected list items using a UI Action + UI Page, but the processing script doesn't run properly.When standing in the list view and having one or more items selected, I want to open a popup that asks the user for a co...
Hi,The built-in function getMyGroups also returns all parent groups of the groups that you are in.To only return the specific groups that you are in, create a new script include like so:Name: getMySpecificGroupsClient Callable: trueScript:function ge...