How do you test roles in a vendor portal before trusting the demo?
I am testing the same vendor onboarding flow in a few AI app builders right now.
Login screen looks great. then I add a second role: admin sees all docs, vendor only their own. That is where the question stops being UI and becomes permissions, data isolation, and file access.
i'm running the same fake-data test in Enter too because the docs put auth, database, and backend pieces close to the builder flow. I haven't treated that as an answer yet. I just want to see whether the user-data checks are easier to poke at without jumping across five tools.
if you've built vendor onboarding before, what do you test first: role screens, direct record URLs, file links, or something else?