Managing Parent/Child Accounts

Hi all, I’m trying to create an app that has similar functionality to SalesForce where I will have the concept of Parent and Child user types. The Parent User will be able to create and manage the Child User type and also control who has access to view and modify the Child user type.

Does anyone know if this is possible yet using bubble?

Don’t see why not.

You can add a “user type” to user. And then have a list of “child” users on the user (the the parent type) as well as a “parent” user (for the child type).

1 Like

Thanks. Do we do that directly in the Data Types tab under the master User custom data type? Or do we need to create a new custom data type called “User - Child”?

No, just add the field to User and select the type as “user”. That creates the relationship(s).