You are viewing limited content. For full access, please sign in.

Question

Question

Token for Document Creation Date?

asked on June 24, 2015

I am re-processing some documents in our repository using Workflow and need to be able to get each documents creation date to help rename the document. When I go into the Token Dialog of the Rename Entry activity, I can see Date and DateTime tokens, but nothing that specficies the documents original creation date.

Is there any way to retrieve that using Workflow?

1 0

Answer

SELECTED ANSWER
replied on June 24, 2015

You will need to perform another find entry and then add the created by as additional metadata to retrieve like this.

FindEntry.PNG
FindEntry.PNG (14.82 KB)
2 0
replied on June 24, 2015

I guess the issue is that I am not using a Find Entry activity to do the re-processing. We are simply dropping them into a process folder and by doing so, it will kick off the workflow for each entry in the folder. Is there no other way to retrieve the creation date?

1 0
replied on June 24, 2015

This is the best way. I do wish you could add some items like this in the workflow properties for the starting entry sometimes, but find entry with an EntryID stated is a very quick process itself.

0 0
replied on June 24, 2015

Blake - You could get the document creation date using an SDK script activity but to concur with John, the Find Entry activity will do the same thing...

0 0
replied on September 27, 2024

Specifically you need to add the 'Creation Date' not the CreatedBy

0 0

Replies

You are not allowed to reply in this post.
replied on June 24, 2015

Blake - It is an extra step but if you bind the Starting Entry to a 'Find Entry' activity you can get the document creation date as a token;

 

You are not allowed to follow up in this post.

Sign in to reply to this post.