I use before delete=false to add records to another table. I change the delete confirmation message on my list page:
confirm('" & CSmartStr("This is my changed message?") & "'))
I make this change on the list page after it has been generated and resides in my output folder, so each time I build my application this change is overwritten. What is the best way to handle this so I don't have to modify the customizations each time I build and publish?