Sorry Basic Question!

I get Confused !!
I’m working on app for school and I want to allow school so sign as Kindergarten
Should I create Kindergarten As a Type or field on User

Hi there, @josemazin77… I’m guessing this answer will lead to more questions, but I wouldn’t do either of the things you suggested. I would probably have a data type called School, and that data type would store information about a school, including a school’s type (in this case, Kindergarten). The type field would be linked to an option set that defines the different types of schools (e.g., Kindergarten, Grade School, Middle School, etc).

Hope this helps.

Best…
Mike

But what if I only accept Kindergarten for now , I’ll create data type called Kindergarten

right ?

Thanks

If that’s what you want to do, go for it. But to be clear, I would never do that. I would do exactly as I described, even if I only had Kindergartens for now.

ok thank you , i’ll do as you said

1 Like