DMS service configuration in vFlow to upload, view and delete documents
- DMS service configuration is required in elements like SINGLE IMAGE UPLOADER, MULTIMEDIA UPLOADER, MEDIA ENLISTING.
- The Properties section will include some properties such as Primary Key 1, Document Id etc.
- These property values must match with the C2S request on the additional properties.
- Navigate to the Additional properties section of these elements and open the DMS Api section.
- Fetch MDO
i. Mention the service name: DMS_FETCH_MEDIA_OBJECT_FILTER
ii. Add the C2S request according to the below table
| C2S1 | C2S2 | C2S3 | |
|---|---|---|---|
| Key Name | objectPriKey1 | docBundleId | uploadStatus |
| Value Type | MEDIA DATA FILTER | MEDIA DATA FILTER | MEDIA DATA FILTER |
| Value Path | required Data Path/ Value | required Data Path/ Value | SUCCESS |
- Fetch Files
i. Mention the service name: DMS_FETCH_MEDIA_FILE
ii. Add the C2S request according to the below table
| C2S1 | C2S2 | |
|---|---|---|
| Key Name | fileReturnType | expiryTime |
| Value Type | FIXED | FIXED |
| Value Path | URL | 60 |
- Delete
i. Mention the service name: DMS_DELETE_MEDIA
ii. No C2S is present for Delete API
23 Likes