Jump to content
Server Maintenance This Week. ×

UUID Function Won't Populate Supercontainer URL


This topic is 4090 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • 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

Link to comment
Share on other sites

  • 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*

Link to comment
Share on other sites

This topic is 4090 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.