Good morning urdhvatech, I altered the grouped_fields_type_map.yaml, did a quick repair, but there was no change. Argh!
So I started another search for āpostalcodeā and the very first hit wasā¦ line 4005 in
/htdocs/Suite8/cache/prod/ContainerJXnEIcc/App_KernelProdContainer.php
I altered this file at lines 4005 from ;
'address' => [
'layout' => [
0 => 'street',
1 => 'postalcode',
2 => 'city',
3 => 'state',
4 => 'country',
],
to
'address' => [
'layout' => [
0 => 'street',
1 => 'city',
2 => 'postalcode',
3 => 'state',
4 => 'country',
],
and it immediately changed at all instances of addresses without a quick repair. That is in Accounts, contacts and leads, wherever there is an āaddress blockā.
After a little more investigation, it appears this file is created in part from grouped_fields_type_map.yaml if it does not exist. So the App_KernelProdContainer.php file either needs to be deleted or altered as I have done (to match the yaml alteration).
Developer Mode does not seem to delete this file with a quick repair.
Thank you urdhvatech, I donāt think I would have found this without your help.
Regards
Terry