Hi Jithesh Babu,
Check the page's data source :
If it's a Data View, ensure that the data view's entity is associated with the entity you want to create.
If you're using a List View, make sure the entity you're creating is linked or part of the context.
Go to Project > Security > Entity Access.
Ensure the user role you're testing has Create access for the entity.
If the entity is used in a module with module roles, ensure that the module roles are assigned to the user role.
Check the Editable property of the data view.
Ensure it is set to Editable.
These are the Multiple ways to sort out this issue , please confirm the above points , and check the application
Is security on and those the user has access rights to the object? You could try using a microflow and create the object in the microflow and then open the edit page of that object passing the newly created object as parameter.
Regards,
Ronald
Please check entity access
Hi Jithesh Babu,
First of all, you need to add an access rule that gives a role rights to create objects in the entity it is trying to create. Then test it by running the application with the role you gave access to create.
BR
Giuliano