Hi Anthony, I did some R&D on this idea of trying to record the actual file name that was uploaded into Workfront. The way it works is:
Drop SampleDoc01.txt into Workfront
A Document Version (1) is created under the hood with a File Name in this format: 1_guid_SampleDoc01
Drag SampleDoc02.txt onto SampleDoc01.txt in Workfront
Another Document Version (2) is created with a File Name such as 2_guid_SampleDoc01
etc.
The punchline is that (as designed), there's nothing in Workfront that stores the name of the subsequent versions. So. In addition to your Idea Share request, two other manual options would be to:
create a Document Custom Form with a custom text parameter called "Latest File Name" and copy/paste it in upon upload
same idea, but simply copy/paste it in as a Note rather than a dedicated parameter
I've added my R&D notes below (which I'd originally hoped would be the unique "real" file names), if you're interested. Regards, Doug In a Document Version Report, try these text mode concepts in the view:
listsort=nested(document:currentVersion).val(ext) namekey=filetype.abbr querysort=document:currentVersion:ext textmode=true valuefield=document:currentVersion: documentTypeLabel valueformat=HTML
listsort=nested(document:currentVersion).val(ext) namekey=filetype.abbr querysort=document:currentVersion:ext textmode=true valuefield=document:currentVersion: ext valueformat=HTML
value expression ={document}.{currentVersion}.{ext}
valueexpression= CONCAT({fileName},".", {document}.{currentVersion}.{ext} )
valueexpression= CONCAT(RIGHT({fileName},LEN({fileName})-(SEARCH({document}.{ID},{fileName})+LEN({document}. {ID}+1))),".",{document}.{currentVersion}.{ext})
displayname=Original File Name linkedname=direct namekey=fileName querysort=fileName textmode=true valueexpression=CONCAT(RIGHT({fileName},LEN({fileName})-(SEARCH({document}.{ID},{fileName})+LEN({document}. {ID}+1))),".",{document}.{currentVersion}.{ext}) valueformat=HTML
Doug Den Hoed - AtAppStore Got Skills? Lend a hand!
https://community.workfront.com/participate/unanswered-threads