Is there a way to have fusion generate a unique/random reference id for let's say a document, so when formatted ex. " CL <refid> MMYYY " can be used to track documents or used in a custom dropdown field in WF without having to use the doc id thats in the URL by default? almost like how a project has it's own refid associated to it.
Views
Replies
Total Likes
We use something like that in a calculated field not necessary fusion. But it provides a tracking # - usually the project ref, followed by the focus, followed by the document ref.
So, something like this - 1173799-RET-1173800
Thanks! our acceptance criteria shows:
So i'm thinking if we can use a calculated field to generate a ref id then we can have fusion do the rest of this and pull in that id and use it where we need to? The claim could be a pdf, word doc, that's a proof and when approved gets a unique id, would a calculated field be able to do this? i do know that every doc has it's own id in the url and we could use that as a last resort, but it's long, were looking to see if fusion can create a smaller unique number to track, but i'm aiming at no, but thought i'd ask
Views
Replies
Total Likes
So Fusion doesn't generate what you need: a unique "index" or reference.
Workfront does generate a referenceID on each object - you could concatenate that plus e.g. timestamp of entryDate - that ought to be fairly unique?
Views
Replies
Total Likes
We use fusion to generate various ID#s that give us a smart number so we know which Project the issue was generated.
We create ID#s on issues. It is a custom field that we use fusion to write to it. Every time a new issue is created it will kick off the fusion scenario. We have a "hard code" identifier (for example SHIP- ) then the counter is added after the dash. We know this is a SHIP- issue. With the use of the DataStore and keys with in fusion, each time a issue is created that matches one of our projects the counter will increment by 1 and append the "Hard Code" and the incremental number to the issue in our custom field. We can also set the counter to start with any number sequence we would like.
The fusion scenario works likes this:
Watch event for a new issue --> filter out the Projects we are watching for to append the number --> go to the Data Store and grab the current number matching the project ID --> Update Record (place that Hard Code and number in the custom field --> then update the Data Store by incrementing by 1 so it is ready for the next call.
Let me know if you want to know more and we can chat offline.
Views
Replies
Total Likes
Views
Likes
Replies