Skip to Content
0
Former Member
Mar 03, 2014 at 11:33 AM

BPC 10: Trigger "No data to save" Event

422 Views

Hi all,

is it possibile to trigger the event "No data to save" ?

What I need is to unprotect the sheet before data is saved (done with the BEFORE_SAVE event) and protect the sheet after the data is saved (done with the AFTER_SAVE event) but I noticed that if there is no data to save the event AFTER_SAVE can't be triggered so what happens, in this scenario, is that the BEFORE_SAVE get triggered -> the sheet is unprotected -> the message "No data to save" is displayed -> END (and the sheet remains unprotected).

Thanks,

Michele