Please enable JavaScript to view this site.

Process Designer

Navigation: Javascript API > User dialog functions > Dialog element functions > Properties > Change properties

jr_set_required(string elementName, boolean required)

Scroll Prev Top Next More

This function defines an input element as required or disables the check for required fields.

Parameter

Type

Description

elementName

string

Name of dialog element

required

boolean

true: Required field

false: Not a required field

If you enter no value here, true will be used automatically.  

Please note: Elements of the type SUBTABLE_VIEW are not supported.