Inside the Software factory it is possible to enable importing on a table even when that same table does not have permissions to CRUD. This creates a conflict because without those permissions I can’t import, yet I can start the import task up to the point where I can select an importtype. It will throw an error.
In relation to above I’ve been trying to hide the CRUD buttons while maintaining the import functionality, is this possible?
What Ive tried myself is:
- Deactivating permissions > breaks import
- Hidding the button types in the lay > breaks import
If it’s possible, how? If it’s not possible why is the import task available when the buttons are hidden / permissions are off.