The customer would drop all attachments in a SFTP folder in binary format, from where the files are to be picked up and then checked into document management (which is configured to be in the database). Request for possible best methodology to do this integration. Are there any endpoints available in Apps10 version of application which can be exposed to customer where binary file can be send in?
Hi
Here’s explanation of a similar setup to import images as media files in IFS using configurations.
Import Media Files with IFS Connect – DSJ's Blog (dsj23.me)
you could use the same approach to import documents into docman.
If it’s possible to do a customization or can create a plsql util package, then you can get the benefit of PLSQL routing PL/SQL Methods (ifs.com)
Using that, you can get the document as a clob into IFS then check-in to docman using PLSQL logic.
see below post explaining the plsql methods you need to call in order to check-in a document to IFS
Create new document with empty file | IFS Community
Hope it helps!
Damith
Damith. Perfect. We were working in similar lines. Your post has confirmed that we are working with the right methodology. Thanks for your response as it is really helpful.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.