Hey @AndersBGS I just randomly stumbled across this from the ServiceNow SNUG Denmark group, but to answer your question:The standard approach is to go to your application and select Manage developers / Collaborators (assuming you have an App Engine ...
Hello,Change it from an OR to AND. You're using OR between two conditions, like this:if condition1 OR condition2This means the code will proceed if either condition is true, even if the other is false.✅ Why you need ANDYou want both conditions to be...
Hi,Found the solutionMSI (May Maintenance 2025) created query_range ACL with HasQueryRangeRoleAndHasRightsToReadIsTrue Security attribute and HasQueryRangeRole = true - Support and TroubleshootingAdd the role query_range_role to the user and it will ...
We encountered an issue when using a custom field (type: reference to the sys_user table) on any table in our instance.Scenario:We select a user who we know has full CRUD access to 10 specific records. (Tested and confirmed.)When we use a Dynamic Fil...
Hello, It is indeed possible, multiple ways actually, but i would advise you take a look at the following doc.Make a notification script to handle the API part.Link: Calendar integration ServiceNowLink: Create or set an event as an online meeting in ...