Hi Everyone,
We have a requirement around Subcontract Management in IFS Cloud and wanted to check if anyone in the community has implemented a similar modification or solution design.
Requirement Overview
During the subcontract creation/administration lifecycle, a Subcontract record can contain:
-
Multiple Document Attachments stored in IFS Document Management (DocMan).
-
One or more SharePoint file URLs linked as external document links/URLs.
When the user triggers a "Generate Subcontract Package" action (or similar command), the system needs to:
-
Retrieve all physical attached documents (DocMan attachments) associated with the Subcontract.
-
Retrieve/download all external files hosted at the linked SharePoint URLs.
-
Convert/Merge all retrieved documents (including cover pages/report outputs) into a single, consolidated PDF file.
-
Attach the generated merged PDF back to the Subcontract's DocMan repository automatically.
Questions for the Community:
-
Has anyone implemented a similar automated PDF consolidation workflow combining both native IFS DocMan files and external SharePoint URLs?
-
What architecture/approach did you use for the PDF compilation and SharePoint integration
-
How did you handle authentication/file retrieval for the SharePoint URLs dynamically?
-
Are there any standard IFS Cloud APIs or framework utilities you’d recommend leveraging for managing the merged document checkout/check-in stream?
Any insights, code snippets, architectural advice, or lessons learned would be greatly appreciated!
Thanks in advance.