-
Notifications
You must be signed in to change notification settings - Fork 0
User Settings
Mihir Maruti Kadam edited this page May 10, 2017
·
7 revisions
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