Skip to content

Instantly share code, notes, and snippets.

@tocohara
Created December 24, 2020 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tocohara/e0eed64468a00f5a8019b4b966332b51 to your computer and use it in GitHub Desktop.
Save tocohara/e0eed64468a00f5a8019b4b966332b51 to your computer and use it in GitHub Desktop.
Cancel Appointment Log Delete Method
private void CancelLogDeletion(PXCache sender, PXRowDeletingEventArgs e)
{
e.Cancel = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment