Hi,
Can anyone suggest a way to Bulk Export all documents attached to each purchase records in FNMS using SQL or any other method?
Regards
Dev
Sep 07, 2021 01:40 PM
There are a couple of potential options you could try that are mentioned in this thread: https://community.flexera.com/t5/FlexNet-Manager-Forum/Exporting-Attachments/td-p/179516
In your case you could filter data in the Document table on the PurchaseOrderID and potentially on PurchaseOrderDetailID being populated (i.e. not null) as well.
Sep 07, 2021 02:52 PM