Hi all, I using Form Api to auto name a dcr. I also need to check whether a dcr with abc name is already there or not.For this I am using a call server on onSaveValid. It returns a javascript alert. So far I coded this much. Now can anybody tell me-how can I capture some flag from the callserver javascript and if it returns true... it will go straight to proceed with saving the dcr else on false provide an alert and give the user option to correct the name again. Thanks in advance.
Can anybody tell me why i am not getting the alert on "onSaveDone"?i got the alert on onSaveValid though