Forum Discussion

JeffElliott's avatar
JeffElliott
Qrew Member
2 years ago

Revisions history

Is there a way to show users the revision history of a file attachment field... without having to click on the revisions button?

------------------------------
Jeff Elliott
------------------------------

1 Reply

  • This is the syntax for a link to open the current file attachment

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

    This is the syntax for a link to open the 1st previous revision
    URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e208/v1"

    This is the syntax for a link to open the 2nd previous revision
    URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e208/v2"


    But I don't know of a way to suppress the link if that level of previous version does not exist. It also appears to me that if you point at say the second most previous version and it does not exist then I think it just shows the most current version.

    ------------------------------
    Mark Shnier (Your Quickbase Coach)
    mark.shnier@gmail.com
    ------------------------------