Hi everyone!
I have a form with some lookup fields . When i click on a lookup field it automatically goes to the related entity. I get a popup alerting me if i want to stay on the form or not , but if i click to leave the form it automatically saves the form.
I also have a script preventing save when some values are empty but it seems to override this , because my script works only on save of the form. My solution would be to hidden a field which is required to have a value. When the conditions are all met that field would get a value and so the save would be ok or if it is empty to get a message regarding the required field.
However is there a way to alter this functionality by CRM?