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

Forum Posts

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
  • 1254 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
  • 3256 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
  • 2362 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
  • 2453 Views
  • 2 replies
  • 0 helpfuls

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
  • 5091 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...

Resolved! Hide variables on order guide based on user location

Hi AllI have a New Starter order guide which is used by 25 different countries.   Some of the countries would like me to hide certain options (for example the Mini Keyboard is not available in Russia or Costa Rica), and I would prefer not to create s...

find_real_file.png
jennytaylor by Kilo Contributor
  • 2815 Views
  • 9 replies
  • 8 helpfuls

Resolved! Client Script Debugging

Hi All,I want to debug my client script line by line as i used to do in .NET framework.Kindly help with a best way...I tried jslog() but it doesn't work, and every time i have to check browser console to check the warnings and errors.Regards,Shikha K...

geet by Tera Guru
  • 18184 Views
  • 3 replies
  • 8 helpfuls

How to edit grey color text in text boxes?

Hi Team,We need to update the Grey color text on fields. Please fin the below screenshot for the same.Please let me know how can we update the text and where it can be customized.Thanks & Regards,Prasanna Kumar

find_real_file.png

Resolved! Business Rule not redirecting to service catalog item form

The business rule below should direct users to the selected catalog item to continue filling out the form. However, it is not redirecting instead it stays on the same page, any help would be much appreciated function onAfter(current, previous) {//Thi...