ImportBulkData
Frends task that uploads FBDI files as a ZIP archive to Oracle Fusion UCM and returns a DocumentId for triggering the import job.
Last updated
Was this helpful?
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
Source code: https://github.com/FrendsPlatform/Frends.OracleFusion/tree/main/Frends.OracleFusion.ImportBulkData
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
BaseUrl : String
Oracle Fusion instance base URL.
Default: https://example.oraclecloud.com
Example: https://example.oraclecloud.com
Username : String
Oracle Fusion username.
Default: -
Example: john.doe@example.com
🗝Password : String
Oracle Fusion password.
Default: -
Example: MySecretPassword123
ApiVersion : String
API version for the fscmRestApi endpoint.
Default: latest
Example: latest OR xx.xx.xx.xx
TimeoutSeconds : Int32
Timeout in seconds for HTTP requests.
Default: 30
Example: 30
ThrowErrorOnFailure : Boolean
Whether to throw an error on failure.
Default: True
Example: true
ErrorMessageOnFailure : String
Overrides the error message on failure.
Default: -
Example: Custom error message
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 }
Changelog for Task Frends.OracleFusion.ImportBulkData.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

