Hey guys, trying to add a field with type currency, to the "Opportunity" record type, once I am doing that, immediately get error 500, the only thing that helps to remove this error and make the system functional again, is to delete that "Currency type field".
Digging logs helped me understand the cause of Error 500:
"General error: 1116 Too many tables; MariaDB can only use 61 tables in a join"
I am not joining any tables, not creating any relations, just adding a new field type, is there any way to bypass this?
Thanks
Digging logs helped me understand the cause of Error 500:
"General error: 1116 Too many tables; MariaDB can only use 61 tables in a join"
I am not joining any tables, not creating any relations, just adding a new field type, is there any way to bypass this?
Thanks
Comment