Azi
01/15/2018, 9:24 PMfunction validateField(context) {
if(context.fieldId !== 'trandate'){
alert("You may not make changes to the field " + context.fieldId)
return false
}
return true
}
It gets caught in an endless loop, when I do this. Any reason why?