Is there a way to reference a shortcut of a document without referencing the actual document? I'm trying to develop a workflow that will watch a folder structure for any "documents", and notify someone when one enters the structure, but ignore any "shortcuts"?
I was using two starting rules:
Rule one: On Creation
Type must be document
Folder path contains \ABC
Type must not be shortcut
Rule two: On Move
Type must be document
Folder path contains \ABC
Type must not be shortcut
When the conditions are met, the workflow should merely e-mail the recipient.
The workflow is firing off regardless of entry type shortcut or document.
Any ideas what I may be missing ?
Regards,
Brian