How to make the field "Account Name" optional in the Cases module?

Hi

So can I make account_name optional but it´s a relationship, not an actual field:

I don´t seem to be able to do so with Vardefs extension (unless I´m having cache problems) in the /var/www/<sugar_folder_name>/custom/modules/Cases/Ext/Vardefs folder:

?php

$dictionary['Case']['fields']['account_name']['required'] = false;

?>

Any ideas?

Thanks,

KGM