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

Forum Posts

Resolved! Change width of a field for Catalog Variables

I know how to change width of a field on a form, But is it possible to change the width of the field for a variable through record producer? The idea is to have 2 fields next to each other appear the same size, but under the variable set, there is no...

brown9394 by Tera Expert
  • 3264 Views
  • 3 replies
  • 1 helpfuls

database view showing duplicate records

I have setup a database view to join the Incident table, the Assessment metric results [asmt_metric_result] table, and Assessment instances [asmt_assessment_instance]. The problem that I am running into is that all of my results are coming back with ...

find_real_file.png find_real_file.png
will_smith by Mega Guru
  • 8602 Views
  • 10 replies
  • 1 helpfuls

Outage notification

I have a new requirement where they want to be able to go into servicenow and fill out a couple filed.   This will then send out a notification in a predefined template.   I'm looking for the best way to do this.   I have seen a couple of other posts...

Record Producer variable mapped to journal field

I have a record producer with a Notes variable (Multi line text).   It currently maps to a string field on the table and that works fine.   But when more notes are added to the record, they just append to the previous and becomes difficult to read/ma...

kchorny by Tera Guru
  • 2484 Views
  • 7 replies
  • 3 helpfuls

name field shows null values

For some reason, the list view of the name column on the user record shows up null as part of name field. but when I click on it, it displays normal first name last name in the name field.

ryadavalli by Tera Expert
  • 2545 Views
  • 14 replies
  • 0 helpfuls

gs.addInfoMessage after submit

Hi GuysQuite new to scripting, however, I have a ui action to submit the request and would like a message to appear after its submitted and when they are redirected back to say the list. I have the below which shows.However, I have a business rule th...

find_real_file.png find_real_file.png

Resolved! Can we give ACL to script includes ?

HiI have 3 script includes, System definition => Script includes. Shall we give ACL to these ? If we can give, is that the option client script include ?

randeepnath by Mega Contributor
  • 7273 Views
  • 9 replies
  • 2 helpfuls

Resolved! When user clicks on approve ui action they are getting redirected to a different page. But they should be re directed to the same page.

When user clicks on approve ui action they are getting redirected to a different page. But they should be re directed to the same page.Below is my code, but it's not working.current.approval = "approved";current.update();new UIActionUtils().approvals...

Resolved! Can we do styling of gs.addInfoMessage ?

I want to do some font size and style changes on the gs.addInfoMessage message .How can i do that ?gs.addInfoMessage("Fill the value");What to do to change the font color and background color of the message "fill the value"

Karun Pandey by Tera Contributor
  • 4709 Views
  • 1 replies
  • 0 helpfuls

Resolved! Date Validation

Hi guys, I have a requirement to validate "complete" date on the form. I have 2 fields - "Open" Date & "Complete" Date. How can I do validation by using OnChange to make sure "Complete" date is always after the "Open" date? Users should not be able t...

brown9394 by Tera Expert
  • 1555 Views
  • 5 replies
  • 3 helpfuls