Problem with workflows controlling New Mail notifications via shortcuts in our User InBoxes:
- WORKING: Workflow is successfully creating shortcuts in User InBoxes when a name is added (picked out of a list) on a multi-value field;
- PROBLEM: But we don't want it to create all new shortcuts for every user's name in the multi-value field if, a month later, someone adds another name in the multi-value field. We only want the new person to get a shortcut. The original names already got their shortcuts and may have deleted theirs as they no longer need to deal with that entry.
POSSIBLE SOLUTION?
I'm thinking of having WF add a hidden stamp to the starting entries for every shortcut it gives for these New Mail notifications, and alter the WF so that it will check for the hidden stamps to compare names before creating any new shortcut. The WF would:
- Activate upon field changes,
- Check the field's current values against the names in the hidden stamps,
- and only create a shortcut if it finds a value in the field that doesn't have a matching name in the stamps.
QUESTIONS (regarding WF stamp behaviours):
- Is WF going to create a new stamp every time? Is this a problem?
- Or is WF going to create it's own stamp and be able to access them for future times with those names? Do we care?
- There is an option for Private stamps. Are they private to WF only? I want to be able to see them. How do I access the settings for these stamps so that WF and I can read them, but no one else?
BEST PRACTICES? OTHER OPTIONS?