I'm trying to set up a rule for a business process such that it is enabled only for shortcuts in a specific folder. I'm using a combination of document type and entry path, but this doesn't seem to work because the entry paths of shortcuts point to the main entry, as opposed to the location of the shortcut.
My folder structure looks like this:
- Folder 1
- Subfolder A (contains documents)
- Subfolder B (contains documents)
- Folder 2 (contains shortcuts for the docs in Subfolder A)
- Folder 3 (contains shortcuts for the docs in Subfolder B)
I need to make it so that the BP is enabled only for the shortcuts inside Folder 2, and not for Folder 2 itself or any of the other folders or the entries in them.
Is there a way to do this?