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

Forum Posts

Resolved! Convert attachment to PDF

Is there a way to convert attachments to PDF format, specifically image  files (jpg, png) and txt files? If not using SN tools and functionality then using JS somehow. Did anyone ever successfully implemented this?

How to do E-Signature/sign a document in HR tasks

hello,I have a lifecycle event and in that event there is an activity in one activity set. In the activity a HR service will be triggered and under that HR service there will be a HR task generated. In that HR task, I need the subject person to sign ...

swaghosh by Tera Guru
  • 3595 Views
  • 7 replies
  • 1 helpfuls

Need to update placeholder text

Hi, I would like to change the placeholder text in the 'Additional Comments' field. I have tried updating the out-of-the-box script for 'Modify Comments Label,' but it updates both the label and the placeholder. I only want to update the placeholder ...

CDJ by Tera Contributor
  • 1587 Views
  • 8 replies
  • 0 helpfuls

Resolved! Writing Results From MRVS to Description Field

We currently have a Record Producer which creates a Safe Epic record that gets sent over to Azure DevOps.  Basically, we write out all the field values entered on the Record Producer to the Description field (as straight text) so it gets sent over to...

jmiskey_0-1744717122061.png
jmiskey by Kilo Sage
  • 1349 Views
  • 3 replies
  • 1 helpfuls

Resolved! Help with break statement

Hi Everyone, I have a string, when I convert this string into array. The last element of the array is empty; I want to break the for loop when element is empty. Please help me with the issue. sting = John, \n Guest 1, \n Guest 2, \n var result = ' '...