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

Forum Posts

Resolved! How to create a delay in record creation

Hello, I created a business rule to allow approvers to see the attachments added to the application in the portal.(Global) Weirdly, however, we realized that we needed to enforce this business rule before an authorization record would occur. System ...

find_real_file.png find_real_file.png find_real_file.png
Mi4 by Tera Expert
  • 10512 Views
  • 15 replies
  • 6 helpfuls

Resolved! Closing a catalog Task using ATF with sleep?

Hey I had a quick question: I know that it is possible to close a catalog task by : Request Item.state : is : Closed Complete. I had a similar situation but was a little different here is the scenario.   So I am automating the flow of a catalog item,...

Resolved! ATF: How to account for elapsed time in testing workflows

I am building some ATF Tests to test out various workflows that we have.  Some of them have Timers in them (i.e. wait 5 minutes, wait 10 days before expiration).  How can I write ATF tests for those workflows which have timers in them that cause "a p...

jmiskey by Kilo Sage
  • 8202 Views
  • 23 replies
  • 8 helpfuls

Unable to replace backward slash "\" from a string

Hi All,    I am trying to split/replace a string that has backward slash"\" but unable to get the desired result. var strVal = "Au\Group\This group"var newStr = strVal.replace(/\\/g,"/"); [ or var newStr = strVal.split("\'");] gs.info(newStr)   **Scr...

Arpita14 by Kilo Explorer
  • 4529 Views
  • 6 replies
  • 0 helpfuls

Resolved! Retrieve update set error

Hi all, I have a Quebec instance at work and stood up a Quebec instance through SN.  To do some testing in some abnormalities that we've been seeing in our work instance, I did the following in my SN dev instance: Create an update setMake some change...

find_real_file.png

Role required to access 'sys_user_role_contains' table?

Hi Experts, We need to do user management for ServiceNow, the OOTB role user_admin seems appropriate for user management. But we are facing issue with it to access table 'sys_user_role_contains' . Could you please help which OOTB role will help here ...

Ajit by Tera Contributor
  • 1692 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to change Encoding for GlideSysAttachment.write()

Hi,I'm writing a function in a script include that exports me some data and adds it as an Attachment to a record.Example Code is like thisvar data = "Name;Firstname;Phone";data += "\n";data += "Bauer;Sven;+492408xxx";data += "\n";data += "Meier;Karl-...

find_real_file.png
Sven Bauer by Tera Contributor
  • 13169 Views
  • 13 replies
  • 22 helpfuls

Changes to Custom form view

Hello, I'm having an issue with my custom form view of an table, when I customize anything in the form view layout the its applying to default view of the same table form view and vice-versa. anyone from community please help me here to handle this s...

Kishore32 by Tera Contributor
  • 2528 Views
  • 7 replies
  • 0 helpfuls

Case reply mail classified as new

Hello,I have a problem with the classification of inbound mails.If a mail is received without watermark and without in-reply header, but with a valid CS number in the subject, the mail is classified as new. The sender is a contact, but not the caller...

find_real_file.png find_real_file.png

Resolved! Insert variables into incident description

Hi, I've got a record producer that creates incident records and I want the variables to display in the ticket description. All good so far, but I don't know how to display the choices when the question is a label type and the answer is a checkbox ty...

Amelie G by Kilo Expert
  • 1903 Views
  • 2 replies
  • 1 helpfuls