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

Forum Posts

Resolved! How do you pass record producer values to the record it creates?

I'm trying to get the value of a variable I created on a record producer to carry on it's value to a field of the request it creates when I submit the record producer form. It's the "requested for" field, I created a new one for this record producer ...

simran3 by Tera Contributor
  • 6920 Views
  • 4 replies
  • 8 helpfuls

Dynamic widget HTML content

Hi All,, I have a requirement where I need to show different messages in widget with different fonts, text and colours based on a variable selection on the catalog item. How can I update html content dynamically when variable value changes?

Resolved! Unable to set value for reference field via a script

Hi, I have a table with a column which is of a Reference type to another table. I can easily set the value in the GUI for the column fields by typing in a value or using the magnifying glass to search for it. But I am unable to set the value for this...

Mike278 by Kilo Explorer
  • 10502 Views
  • 3 replies
  • 0 helpfuls

Using Cart API() to add multiple cat items

Hi,Has anyone successfully added multiple items to a cart and placed order using Cart API()? I am having a hard time doing that.var cartId = GlideGuid.generate(null); var cart = new Cart(cartId); var item = cart.addItem('my sys id'); for(var i=0;i<m...

mdash by Giga Guru
  • 4457 Views
  • 14 replies
  • 1 helpfuls

Resolved! How to create multiple catalog task using workflows.

We have an OnBoarding process where the hiring manager can select what software the new hire needs.  The hiring manager selects from a List Collector.   We have a workflow that creates a Catalog Task, which shows the list collector, and in right hand...

stevethomas by Giga Contributor
  • 5363 Views
  • 3 replies
  • 0 helpfuls

Resolved! Get value of decimal field w/ client script

Hello, I have a decimal field on a form. I have a client-side UI action that needs to display the decimal field value on a confirmation pop up. So far I am not getting the expected result. What am I missing? var number =  parseFloat(g_form.getValue('...

find_real_file.png
JJG by Kilo Guru
  • 3401 Views
  • 5 replies
  • 0 helpfuls