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
developerTeamdeveloperTeam 

How can a team of 3+ can work, simultaneously on an APP in a dev org ???

Hi, we are a TEAM of 3 are developing a application in dev org. We are not able get the complete access to the app, by creating USERS in an org, wats the Standard way to work in parallel & develop an application with both admin & development work.

Thanks in Advance!
souvik9086souvik9086

Yes 3 can work in a dev org. You all can login as system administrator and then can work in parallel for point and click features. Only problem is that when you write code in the online editor, only one can write a particular class at a time. Otherwise there will be mishap.

 

If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.

Thanks

Mayank_JoshiMayank_Joshi
Force.com IDE Plugin for Eclipse can allow you to work on your class . While at the others can use the class for their logic implementation. At that time , you can save your Class in your local workspace not into sfdc server .
sandeep@Salesforcesandeep@Salesforce

this is multi tenant feature of salesforce.

developerTeamdeveloperTeam

My team need to work on Same Application and develop it, So for objects creation & relationships we thought to work as USERS under a developer free org. But after USER's creation apart from System administrator, the other USER can only read/view the app. we can't edit the APP. actually how to achieve this team development work in developer free account. 

sandeep@Salesforcesandeep@Salesforce

Because you are using developer free org so you can only create one user ( system Admin ).

 

 

1. You can use eclipse to work together in apex code simultaneously with cordination to each other.

2. You can open same account from different machines using same user credential for other configurational work like object creation and field  and relation ship setup.