How to automatically set the "exclude from see also" property to true (picked) by using AppleScript

First of all, I want to highly appreciate the nice atmosphere this forum builds by all builders as well as users which give me a lot of courage to study scripts and automatic methods.
However as a design/cinematography students, I have very little knowledge about it. So mostly I just try to adjust some exsisting scripts you amzing guys provide.

Here I try to set exclude from see also to true on automatic backup items by smart rule. Could anyone help me with the script part which now didn’t work at all?

on performSmartRule(theRecords)
	tell application id "DNtp"
		repeat with theRecord in theRecords
			set the exclude from see also to true
		end repeat
	end tell
end performSmartRule

Which items should be excluded? Indeed those having the tag Automatic Version?

Thanks for your reply! Yes, I use the “create version” smart rule, so I want to exclude those items (actually duplicates) as backups from see also, which also tag automatic version.

The next release will make this easier, excluding the group Versions or the tag Automatic Version from see also will also exclude all items in this group or having this tag.

1 Like

That would be great. Thanks for your time.

1 Like