We have an Organization and Multiple Application, How we can fetch the document upload from APP_1 to APP_2 using DMS

Suppose, I have uploaded one Image from APP_1 and want to fetch the Image in APP_2. How can we achieve this?

6 Likes

We can simply set the below properties in DMS application properties:

document.access.type=APP/ORG/VRT

APP: It will fetch the document APP level.
ORG: It will fetch the document at Organization Level.
VRT: it will fetch the document at VRT Level.

6 Likes