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);

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...