Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

can we use DOMParser ,to parse XML ?

Hi Team,am using below code to parse incoming XML in script include , but getting errorDOMParser" is not defined. var xmlDoc = new XMLDocument2();                xmlDoc.parseXML(responseBody);                var resposeStatus = xmlDoc.getNodeText("//...

String by Kilo Sage
  • 5170 Views
  • 4 replies
  • 0 helpfuls

Resolved! Passing data from a modal in SP

Hi all,I'm struggling with passing data from a modal to the server in a SP list widget.Within this modal, I am passing the selected date through an id of "newExpiryDate"Here is the client script:c.Expiry = function () { swal({ position: 'top-en...

Andrew_0-1678358712750.png
-Andrew- by Kilo Sage
  • 1809 Views
  • 3 replies
  • 0 helpfuls

setInterval not defined in scoped app

Hello experts.I'm trying to setInterval() in scoped app but I still get an error saying: Evaluator: com.glide.script.RhinoEcmaError: "setInterval" is not defined.I tried to run same code in background script, also in global scope but with no luck. 

Dotychczas by Mega Guru
  • 1578 Views
  • 2 replies
  • 0 helpfuls

GlideSysAttachment writeBase64 not working correctly

Hi !   I am having a problem using GlideSysAttachment writeBase64 function. Currently, I am making a custom PDF using jspdf on the client side and then I am sending the body of the PDF to the server side using Ajax. On the server side, when I use Gli...

Victorien by Giga Contributor
  • 4559 Views
  • 14 replies
  • 2 helpfuls

Configure automatic messaging in workspace chat

I need to configure sending the interaction number in the chat, as soon as it is created. Below is a print of how it is today, the interaction number is being sent manually copy and paste.  

CamachoDiego_0-1678287022997.png
Community Alums by Community Alums  
  • 1021 Views
  • 1 replies
  • 0 helpfuls

Integrate ServiceNow with Google Sheets

Can anyone provide what the steps will be and if there's a low code solution to this. We do not want to use any third party platform.I am trying to integrating the ServiceNow (for example Business Applications table) into Google Sheets. The trigger w...

salwaabedi by Tera Contributor
  • 3811 Views
  • 1 replies
  • 1 helpfuls

Identify target for undelivered emails

Hi All,I have a requirement that whenever a notification has failed to be delivered and we recieve an 'Undelivered' bounce back email , notify certain people about that and add a link to that case. But I see that undelivered bounce back emails do not...

Send notifications to the group email of the child group

Hi All, We have below requirement: A catalog task is created from the workflow. The assignment group for this task is dynamic (based on one field on the RITM). Whenever this task is assigned to any group, we need to send notification to the group mem...

Kalyani by Tera Contributor
  • 997 Views
  • 2 replies
  • 0 helpfuls

How to change breadcrumbs color

in the above breadcrumbs until support page i.e HOME-->All catalogs-->Customer service-->Support is showing color code #165c53  where as 'create case' is in #484949.  suppose if i go to Support page then 'Support' shows in color code #484949 but rema...

sry_0-1678221506563.png sry_1-1678221828413.png
sry by Giga Guru
  • 1661 Views
  • 7 replies
  • 0 helpfuls

What prevents a table from showing up in a new report screen?

Hi experts,I've an unusual problem that seems to making me lose my sanity. I've a custom table (doesn't extend another table) and it doesn't seem to be appearing in the dropdown when trying to create a new report. This user already has report_admin a...

Nisar2_2-1678356317240.png Nisar2_0-1678356088312.png Nisar2_1-1678356132326.png
Nisar2 by Mega Guru
  • 2611 Views
  • 7 replies
  • 0 helpfuls

Resolved! Specify View for a Reference field

Hi all, I have an an application in it own scope. On it I have a reference field that links to the sys_user table (or at least something that extends it). How do I specify that the sys_popup goes to a view i want from that reference field. Is it poss...