managing profile fields
Moderator: moderator
-
- Posts: 9
- Joined: Tue Sep 01, 2020 8:19 am
managing profile fields
Hi there,
i can't add more profile fields: "The maximum number of permitted profile fields has been reached. You cannot create any more fields!" There are 16 entries made by openemm. How can I add my own fields and expand it?
Thanks
i can't add more profile fields: "The maximum number of permitted profile fields has been reached. You cannot create any more fields!" There are 16 entries made by openemm. How can I add my own fields and expand it?
Thanks
-
- Posts: 9
- Joined: Tue Sep 01, 2020 8:19 am
Re: managing profile fields
I'm using version 20.04.000.185.
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: managing profile fields
Please try DB update
or whatever value you need.
Code: Select all
update company_tbl set max_fields = 50
OpenEMM Maintainer
-
- Posts: 9
- Joined: Tue Sep 01, 2020 8:19 am
Re: managing profile fields
Thanks - successfully solved.
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: managing profile fields
New frontend version 20.04.000.188 should fix the problem of limited profile fields.
OpenEMM Maintainer
-
- Posts: 35
- Joined: Thu Oct 08, 2020 5:40 pm
Re: managing profile fields
Hi Martin,
I have the same problem in frontend version 20.04.000.200: the default value of the max_fields field in company_tbl is zero, but even if I update it to a value of 50 or greater, I always have the error: "The maximum number of permitted profile fields has been reached. You cannot create any more fields!".
How can I fix this?
Thank you.
Regards,
Carlo
I have the same problem in frontend version 20.04.000.200: the default value of the max_fields field in company_tbl is zero, but even if I update it to a value of 50 or greater, I always have the error: "The maximum number of permitted profile fields has been reached. You cannot create any more fields!".
How can I fix this?
Thank you.
Regards,
Carlo
-
- Posts: 35
- Joined: Thu Oct 08, 2020 5:40 pm
Re: managing profile fields
Solved, I raised the value of the field maxFields in the company_info_tbl.
Thank you.
Regards,
Carlo
Thank you.
Regards,
Carlo
-
- Posts: 9
- Joined: Tue Sep 01, 2020 8:19 am
Re: managing profile fields
Hi
I added the key MaxFields in the company_info_tbl and put in the value 100, but it doesnt work.
Best regards
Matthias
I added the key MaxFields in the company_info_tbl and put in the value 100, but it doesnt work.
Best regards
Matthias
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: managing profile fields
Parameter name is "maxFields". Make sure to set column company_id to 0 or 1 - or update to a later version.
OpenEMM Maintainer