Hey,
I am looking for whether an existing PLSQL Package exists with a method that’d help me in the following case:
In an IFS Cloud Install, IFS Managed Cloud Deployment, Document Management using Azure File Storage rather than Database.
Imagine a use case where within a PLSQL Procedure I need to retrieve the data contents of the File as BLOB/CLOB, in order to then be able to use it in the backend for other purposes (send mail, application message, etc.).
Is there a known API Method you guys know about that I can use, passing the document keys (doc no, doc class, doc rev, doc sheet, etc.) as parameters, and retrieving the Azure File Storage hosted file data contents as CLOB/BLOB ?
Tried to look in EDM_FILE_API, EDM_FILE_LOCATION_API but couldn’t really find anything in there. There’s Get_File_Data in EDM_FILE_STORAGE_API but that seems dedicated to database hosted documents rather than Azure FS.
Thank you !