Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
yan.gauthier
in reply to: Formsprag

in an independent .exe app ?

 

you can create a VDF.Vault.Currency.Connections.Connection object,

 

Create a search condition using your parameters and then find the file using 

 

connection.WebServiceManager.DocumentService.FindFilesBySearchConditions

 

Check if file version matches local version (if there is) otherwise, get the file.

 

Marshal to your inventor application and open the file

 

Is it what you have in mind ?