Hi
i'm facing an issue with preventing save on turbo form in CRM 2016 on premise 8.2
i'm using the following code to prevent save
function onSave(context) {
if(profile==null))
{
context.getEventArgs().preventDefault();
}
}
I'm not getting any error but when i click on save and close it is closing form
Please help me in sorting out this issue
Thanks
Karthik
*This post is locked for comments