Hi Thirdlane team,
We have a customer who wants to have all their staff as owners of a conference room,
It seems I can't have more than 20 owners of a conference room, if I add any all the users the 21st user onward is left out.
Can you please let me know how I can add everyone?
Can you create multiple
Can you create multiple conference rooms - one for every 20 people? What is the application to have so many owners?
We're upgrading our legacy
We're upgrading our legacy Thirdlane 5 / 6 instances, if we need to create a new conference room for each block of 20 that'll mean a change for each of our few hundred tenants.
We're trying to make the change seamless to the clients.
Nick,
Nick,
How many users do you need to store? Why is this needed for all tenants? Isn't this a bit problematic that so many users "own" the same conference room?
In any case, the problem is that data for conferences is now stored in the database, and for simplicity and access speed conference owners are not stored in a separate table but in the "users" column which has a max width of 255 - and that limits the number of users. We don't usually recommend customers to make changes to the database schema, but if this is urgent, you could alter the conferences table to make the "users" column wider.
Thanks Alex,
Thanks Alex,
Having so many users "Own" a conference room has never been an issue, but they're used very rarely,
I'll modify the schema & re-add all the users,
Nick
I've just tested this on Thirdlane version 6 where we migrated the customer over from,
On version 6 this is unlimited.