We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

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
  • 5707 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
  • 17328 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
  • 3530 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
  • 4975 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...

Glide ajax passing function arguments

Creating a client script to prevent reassignment of incident on certain condition , with the help of script include. The function in the script include is defined as  isInAssignmentGroupBG:function(assignGrp,user){var gr = new GlideRecord("sys_user_g...

Karan31 by Tera Contributor
  • 4550 Views
  • 5 replies
  • 1 helpfuls

Resolved! Restrict filters and breadcrumbs with fixed queries

Hi Community, I need to add an argument to a Module link type, so I can restrict my user to a specific set of records and he can't see all records by clicking all. However, the filter is set using is (dynamic) Me like this: Manager IS (dynamic) Me OR...