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

Forum Posts

Resolved! Set default currency for Price field on form

Hi All, I observed one ambiguity . We had requirement to show Default currency as "Yen". 1) updated property as below Output :   2) By mistake T gets capital , but i have checked output Output : its coming as per Expected , default Yen currency an...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Community Alums by Community Alums  
  • 5039 Views
  • 8 replies
  • 4 helpfuls

The "List bottom button" UI action is not visible

Hi All, I have a "List bottom button" UI action and it will display when a popup window with a table.The issue is the UI action is displaying when the record is there in the listBut its not displaying when there is no record in the listI want to disp...

ramesh_r_0-1717392348912.png
ramesh_r by Mega Sage
  • 700 Views
  • 2 replies
  • 0 helpfuls

Resolved! Integer Type left align

Use Case:I have an Integer field and I want it to be left aligned same as the String field. How to do this? Thanks.

ican by Tera Contributor
  • 973 Views
  • 1 replies
  • 0 helpfuls

Resolved! List collector variable to show only one option

Hello All, We have a reference field called applications  and a Role field as list collector. There is a backend mapping between Application and Role.On selection of each application the mapped roles shows in the list collector field.(Reference quali...

Kaustubh k by Tera Expert
  • 593 Views
  • 1 replies
  • 1 helpfuls

$ is not being escaped in a URL Variable

Hi everyone,We have the following endpointhttps://<endpoint>/action?pack=${pack}Where we need that${pack}=AA%24123456Where %24 is the "Percent Escaping" of $ character If we use RESTMessageV2.setStringParameter(AA$123456), then we get:https://<endpoi...

AdriaM by Mega Sage
  • 1178 Views
  • 3 replies
  • 1 helpfuls

Resolved! How to redirect to another table using UI Action

Hi Team, I have created an UI Action, I just want to route the user to another form once i click on it:action.setRedirectURL('sn_customerservice_bulkupdatecontactrelationship.do?sys_id=-1'); But nothing is happening once I click on the same. 

Community Alums by Community Alums  
  • 495 Views
  • 2 replies
  • 0 helpfuls

How to share the attachment to other ServiceNow instance record

Hi All We have an integration between two ServiceNow instance in which once incident is generated in one instance can log an incident to another instance. Now we want to share the attachment if any attached to instance to another instance. Below is t...

Evan2 by Kilo Guru
  • 508 Views
  • 1 replies
  • 0 helpfuls

Resolved! Populate variables from RITM to its approval record

I want to populate Item, start date and end date values from RITM to its approval record in sys_approval_approver table. I was able to populated item value on the approval record but not able to do start date and end date. start date and end date var...

Admin7267_0-1717395685814.png
Admin7267 by Kilo Sage
  • 580 Views
  • 2 replies
  • 3 helpfuls

Inbound Actions: Handling Email Conversations

IntroductionSo we ran into an issue when implementing ServiceNow with one of our Service Desks. We wanted to automatically create a ticket in the system when a new email is received, however often the customer is adding our support email address into...

conmic by Mega Guru
  • 4046 Views
  • 15 replies
  • 1 helpfuls

hrsd

When the HRC state change to "Close complete" the DDR should back to TRUEi have used the below business rule but it is not working(function executeRule(current, previous /*null when async*/) {    function restoreDDRFlag(userId) {        var userGR = ...

GangaiahDeepu_0-1717399505903.png