Frends.OracleFusion.ImportBulkData / 1.1.0
Summary
Uploads FBDI files to Fusion's content server as a ZIP archive and returns the document reference the import job needs, which is the first of the three steps a Fusion bulk import takes.
Typical use — loading data into Fusion at volume, followed by submitting the ESS job and checking its status
Essential parameters for FBDI import.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Files | File[] |
– | [{ FileName: "data.csv", Content: "..." }] |
Array of files to be included in the import ZIP. |
| FileName | String |
– | MyFiles.zip |
Name of the ZIP file to upload. |
| DocumentAccount | String |
– | fin/cashManagement/import |
UCM document account for the upload. |