Account name auto fill

Hello,
I have accounts in the CRM with account name and acc number.
when creating a new case/ticket I can type in the acc name and it auto suggests existing clients.
Can I get the same option for the acc number (Sage_code_c)?
also if either is selected can the other populate?

Many thanks

It’s possible but a little bit complicated. Check this post for some answers:

Hello,
Thank you for your response
I think I have over complicated the question.
Taking it at one step at a time.
First with customer name (Account_Name) from either case view or account view.
this has a autofill dropdown when I start typing.
Can I also have this for another field? (acc no. > Sage_code_c)

Next I would like several fields in the case edit view to populate on the account name I select.
I have tried to follow this article Auto Populate related fields - SuiteCRM Forum - English Language / SuiteCRM General Discussion - SuiteCRM
All the fields are from the account module (like the number of users and the expiry date.
what I have is

1 => 
		  array (
            'name' => 'account_name',
			'studio' => 'visible',
			 'displayParams' => array (
                'field_to_name_array'=> array(
                    'name' => 'account_name',
                    'id' => 'LBL_CUSTOMERNAME',
					'LBL_SAGE_CODE' => 'sage_code_c',
					'LBL_CONTRACT_END' => 'contract_end_c',
												),
										),
			'label' => 'Customer Name',						
			),	

but not working
the above link states
‘<field1_of_Contacts_module>’ => ‘<field1_of_Opportunities_module>’,
Sorry for my ignorance but what is “field1_of_Contacts_module”, How do I find this? is it via studio and take the field name or display label or the system label?

Many thanks

Hello,

I manager to get the above code working but have an interesting issue.
When I use the search next to the account name and select an account I cannot save as it sates it cannot find the account, but deleting one character and typing it back then I can save.,
When I just use the inbox search it does not auto fill the other fields.

Many thanks