get_post_meta does not work

Pulled with $post using global.

global $post;
$des = get_post_meta($post->ID, $field['Product_Year'], true);
echo $des;