ok tried
PHP Code:
<?php
$hook_array['after_retrieve'] = Array();
$hook_array['after_retrieve'][] = Array(1, 'custom2', 'custom/include/Cases/productsdrop.php','Before', 'Before');
$hook_array['process_record'] = Array();
$hook_array['process_record'][] = Array(2, 'custom3', 'custom/include/Cases/productsdrop.php','Before', 'Before');
echo "hello";
?>
and still no go but i did relise that it only echos hello when going to edit and not to create so i am thinking the hook is not being called at all
Bookmarks