Company typeahead field not pulling company form data like it would if native company field were used
We set all our clients up as "Companies". Each company has a form attached with client and product info. When a new project is opened, we pull some of that company form information via calculated fields into the project depending on what company was selected in the native "Company" field.
I want to make the Company field required. Now I know you can't do that with a native field, so I created a "Company" typeahead field thinking I would hide the native company field via layouts. All good so far.
I created the typeahead company field but it seems it does not connect the project to the company. None of the calculated fields are pulling info from the company form like they are when the native "Company" field was selected.
My calculated field goes something like this:
CONCAT("Client: ", Company.{Client Name}," | Client Code: ", Company.{Client Code}," | Product: ", Company.{Product}," | Product Code: ", Company.{Product Code}," | Therapeutic Area: ", Company.{Therapeutic Area}," | Region: ", Company.{Region}," | Lifecycle: ", Company.{Product Status}," | Product Type: ", Company.{Product Type})
It works perfectly when a client from the the native "Company" field is selected. It appears empty when a client from the "Client" typeahead field is selected.
Does anyone how to make this work?
