Default assigned user

Hi,

In Sugar 7.7.1.0, I'm trying to create a record with a default assigned user different than the current user.

I've tried with:

$dictionary['my_module']['fields']['assigned_user_id']['default'] = '<user_id>';

but without success. 

Any one can help me?

P.S.: At this point my only way is do this with a before_save hook.