Activity Pop Up
I have a check box under activity object called "DRAFT". This will be deafulted to 'Y' always. Users always make changes to their tasks every now & hence wanted a check box called "DRAFT" which will allow them to make changes until they finalise.
When they are convinced thats the final task detail, they will uncheck the DRAFT check box and save it. I will retrive only those tasks in reports which dont have this DRAFT as checked. This way I can be sure that users always see the final tasks in reports.
My question is whenever user saves a task with "DRAFT" as checked, I need to flash a pop up message (not a validation) saying that "the task your trying to save is a draft one". I cannot use validation as it wont allow user to save the task until condition is not met. Is there any way we can flash a pop up message just to tell them that its a draft task?