February 25, 201312 yr Newbies The topic says it all. My UUID function is working, and I can display it in a standard display field, but I can't get it to populate into my SC URL. Here's how I have the fields set up: (SC is running under tomcat on a Win2008 R2 server) SC_ServerURL (calculation) ="http://myserver:8080/SuperContainer/Files" SC_RecordPathURL (calculation) =Get ( FileName ) & "/Record_" & SC_Get_UUID SC_VersionTrackingURL (calculation) =SC_ServerURL & "/" & SC_RecordPathURL & "/" & "Version_" & SC_VersionNumber & "?style=nodelete+info" SC_VersionNumber (calculation) =Number w/ a range of 0-99999 SC_Get_UUID (text) =UUIDRandom custom function I realize this could be cleaned up a bit. Maybe that's part of the problem. But everything else works. I was using a traditional incremental record ID, and that worked perfectly, but I took that out completely. Now all I end up w/ is all files ending up in the same "Record_" directory, even though I can see the UUID changing in the display field. Any help would be greatly appreciated. Thanks! jbh
February 26, 201312 yr Author Newbies A night of sleep and a chance eyeballing of my web viewer URL, which included a "missing" content value, has finally solved everything! I set my fields, but had never updated my web viewer parameters. Yay! *confetti*
Create an account or sign in to comment