Hi experts;
I would like to write file path and file date on the client side to the document type's meta data during an import operation. (Because the path contains valuable information that can be used by full-text search)
For example;
if I import "C:\Temp\myfiles\file1.txt" to documentum, I want to write "C:\Temp\myfiles" into (let's say) Title area of my_document object.
I think I need to customize UCF but not sure. I can not find any class member that handles such information in TBO's.
How can I do this? Is there any example of UCF customization on developer network (if UCF customization is the right thing to do)
Best regards.