managing profile fields

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

e.mail.guru
Posts: 9
Joined: Tue Sep 01, 2020 8:19 am

managing profile fields

Post by e.mail.guru »

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
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: managing profile fields

Post by maschoff »

Do you use the latest version of OpenEMM?
OpenEMM Maintainer
e.mail.guru
Posts: 9
Joined: Tue Sep 01, 2020 8:19 am

Re: managing profile fields

Post by e.mail.guru »

I'm using version 20.04.000.185.
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: managing profile fields

Post by maschoff »

Please try DB update

Code: Select all

update company_tbl set max_fields = 50
or whatever value you need.
OpenEMM Maintainer
e.mail.guru
Posts: 9
Joined: Tue Sep 01, 2020 8:19 am

Re: managing profile fields

Post by e.mail.guru »

Thanks - successfully solved.
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: managing profile fields

Post by maschoff »

New frontend version 20.04.000.188 should fix the problem of limited profile fields.
OpenEMM Maintainer
cdambrosio
Posts: 35
Joined: Thu Oct 08, 2020 5:40 pm

Re: managing profile fields

Post by cdambrosio »

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
cdambrosio
Posts: 35
Joined: Thu Oct 08, 2020 5:40 pm

Re: managing profile fields

Post by cdambrosio »

Solved, I raised the value of the field maxFields in the company_info_tbl.

Thank you.

Regards,

Carlo
e.mail.guru
Posts: 9
Joined: Tue Sep 01, 2020 8:19 am

Re: managing profile fields

Post by e.mail.guru »

Hi
I added the key MaxFields in the company_info_tbl and put in the value 100, but it doesnt work.

Best regards

Matthias
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: managing profile fields

Post by maschoff »

Parameter name is "maxFields". Make sure to set column company_id to 0 or 1 - or update to a later version.
OpenEMM Maintainer
Post Reply