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

Forum Posts

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
  • 10794 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
  • 5062 Views
  • 14 replies
  • 1 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
  • 3774 Views
  • 5 replies
  • 0 helpfuls

Resolved! Order Guide restrict only one item to be submitted

Hi all, I have two separate catalog item added to Order guide "New laptop" "New Desktop", I would like that user can only select/submit one of this either order a laptop or a desktop. Is this possible in Order Guide someway?

Sam198 by Mega Guru
  • 2973 Views
  • 6 replies
  • 0 helpfuls

Password Reset properties

Hi All, I have a requirement to reset the password properties for my instance as per below: 8 to 20 characters in length.Contain characters from at least three of the following categories:1. Uppercase Letter2. Lowercase Letter3. Number4. Symbol (non-...

kunal16 by Tera Expert
  • 1564 Views
  • 2 replies
  • 1 helpfuls

sp-model

Can anyone help me in how to pass data to sp-model to populate a form ?

Kanika4 by Tera Contributor
  • 5639 Views
  • 4 replies
  • 0 helpfuls

ldap user import: Error during insert of sys_user

Similar to stale unanswered question here, I have errors related to to the LDAP Import.     I am looking for the code that generates this error so I can add additional logging to determine the cause, or another debugging technique.     For this user ...

sammarcow by Mega Expert
  • 3306 Views
  • 5 replies
  • 0 helpfuls