BARCODE
Hello all.
I try to find a way to make something sounds easy but I don't know how to do.
scan a bar code via capture one enterprise
search the result in the capture folder (the result is a folder already created)
select the parent folder as a capture folder
thank a lot
d
-
The background script handlers aren't terribly well documented, though I try to keep my blog post about them up-to-date.
You'll need to use the barcode handler to be notified when a barcode is scanned and then get the `barcode` property of the current document. If the folder's name is just the barcode you can easily construct the path and set it as the capture folder.
If the folder name is more complex you can search for the folder with something like:
tell application "System Events"
return first folder in theFolder whose name contains "1234"
end tellHope that helps!
0
投稿コメントは受け付けていません。
コメント
1件のコメント