Browse By Tags

  • onChange field value does not keep new value when item is saved

    Hi everyone, I have an on change event that fires when one of my stock fields are changed, which should change the value of a stock message field. The function I have is able to change the value of the stock message field, but when I save/click…
  • how to retrieve checkbox value from form ?

    hello, i have a form that needs to get user inputs. On this form there are text fields, check boxes and a validate button that runs the logic to retrive the inputs. I'm able to retrieve the text fields with a method that runs on the click of the validate…
  • Date issue, user date selected different from date in DB

    Why the date selected by user in aras form is different from the date in database?
  • Client side Form function and script not evaluating correctly.

    Good day all. TL;DR: I am having trouble getting an onLoad method to reliably print an evaluated value to a field. The form is as follows: Stock message contains: <span id='stock_msg'></span> I have a javascript onLoad method that compares…
  • Value of field doesn't change if the field type is itemtype and have onchange event.

    My scenario is after selecting any value in field 'A' which is of item type, I have to set/change the value of field 'B'. so i added a onchange event in field 'A'. like this const inputValue = this.value; window.handleItemChange('field B name', "new…
  • JS in Item view: Why is document.thisItem.node.childNodes modified on lock/unlock?

    While running a method OnFormPopulated, I reference the list document.thisItem.node.childNodes to get an overview of the properties of the current item. This NodeList contains all elements on first load, however, when a lock/unlock action subsequently…
  • How can i Disable FormattedText field using Javascript

    Im trying to disable FormattedText FormattedText field using on Formpopulate. unfortunately i have been unsuccessful. Can someone please tell me the script to disable it.
  • Is it possible to create Dependent List of Values after creation of a group?

    Hi Once the group is created on the Form, is it possible to make the dropdown list of values from first drop down to be filled in automatically based on the other dropdown list of values? Thanks Ambuj