Setting File Access in Project Security

2
Hi, I want to set the security on FileDocuments and System.Image, in the older versions this was found at Project level > Security. However now I can't find it anymore. Did it move to another tab/screen? The System.FileDocument entity access still has a note referring to the File Access tab in Project security. Is this a bug or can I find it somewhere else? With kind regards, Stephan *using 6.1.0
asked
2 answers
4

That feature has been deprecated in 6.0.0 and the 'File access' tab in the project security dialog will no longer be shown if you do not still have these rules in your project.

Unfortunately, we forgot to remove the note referring to that tab in the properties dialog of System.FileDocument and System.Image. That has been fixed and is scheduled for 6.2.0.

Apparently the release notes did not mention this either. I added this information to the release notes for 6.0.0.

Apologies for the inconvenience.

answered
4

Although not explicit described in the release notes I assume that the use of native filedocuments is no longer supported from 6.0. You should always inherit your own entity.

Do you have a case in which that is not sufficient?

answered