Solved

File integrations

  • 25 October 2022
  • 2 replies
  • 119 views

Badge +3

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?

icon

Best answer by dsj 25 October 2022, 22:10

View original

2 replies

Userlevel 7
Badge +20

Hi @kavita.arora 

 

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

 

 

Badge +3

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