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

Forum Posts

Resolved! Field dropdown blank in Record Producer

I am creating a record producer for a table I created in a scoped app, but when I click "Map to Field" in my first variable, I look in the drop down for the list of fields it's completely empty.Any idea what I'm doing wrong?   The form is working jus...

kurtbell1 by Giga Expert
  • 3650 Views
  • 6 replies
  • 2 helpfuls

Resolved! Create table using a script in a scoped application

I have a bunch of custom columns added to the sn_si_incident table.  I would like to remove them from sn_si_incident and place them in a table that extends sn_si_incident (leaving the base table as OOB). Instead of manually creating each field, there...

KJM1 by Kilo Explorer
  • 6651 Views
  • 12 replies
  • 1 helpfuls

Set Time Field to Empty by default

I've created a custom table "Operations Turn-Over" to track times of nightly critical jobs that my company runs. The operators monitoring the jobs are expected to fill in the completion times as the jobs finish. Unfortunately, the times default to 12...

find_real_file.png find_real_file.png

Resolved! Add reference field to sysparm value in Navigation URL

I'm trying to update a business rule on the Call Form: ---------------------------------------------------------------------------------------- var reqFor = current.caller;var contactType = current.contact_type;var location = current.caller.location;...

Hide a module in the navigation pane

Hello,I want to hide a module 'Custom Assets'   when the current logged in user is not a manager. Is there any way of scripting this?I tried writing a Before query business rule on the modules table to list all modules except Custom Assets but it hid...

Resolved! How to set a phone number on record producer?

Hello. I created a variable to get the user to enter a phone number. I would like to limit this variable as below. ・Only half-width numbers numbers can be entered. ・Set the maximum number of characters Now, i set 'type' to 'Single Line Text' so shoul...

s_s by Giga Contributor
  • 3693 Views
  • 7 replies
  • 5 helpfuls

Triggering an event from a Fix Script

I am trying to trigger an event from a fix script which I will eventually convert into a scheduled job. I want to basically trigger the event when there are any new records created on a custom table that day. I have the below script which I can see h...

anfield by Tera Guru
  • 4081 Views
  • 5 replies
  • 0 helpfuls

Article Body (text) field in Knowledge Base Articles

I import some knowledge articles from another system into a staging form.  Now I'm trying to create a new Knowledge Article but the Article Body is blank after my GlideRecord.  I've tried a couple of things:This doesn't work (gr2.text is blank):     ...

kemmy1 by Tera Guru
  • 3734 Views
  • 8 replies
  • 0 helpfuls

Bootstrap alert-warning vs gs.addInfoMessage style

Does anyone know a way of using Bootstrap's alert-warning style in place of the default gs.addInfoMessage() or gs.addErrorMessage() styling? I'm trying to do this in a display business rule.I've tried playing around with hacky CSS stuff, but that had...

info.JPG warn.JPG