Changes

Form Delete Record Button

48 bytes removed, 12:58, 6 March 2013
no edit summary
From time to time in campaigns it may become necessary to delete a record and all of its contact history. This function is dangerous for data consistency so should only be implemented carefully.
 
Access must be granted to users to the Main Menu > Database Management > Data Deletion section in order to have the functionality access.
Simply modify the intCampaign_Id to be the  <source languagelang="html4strict">
<input type=button name=btnDelete id=btnDelete class='cssButton_Red' style='width:100%;' value='Delete this record' onclick="window.location='../campaign/userCampaign_DeleteGroup-details.asp?intCampaign_Id=' + document.getElementById('intCampaign_Id').value + '&intCDA_Id='+document.getElementById('intCDA_Id').value;" />
</source>
7,528
edits