how to get document folder name or id in Document type custom form in Workfront?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
It doesn't strictly answer your question, but since we don't always get what we want in Workfront....
if you use this text mode in document report:
listdelimiter=<hr>
listmethod=nested(folders).lists
name=All folders
textmode=true
type=iterate
valueexpression=CONCAT({ID}," - ",{name})
valueformat=HTML
you will get a field that concatenates both folder(s) ID and name in a report cell.
Hope this helps
Views
Replies
Total Likes
Hello,
depending on what you are expecting, but using a calculated field and
{ID} for the documentID, or {docObjCode} for the document object type will
I guess that you want something like the filetype or the extension, so you could also try
Views
Replies
Total Likes
Thanks Lars.
I created new folder in "Production Files". So I want to get the folder name or folder Id in the document custom form.
Please refer attached screenshot
Views
Replies
Total Likes
You are absolutely right. I took a wrong turn somewhere in the answer to the question.
I will think about a solution, but do not have any idea yet.
Sorry for the moment.
Regards
Lars
Views
Replies
Total Likes
It doesn't strictly answer your question, but since we don't always get what we want in Workfront....
if you use this text mode in document report:
listdelimiter=<hr>
listmethod=nested(folders).lists
name=All folders
textmode=true
type=iterate
valueexpression=CONCAT({ID}," - ",{name})
valueformat=HTML
you will get a field that concatenates both folder(s) ID and name in a report cell.
Hope this helps
Views
Replies
Total Likes
Thanks Rafal.
Is there any way to get Project folder in Calculated field?
Views
Replies
Total Likes
to my knowledge, only if you use Fusion
Views
Replies
Total Likes
What would be the text mode to make this a filter?
Views
Replies
Total Likes