Jump to content
  • 0

Custom Fields Not Showing Up For Existing Customers


Question

2 answers to this question

Recommended Posts

  • 0
Posted

OK...I found my problem.  When I created the custom fields I only selected the client group general.  Is there not a way to allow all groups to share the same custom field?  In other words, do I have to created a custom field for each group even though it will have the same name (i.e Install Address)?

  • 0
Posted

Workaround....

 

I modified the admin_clients.php file and made the following change to display custom fields for client group ID 1:

//$custom_fields = $this->Clients->getCustomFields($this->company_id, $client->client_group_id);
$custom_fields = $this->Clients->getCustomFields($this->company_id, 1);

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...