The Update Digital Resources command updates information about a list of digital resources. Optionally, certain types of files may be parsed and referenced files added/updated in the database.
Update Digital Resources digital_resource_ids
[changed files only changed_files_option]
Example: Update a QuarkXPress file and all files referenced from within it, even if the files have not been modified since they were added.
tell application "Virtual Ticket 8.0"
set ids to Get Digital Resource Ids¬
{"Jobs:000003 - Wellness and Fitness:Brochure"}
Update Digital Resources ids with links without changed files only
end tell