View Single Post
Quote:
Originally Posted by Craig View Post
Now my question is this: Is there a way to tell the front document window to go to the inbox?
Yep! ...

Code:
tell application "OmniFocus"
	tell front document window of default document
		set selected view mode identifier to "project"
		tell sidebar to select inbox
	end tell
end tell