For the complete documentation index, see llms.txt. This page is also available as Markdown.

ImportBulkData

Frends task that uploads FBDI files as a ZIP archive to Oracle Fusion UCM and returns a DocumentId for triggering the import job.

Task version: 1.0.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

Files : File[]

Array of files to be included in the import ZIP.

Default: - Example: [{ FileName: "data.csv", Content: "..." }]

FileName : String

Name of the ZIP file to upload.

Default: - Example: MyFiles.zip

DocumentAccount : String

UCM document account for the upload.

Default: - Example: fin/cashManagement/import

Task Result

Name
Description

Success : Boolean

Indicates if the task completed successfully. Example: true

DocumentId : String

UCM document ID for the uploaded file. Example: 12345678

Output : String

Output message. Example: File uploaded successfully to UCM with document ID: 12345678

Error : Error

Error that occurred during task execution. Example: object { string Message, Exception AdditionalInfo }

Task Changelog

Changelog for Task Frends.OracleFusion.ImportBulkData.

[1.0.0] - 2026-03-09

Added

  • Initial implementation

Last updated

Was this helpful?