Cannot save Custom Post Type meta data

php superglobal is $_POST, not $POST.

update_post_meta($post->ID, "dedicationDate", $_POST["dedicationDate"]);

tech