Hi, Please this is not a duplicate question. I need to save a delete record. the Purpose is same but the way i should do is different now. So thats why i need your help guys. Whenever a user deletes a record on the form I need to store that record in a separate table.
I was told that i should not create any message prompts and i should use the system prompts( which comes up by default) and i need to grab the record information ONDELETE event and store it in a temporary storage field and address this field in AFTERDELCONFIRM event and save the information in a separate table .
SO ONDELETE = save the information of the deleted record in a temporary field ( or temporary storage)
AFTERDELCONFIRM = address the ONDELETE EVENT and save it in a separate table . GUYS I need your help here please HELP ME OUT.
I was told that i should not create any message prompts and i should use the system prompts( which comes up by default) and i need to grab the record information ONDELETE event and store it in a temporary storage field and address this field in AFTERDELCONFIRM event and save the information in a separate table .
SO ONDELETE = save the information of the deleted record in a temporary field ( or temporary storage)
AFTERDELCONFIRM = address the ONDELETE EVENT and save it in a separate table . GUYS I need your help here please HELP ME OUT.