Forum Discussion

SaraY_'s avatar
SaraY_
Qrew Member
6 years ago

Give access to a record for somebody outside Intuit, without giving access to Everyone on Internet

Trying to give access to a record to an Intuit partner outside our Intuit corporate firewall, so they can download a file they cannot get through email as it contains an executable.  Is the only way to go about this to open access to Everyone on the Internet? Is there a more limited way to do this? Note: Box does not work for the purpose, as it requires people outside Intuit to subscribe.

1 Reply

  • File attachment field Properties have a box to check to give access to anyone, even if they are not a QuickBase user.

    You can make a formula URL field to download that attachmwent.


    URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e103/v0"

    Replace the 103 with the field ID number of the file attachment field.