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

Forum Posts

Resolved! JavaScript Probe

Hi All,I have a Java code sitting as a JAR file in our MID Server. The Java code has a function which expects two parameters based on which it will execute and return the results.Now I am trying to pass those two values to the Java code for it to exe...

Resolved! Different views for related lists

Hello,Using Helsinki. On my incident table I have two related lists pointing to incident_task. I have created a view which I want to use for one related list and the other one should use the default view.How can I define a different view for the rela...

smicloud by Tera Guru
  • 3980 Views
  • 2 replies
  • 1 helpfuls

Table Specific - Date Format

Hello,I would like to change the system level format of my dates to: yyyy-MMM-dd . BUT, when I do I break an integration script at my Company. (I'm exporting a report out of Service-now and then parsing out a date field) I need one specific table in ...

shetzel by Mega Guru
  • 2235 Views
  • 4 replies
  • 0 helpfuls

Import .dat file into SN

SN supported data formats for import are csv, excel and xml. However, I have a use case where I have to import data from .dat files with specific delimiters (obtained from an external system) into SN. Has anyone come across such a use case before? If...

prithvi232 by Kilo Contributor
  • 2498 Views
  • 15 replies
  • 1 helpfuls

Resolved! how many tables are in the system?

in System Definition > Tables and Columns i find all tables right? but how do i know how many tables are in the system? and   which one the roles are in?

Lana2xp by Tera Contributor
  • 2981 Views
  • 6 replies
  • 4 helpfuls

Resolved! Choice field not keeping default value

I am having an issue that I can't figure out. I have about 20 choice fields that has 6 Choice each. Pass, Fail, Blocked, Incomplete, In Progress and No Run. When creating this field I set the following:1. Choice type - Drop-down without none2. Defaul...

Shiraz2 by Mega Guru
  • 2903 Views
  • 3 replies
  • 0 helpfuls

Upload Profile Photo In User Table

Hi All,Whenever the photo has been uploaded in user record, I want to validate whether the uploaded image size is more than 200 KB. If its more than 200 KB we need to show an alert message saying "Max attach size is 200 KB". I want to display this me...