Hello Everyone, I have an issue regarding user permissions for Website Users.
I created a doctype called Supplier Registration, this will act as a pre-requisite form to be filled before a supplier is created on ERPNext, this doctype also has a web form which is linked to it. the prospective supplier will interact with the webform and the values should reflect on the doctype form.
The intention is that the prospective suppliers will fill this form with the relevant information and should not be able to create any new registration documents from the web view and should not be able to view documents created for other prospective suppliers.
But as indicated in the screenshot above, this is not the case.
I used user permissions to ensure that each document is mapped to the user it was created for.
I have set the permissions on the doctype form using role permissions and also ensured that the user has only the vendor applicant role (Custom role). but the user can still create documents from the website view.
Does anyone have an idea on how to resolve this?