We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Disable Attachments on portal form

Hi Folks, I am trying to hide the Attachment paper clip from the form, but it is not working on portal. I tried onload g_form.disableAttachments(). Attaching the screenshots - Any help would be great!

find_real_file.png

Resolved! Email Client Template - Reply To

Hello! In the notification email script, we can set the 'setFrom' and 'setReplyTo' using the following script: if (current.assignment_group == 'ServiceNow Experts')) { email.setFrom('ServiceNow Experts <servicenowexperts@email.com>'); ...

ceraulo by Mega Guru
  • 7195 Views
  • 3 replies
  • 9 helpfuls

Resolved! What happens if you update a record in a different scope?

Hi  This will probably be a fairly obvious question to a lot of you, so forgive my ignorance. I created my update set in the wrong app scope and am wanting to know what would happen if I changed to a different application scope in my update set and m...

find_real_file.png
Mike D1 by Giga Guru
  • 1716 Views
  • 1 replies
  • 0 helpfuls

Resolved! Missing variable value on form

We have a catalog item that is working as expected except for a single variable that is not showing on the RITM. I checked in sc_item_option and confirmed that the value is saved but it won't show up on the form even after I disabled all UI Policies ...

Resolved! Flow Designer GlideRecord vs Client Script

Hello, I'm working on a Flow Designer action that is meant to pull a list of records from a GlideRecord and output the response to an array. It seems to be working with a caveat.     var company = inputs.company;    var contacts = [];    var grContac...

Hide choice from List field type

Hi Everyone, I have list type of field which is not referring to any table but have certain choice. Refer below screenshot of dictionary of the field. The requirement is to hide certain choice value dynamically based on some condition, like checkbox...

find_real_file.png
dmathur09 by Kilo Sage
  • 2029 Views
  • 7 replies
  • 0 helpfuls

Resolved! "State" remains open when Request State is "Closed Complete"

After the sctasks are closed the ritms are closed, once the ritms are closed the "Request state" is set to closed but the "State" still remains open and the ticket has a time stamp of when its closed.  Looking back a few months ago, this was not happ...

find_real_file.png
Sysop by Tera Contributor
  • 3483 Views
  • 11 replies
  • 1 helpfuls

Auto populating fields from one table to another

Hello , We have a requirement where we have to populated info from one table (say model table) to other (say CI table). For the relation between these two tables, we have this field called Model name on CI table. Requirement is that we populate some ...

Spandana P by Tera Contributor
  • 1474 Views
  • 3 replies
  • 0 helpfuls

Changing field color based on Null Variable

ok let me explain this better..   i have a Multi Line Text Field  "Field1"  and i am using that field to Turn the Color of the text and backgroud of another Date Field "Field2" if "Field1" is not NULL   I know i can do it with out code but our requir...