CRM/SFA When converting a Lead to an Account, the field party_supplemental_data.company_name is not set to the company name
This has no impact on the UI because the company name is fetched from party_group.group_name
However, it is inconsistent with the direct way to create Accounts from CRM/SFA (or Ofbiz, for that matter), which both fill this party_supplemental_data.company_name field with the company name
Logged In: YES
user_id=908761
Originator: NO
The original design purpose of that field to hold the companyName of a Lead only, and use it to create the PartyGroup.groupName when the lead is converted to an Account. It was not designed as a second place to store the companyName.
I just created a new Account and there is no companyName field stored in PartySupplementalData. I do not think that we should be doing that either, whether for a newly created Account or for a converted one.
Thanks for reporting it anyway though.