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