Skip to main content

Hi,

 

We have a business requirement to import attachments (all doc formats and JPEG, PNG, JPG, etc) into IFS Cloud work task template, functional object from an external non IFS system application. We came across FsMig Tool (File Sharing Migration Tool) which is used only to import attachments from IFS Applications to IFS Cloud. is there some tool or any better way to import attachments from other systems to IFS cloud, open to suggestions.

Hi,

you could try the following approach: The idea is to use the default APIs and upload those files via REST-Calls.

 

Download & install SAR: https://developer.ifs.com/tools/scriptarest

Details: https://docs.ifs.com/techdocs/24r2/060_development/050_development_tools/150_script_a_rest/

 

Then try using the solution as a basis (from ​@Mathias Dahl) : https://github.com/mathiasdahl/work/tree/main/Misc

 

More details in existing community posts:

 

It’s not an easy task and pretty hard to get in detail in a few sentencens.