PDA

View Full Version : How to add Filename in Bizdoc


vinodkumarpp
06-14-2006, 13:07
hello

I fetch a file from ftp and send it TN.
Now a question is how to insert the file name into he Bizdoc.
i tried using SetAttributes, with Attribute name "Filename" but received error that Attribute name "Filename" is eiher deleted or not found.

Do any one have a sloution

Thanks in advance.
Vinod

reamon
06-14-2006, 14:36
You'll need to add a custom attribute using TN console first. Then you'll be able to set the attribute.

rmg
06-14-2006, 16:46
Once you set the attribute in the TN console as mentioned above,then in your flow use tn setAttribute and updateAttribute service (make sure you have all the required inputs set) to make into effect.

HTH,
RMG