cancel
Showing results for 
Search instead for 
Did you mean: 

how to remove access restrictions in query

former_member207877
Active Participant
0 Kudos

Hi all,

We have a query " My master agreements and contract documents" where files in contract document is one of the result fields in query(clickable)

Issue is files are accesible only to the collaborators, inorder to remove the access what I have to do?

Please see below for the query which I have written at column level

CASE T4.ATTACHMENT_IS_FILE WHEN 1 THEN '</FCI/USERSESSION/APP-PATH>/download/' <%+%> <%URL_ENC(T4.ATTACHMENT_DISPLAY_NAME)%>

<%+%> <%CHR%>(63) <%+%> 'id=' <%+%> <%URL_ENC(T4.ATTACHMENT_DISPLAY_NAME)%> <%+%> '~true~' <%+%> RTRIM(CAST(T4.ATTACHMENT_FA_OBJECT_ID AS CHAR(12)))

<%+%>':'<%+%> RTRIM(CAST(T4.ATTACHMENT_FA_CLASS_ID AS CHAR(12))) <%+%> '~' <%+%> RTRIM(CAST(T4.OBJECTID AS CHAR(12))) <%+%> ':2003~'

<%+%> RTRIM(CAST(T4.ATTACHMENT_SIZE_IN_KB AS CHAR(12)))

<%+%> '~2003~null' ELSE T4.ATTACHMENT_REFERENCE END

Collaborators able to access and download it but other users are unable to do.

What changes we have to make inorder to make it accecable to every user?

Please suggest me.

Thanks,

Raj.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member89217
Contributor
0 Kudos

This check is being done by the system. And this is in compliance with the expected security around these documents. You should not attempt to bypass the system security model. The system is working as expected.

Regards,

Gary