ToddMolino
3 years agoQrew Cadet
URL Button - Add Save before using multi-doc upload (Kirk Trachy method)
I'm using Kirk's method to upload multiple documents at once and ran into a little problem. The form in which I'm uploading the documents from has a couple of grid edit reports on it for ease of entering data, however everything entered in these grid edit reports are lost if the User then scrolls to upload documents before saving.
When using Kirk's method, the record is not saved before the UI opens to upload documents and everything entered in the grid edit reports are then lost.
My goal here is to add code in this button to save the record before opening.
URLRoot() & "db/"&Dbid() & "?a=dbpage&pagename=MultiDocUpload.html&refFid=6&rid=" & [Record ID#]
& "&applicationtoken=cfnbe4ydp5cqspbksxi3nd949xxx"
& "&fileattachment=14"
& "&categoryFid=12"
& "&attachmenttableurl="& URLRoot() &"db/" & [_DBID_DOCUMENTS]
Any help would be greatly appreciated!
------------------------------
Todd
------------------------------
When using Kirk's method, the record is not saved before the UI opens to upload documents and everything entered in the grid edit reports are then lost.
My goal here is to add code in this button to save the record before opening.
URLRoot() & "db/"&Dbid() & "?a=dbpage&pagename=MultiDocUpload.html&refFid=6&rid=" & [Record ID#]
& "&applicationtoken=cfnbe4ydp5cqspbksxi3nd949xxx"
& "&fileattachment=14"
& "&categoryFid=12"
& "&attachmenttableurl="& URLRoot() &"db/" & [_DBID_DOCUMENTS]
Any help would be greatly appreciated!
------------------------------
Todd
------------------------------