function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
John SaundersJohn Saunders 

Bad Idea: Developer Account Limits

Yet another reason to find a better way to limit Developer accounts: I'm trying to test some code that uses the AccountTeamMember object. But with only two users, I can only have two AccountTeamMember objects per Account.

Since the customer requires some performance numbers before proceeding, it looks like we won't be proceeding...

John Saunders

 

benjasikbenjasik
The developer account is to test out integrations, not to load test.

You can work with your account exec to get a trial account with an increased number of licenses and increased storage for this purpose. If this is an issue, please let me know.
John SaundersJohn Saunders

In this case, without a test of a reasonable load, there won't be any integration.

Now, I've since found out that I can deactivate Users after creating them, and I can use inactive users for what I need.

John