jd6strings Posted August 24, 2015 Report Posted August 24, 2015 We added three custom fields and when editing an existing customer those fields do not show up to be edited. Am I missing somehting? Quote
0 jd6strings Posted August 24, 2015 Author Report Posted August 24, 2015 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)? Quote
0 jd6strings Posted August 24, 2015 Author Report Posted August 24, 2015 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); Quote
Question
jd6strings
We added three custom fields and when editing an existing customer those fields do not show up to be edited. Am I missing somehting?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.