Hello all,
I am confusing about the usage of "list_fields" of field_arrays.php, I don't know which fields i must add into this array. The following PHP Code of field_arrays.php of Contact module:
PHP Code:
'list_fields' => Array('id''first_name''last_name''account_name''account_id''title''email1','email2''phone_work''assigned_user_name''assigned_user_id'"case_role"'case_rel_id''opportunity_role''opportunity_rel_id','email_and_name1','email_and_name2','invalid_email'
), 
Can you help me?

Many thanks.