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

Forum Posts

Restrict choices in Select box variable in Catalog Item

In table cmdb_ci_appl, i have "FieldB" which is string field with the below choices Choice 1 on table cmdb_ci_appl Choice 2 on table cmdb_ci_server Choice 3 on table cmdb_ci_db_instance   I have a variable on Catalog item with variable "FieldA" Type ...

Nithin21 by Tera Expert
  • 2748 Views
  • 2 replies
  • 0 helpfuls

Using a new data type, "name/value pairs"

Recently, I ran across a new ( to me ) data type called "name/value pairs".  I'm find lots of uses for this type of field and now I'm analyzing the benefit/costs of using it.  For those not familiar with this type of field, it allows you to dynamical...

HugoFirst by Kilo Sage
  • 7595 Views
  • 1 replies
  • 1 helpfuls

Resolved! Hide empty fields in notification

I know it can be done with Mail script not sure how  Below is the content in the Notification  Message which is on KB_feedback  , if the useful is not selected we need to hide it or if comments is empty then it need to hide in the notification ,, can...

RudhraKAM by Tera Guru
  • 2241 Views
  • 1 replies
  • 4 helpfuls

gr.variables.getElements() in scoped app

In this documentation there is an example of using gr.variables.getElements(). The example in global scope works fine but not in my scoped app. Is there an scoped equivalent function?

maxpower by Tera Contributor
  • 4821 Views
  • 3 replies
  • 0 helpfuls

Multi-page or multi-step record producer?

Is it possible to create a record producer that has multiple pages or multiple steps? I have a long list of questions that I need answered but do not want to have them all on 1 screen. I am already using a record producer for roughly 15 of the questi...

bobby24 by Tera Contributor
  • 3683 Views
  • 8 replies
  • 0 helpfuls

Can't change the profile picture!!!!

Hi! I am not able to change my profile picture, or any users profile image. I am security admin, and the only acl that we have (read) is admin override. I don't know where to look anyomore. I have debugged the field and that is the only acl on the fi...

Nora3 by Kilo Expert
  • 1572 Views
  • 3 replies
  • 0 helpfuls

Resolved! Get Date User last updated a record using GlideAggregate

Hi guys,I am trying to get the date a user has last updated a record. I was querying the sys_audit table using GlideRecord. However I was advised to use GlideAggregate as this is much efficient than GR. Here's my code but so far no luck. The errors s...