Hi All,
I am trying to write a business logic in setFile method of TBO. My target client is Captiva. where as the setFile method is not getting called from captiva.
can you let me know how to recognise that the Document is new or how captiva uploads file into Documentum. is it not through setFile method.
Below lines above setFile is from dfc guide, which mentions that if acs is used then setFile is not called for content transfer. However, the same tbo setFile is getting executed when a file is created from BPS.
****void doSetFile (String fileName, String formatName, int pageNumber, String otherFile, Object[]
extendedArgs) throws DfException
Note: If you are using Accelerated Content Service (ACS) or Branch Office Caching Service (BOCS),
the doSetFile method is not used for content transfer. If your TBO relies on this method, the content
transfer does not happen via ACS or BOCS, but the content will be brought to the application
server, and doSetFile will be executed**.
**
my custom code is getting executed successfully when the files created from other sources like BPS, webtop etc.., where as when created from captiva TBO setFile is not getting called.