Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Edit readonly fields of a base table in extended tables

Hi,I have a different kind of requirement from what is discussed in these forums. There is a read only field (called u_solution_id ) defined in cmdb_ci table. There are many more tables that are extended from this base table. But just for one of the ...

pravTel by Kilo Contributor
  • 2187 Views
  • 3 replies
  • 0 helpfuls

Stop duplicate records from being created

Hi everyone, I have a UI action that is on the task table and when clicked creates a record on a user created table (u_m2m_time_card). When a record is created is it bringing over the task number and who created the record. The problem I am having is...

Mikolz by Kilo Contributor
  • 5433 Views
  • 5 replies
  • 0 helpfuls

Using JavaScript 'IN' Operator

JavaScript has a nifty operator called IN which allows you to process a query on an array of options. Example:if ( foo == "bar" || foo == "foobar" || foo == "foo" ){ //...}// can be written asif ( foo in { bar:1, foobar:1, foo:1 } ){ //...}Here are...

elemonnier by Tera Expert
  • 10893 Views
  • 1 replies
  • 7 helpfuls

Resolved! Marquee Text in Banner(Header)

Recntly, I have set the marquee tag in banner text.It's working fine.The problem is when we logout the session its redirect to login page in that,marquee tag has shown in the banner.Could you please anyone help on this?Please find the attachment for ...

Just-in-Time Provisioning SAML

quick question is anyone doing any type of Just-in-Time Provisioning SAML to servicenow? We are looking to let some groups of end users into our system that aren't in the same domain. they have a IDP so we want to use our SP to provision service now ...

emerkle by Kilo Contributor
  • 2668 Views
  • 5 replies
  • 0 helpfuls

refresh related list only

Hi Everyone,I am trying to trigger a refresh of a related list after a cell was edited.Each list has an option called "Refresh List" (to be found in the list context menu) and this is also available for related lists. When selected it refreshes only ...

eican by Kilo Guru
  • 2724 Views
  • 2 replies
  • 0 helpfuls

Banner Text Using HTML

If you want to add HTML to your banner text (top of the screen where it generally says 'IT Service Management Suite'. Just navigate to My Company and enter HTML directly into the banner text field - you may need to add it to your form and you might w...

Show email attachments in Activity log

In an Incident I have used the envelope icon to send an email. To this email I attached a file. Is it possible to show that there is an attachment to the email in the Activity section of the Incident? And of course be able to click on the attached fi...

torwcar by Kilo Contributor
  • 2552 Views
  • 4 replies
  • 0 helpfuls

Scheduled Job to create csv file?

Hello,Is it possible to create a CSV file in a scheduled job script and either email it to someone and/or add it as an attachment to a knowledge base article? The CSV file would need to be custom built in the script. What is the best way to accomplis...

greg54 by Tera Expert
  • 3093 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to determine if a given date is within a given schedule

Im trying to determine if a given date is within a given schedule.I am not able to follow the following article as there is a note saying: "Functionality described here is obsolete"http://wiki.service-now.com/index.php?title=Verify_if_dateTime_is_Wit...

KamalM by ServiceNow Employee
  • 8392 Views
  • 5 replies
  • 2 helpfuls

Add a Preview Link for an HTML Field

Hi.Because the HTML field doesn't show what exactly the content will be, we are trying to create a "preview" link in the KB submission, such as in the Catalog item, but for the solution.I attach how the preview is set up for the Catalog item, but I h...

Using ServiceNow PERL API to access cmdb_ci_outage table

Hello All! Second post here, thanks in advance for the help. I had previously written the forums asking for help with querying the cmdb_ci_outage table , piping those results to a flat file. I was able to do so successfully using the ServiceNow ODBC ...

icalderus by Kilo Contributor
  • 3364 Views
  • 17 replies
  • 0 helpfuls

dot walk in a reference qualifier

is it possible to dot walk in a reference qualifier?something like:"u_parent.u_nameSTARTSWITHincident"this particular syntax does not appear to work, is this sort of thing possible? or do i have some syntax wrong?

chazz1 by Mega Contributor
  • 3301 Views
  • 3 replies
  • 0 helpfuls