The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! Row Coloring

Hi,I am working on Incident form List view.   Based on the cell color of priority, i want the whole row to be colored by the same color. Suppose priority is critical i want the whole row to be red.I do not want to create style for each and every fiel...

tnni1 by Tera Contributor
  • 3840 Views
  • 5 replies
  • 1 helpfuls

Resolved! Confirming JSON Property is present

Greetings All - Hoping for some guidance. I receive JSON with some name value pairs.{         "A":{                   "employeeId":"ABC",                   "11":"DEF"         },         "B":{                   "empID":"ABC",                   "21":"O...

How to store byte into bytearray

Hi All,I am trying to retrieve a certificate from third party and in response I am getting certificate bytes. How do I store certificate byte in an array and then finally write to file?RequestPOST https://abc.example/abcd/certificates/RetrieveX-Api-K...

now_dev by Mega Expert
  • 1096 Views
  • 3 replies
  • 1 helpfuls

Resolved! Updating multiple records using record producer

Hi SN-community!One of our customers have a request to update the HR Profile when a HR-profile change request is submitted through the HR Portal.As of now the record producer create a HR Case record using the   script includes that are provided out o...

Attachment count!!

Hi on kb_knowledge table i have created a field called attachment counter (this field will be counting the number of attachment to particular article.)Any idea how to do this.I am thinking of making after isert/update b.Rule.var att = new GlideRecord...

coolboy by Mega Expert
  • 2984 Views
  • 11 replies
  • 0 helpfuls

How to restrict users from submitting duplicate surveys

Hi All,We have a requirement in which we need to create survey and send to users.I have created survey questions. I did not give the trigger conditions. I was told to give the direct survey URL to take the survey upon click of the button.The problem ...

Suresh1 by Tera Guru
  • 2254 Views
  • 1 replies
  • 0 helpfuls

Resolved! getValue Not Returning Anything in onSubmit Script

I'm running through an onSubmit() Catalog Client Script trying to get it to work.When I run a getValue on a field during an onChange() script, I can see the value of the field I'm looking at no problem. As soon as it's an onSubmit() script though, I ...

Change the height of a textarea in Service Portal

Hi guys,I have a textarea in one of the Service Catalog items in Service Portal that requires increasing the height as the content comes pre-populated and it's lengthy. I have a catalog client script tied to this record producer, which actually deter...

jonndoe by Kilo Contributor
  • 2293 Views
  • 2 replies
  • 0 helpfuls

Display multiple reports on one email

Hi guys,I need to create multiple reports and display them all on one email. Something like the screenshot below. Users dont want the multiple PDFs. They don't want to be directed to a dashboard either. They want the reports rendered on the email. I ...

find_real_file.png

Resolved! Send an Notification when clicking on UI action

Hello,I have created a UI action to convert to service request.When I click on it Incident gets cancelled and a new service request will be created..I need to trigger a notification for the end user..How can I create a event in this UI action.//Clien...

salu by Mega Guru
  • 4835 Views
  • 5 replies
  • 1 helpfuls

Resolved! Redirect to Service Catalog Item?

I have a custom table that I'm trying to get linked so that users can create a Service Catalog Item and have it linked to the item within my custom table. I've created a ui action that opens a dialog window and displays all of the catalog items. When...