Uploads the designated file to the DAM and links it to the designated record in the designated repository.
Inputs
- repositoryName - Name of repository in in which a record is to be updated/created
- id - Internal ID of the repository record to be updated (0 or blank if none)
- filePath - Fully-qualified path of the file to be uploaded
- imageCaption - Optional caption for linked file
- imageContext - Context for linked image.
- imagePriority - Optional priority for the image.
Outputs
- uploadAndLinkStatus - Status of upload and link operation. SUCCESS if file is uploaded and linked successfully.
- errorMsg - Detailed message why the file was not uploaded and linked if status FAILED