Skip to content

User Settings

Mihir Maruti Kadam edited this page May 10, 2017 · 7 revisions

strictRule

Form script generator validates each control or attributes present on the form. If attribute or control not found for particular field/section/tab then it will throw an error.

To disable this just set strictRule property to false.

Use this property on form load function.

//Type : boolean
//default: true
MK.FSGEntity.userSetting.strictRule = false
Clone this wiki locally