Update hidden field

 1 Replies
 0 Subscribed to this topic
 12 Subscribed to this forum
Sort:
Author
Messages
Bob Clark
New Member Send Private Message
Posts: 1
New Member

I am trying to update a hidden field in Design studio.  I am new to Design Studio so please forgive. 

The hidden field needs to be updated when the select12 is "S".  How would I do this?

function FORM_OnBeforeTransaction() {      var vList = lawForm.getFormValue("select12");

    if (vList == "S"); //         UPDATE ?hidden56? = ?y?;            return true

}

Gary Davies
New Member Send Private Message
Posts: 0
New Member

You reference hidden fields with the same api you can use for the visible ones

lawForm.setDataValue("XXXX","y")  where XXXX is the Field Name such as EMP-COMPANY on HR11 for company