Managing Attachments

Overview

Managing attachments within Oracle Fusion objects is a common requirement for many business processes. Whether it's attaching documents to invoices, downloading attachments for analysis, or removing outdated files, efficient attachment management is crucial.

Attaching Files to Oracle Fusion Objects

Example: Attaching a PDF Document to an Invoice

create invoice's attachment with
    the file path is "/path/to/document.pdf"
    the invoice's ID is "67890"
    the file type is "PDF"

This specifies the file to attach (document.pdf), identifies the Oracle Fusion invoice by its ID, and indicates the file type. Kognitos handles the process of attaching the file to the specified Oracle Fusion invoice.

Last updated

Was this helpful?