Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

Forum Posts

GlideAjax - return a value from callBack

I have a script in a catalog item that calls a function function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; } checkNameSpace(); } the function is another Client script that runs onl...

poyntzj by Kilo Sage
  • 5033 Views
  • 11 replies
  • 3 helpfuls

Resolved! How to send attachment in an email notification

Hi Team, I am trying to do a personal task on PDI, here I need to send attachment which is attached to the notification [when email notification condition met, along with notification content, it should also send by default the attachment which is at...

Resolved! Inbound Actions - Update Incident (BP) creates new Incident

Hello Experts, I am facing an issue. Although it is working for the OOB inbound actions 'create incident','create incident (forwarded) and Update Incident (BP). I am getting perfectly results as per these actions. Now My scenario is  - I want to upda...

SNowUser11 by Kilo Guru
  • 4821 Views
  • 21 replies
  • 9 helpfuls

Resolved! Deleting Record in a subflow in Flow Designer

Hello, I'm trying to delete group member record in a subflow, but so far I'm not able to.  I have tried using the group and user sysID as well as names.  But neither one has worked.   I'm able to read the record and do check after reading it and come...

find_real_file.png

HOw to convert HTML to plain text in a UI Action

I have a requirement to update the contents of a field from one table to the field of another table if a specific action occurs.  The sending table's field is HTML, the receiving table's field is string. I need to convert the HTML field to plain text...

gjz1 by Giga Expert
  • 16780 Views
  • 5 replies
  • 27 helpfuls

Resolved! How to compare SYS id

Hi all, I am working currently on Inbound action. i need to close the task based on email. The email contains external RITM number and i have a field to store this external RITM number. I am comparing this external RITM number with the field on table...

Sneha Agase by Tera Contributor
  • 3159 Views
  • 11 replies
  • 1 helpfuls

Resolved! Adding the callers phone number to a link to call on click

I want to be able to add a link next to the caller field on for example the Incident form, so when someone clicks on it the phone call will auto launch in our softphone. I have already proven that if I have a link like this: <a href="tel:5550080148">...

Moedeb by Tera Guru
  • 4107 Views
  • 16 replies
  • 1 helpfuls

Importing Workflow in new instance

hi,I created a Workflow in a demo instance and exported it to xml now my doubt is how to import it into another demo instance.Already in How to move one workflow from one instance to another instance without update sets page Mark have said that using...