Anaplanners,
I have module dimensioned by Line items, region, Employee, Version and time. Its an input module for the end user to update the Employee cost for employees by region and by time and version.
I have set a Dynamic Cell Access for read and write of the above module which locks the version based on the admin's boolean selection. Example, If the Admin unchecks, Version 2 would be locked for edit.
I have also create a predefined action for the end user to upload the data using CSV file upload, however when the user uploads the data using the action, they are able to update the values for version which is even LOCKED. How's the user able to override it with nothing of that sort being set up.
I want the user to only be able to upload values to the version thats open for edit.
PS: - This functionality works otherwise, that is, user is not able to edit the data at a module/dashboard level. Its only the upload action thats overriding the DCA.