-
Topic
-
Hi i´m using Formativ to search Documents
and then run through the resukts. May Problem is that I can not search just the official Documents. There is a parameter OFFICIAL_DOCUMENT_VERSIONS_ONLY which is working but I want to search a custom field too. Here is may code I marked the place where the search is not working
_________________________________________
set lib = myaccount.documentlibraries.item(4)
Set qw=myaccount.createquery
====================== Here is the query
qw.expression = “(OFFICIAL_DOCUMENT_VERSIONS_ONLY AND <Status Bestellung,String> contains ‘storniert’)”
=========================
qw.locations.add (lib)
qw.start
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.