Automatic move to external folder?

Or … use this version which does both synchronize + deconsolidate :wink:

on triggered(theRecord)
	try
		tell application id "com.devon-technologies.thinkpro2"
			deconsolidate record theRecord
			synchronize record theRecord
		end tell
	end try
end triggered

Triggered scripts are not limited to single actions - they can, in fact, be quite complex.