OpenFrame: Incoming message ignored due to origin mismatch
When trying to use the OpenFrame API window messages are blocked due to origin when loading HTML from hosting location. What is required to whitelist my origin?
When trying to use the OpenFrame API window messages are blocked due to origin when loading HTML from hosting location. What is required to whitelist my origin?
I have an inbound action where I need to put the email body into the description field. How can I get it without all the HTML code but not loose the format?
I have a script include that is querying a user and returning all of the assignment groups that the user is in. I am only getting one group being returned when there are supposed to be several. Any thoughts? Here is my script include: function getU...
Hello - I am working on a run script activity in a workflow that utilizes the outputs of this for an Add User to Group AD Orchestration activity. When I test it, I keep getting this error: The (&(objectClass=Group)(samaccountname=)) search filter i...
I want to put my common code in a library file and access it across Service Now application in both Client and Server side scripts. Suppose, I have this common function in an external file. I want to call this from both Client and Server scripts. fun...
Hi , i have to capture IP address of user, to identify user making changes. Every time user updating any changes that many times IP address should be captured and stored somewhere for reporting purpose.
in below argument condition i want to add "^Location in ( gs.getUser().getLocation())"-- user can have multiple Location.please suggest correct syntax &sysparm_fixed_query=sys_created_by=javascript:gs.getUserName()^company=javascript:gs.getUser().ge...
Hi, I have written business rule to show error message when user try to delete a record in the table. Its working fine, I can the error message on the Form. But When I try to deleted record in the table by Table API in Rest API Explorer, doesn't show...
Does anyone know of a way that I can kill these actice cluster transactions, whenever I right click on the record and select kill, it refreshes and reappears
Hi Experts, Do we have any idea how can we call UI script from client script in scoped application? please let me know syntax if anyone have. Thanks in advance, Amol Bavaskar
On a choice type field, record by record update (to blank) works. But updateMultiple doesn't blank outs the value but retains the previous value. Ex: var gr = new GlideRecord('table');gr.addQuery('sys_id', 'IN', 'sysId1,sysId2'); gr.setValue('choice_...
Greetings Everyone, I've been messing around with this for a few hours, it's starting to drive me nuts. Can someone be so kind as to tell me how I can have text in the Body of the Outlook message this script below will open when the icon is clicked....
var targetPrioTwo = new GlideRecord('x_327210_project_consultants') ;targetPrioTwo.addQuery('currently_available',true);targetPrioTwo.query(); while (targetPrioTwo.next()) { targetPrioTwo.addQuery('qualification','=',current.required_requirement); ta...
Hi, I need help creating a modal in the service portal. I want to launch the create incident record producer (or possibly other catalog items) in a modal window. Is this possible?
How to exclude a sub-OU in importing an OU into ServiceNow? I have an OU ABC with few sub-OUs and I don't want one of the sub-OUs in ServiceNow.How to exclude the users from one the sub-OU and if not how could I not update/insert these users in Servi...
