Which is the best template?

I would like to build a site where all of my customers can KNOWLINGLY see the information that other customers put in the system. If comp0any A adds a name to the software company B and C should be alble to see it and the information attached to it

Hey @JADAWNYA, it really depends what your app’s primary function is! It’s very easy to set up an app from scratch if no existing templates cater to your needs.

If the data you want can be seen by all customer users, then you can use the ‘all records’ view permissions rather than ‘records connected to logged-in user’ or ‘records connected same Customer as logged-in user’.

I would like to use it as an employee sharing app. So if company A has employees looking for more hours company B can look on the list and employ those employees as well

In that case, I’d suggest starting from scratch.

Without fully knowing the whole workflow, you might have three tables with Employees, Companies, and Company Employees, which connects both the former tables.

The Is open to work field is what drives their name to appear on a global list for all companies to see that they are available for more hours.

Employee
Employee name
Email
Mobile
Role
Is open to work? (yes/no)

Company
Company name

Company employee
Employee (connection)
Company (connection)
Employment status (active/inactive)

THANK YOU SO MUCH. I appreciate this

1 Like