Hello!
I've got a fairly interesting challenge for a workflow I'm rewriting from V7 and I thought it could benefit from brainstorming ideas from the community.
I have some incoming documents which must be filed by a numeric code in a field.
The filing happens for ranges of numbers in that code.
For example, any doc with a code between 1000 and 1200 goes to department A. 1200 to 1305 goes to department B.
The assignments are fairly arbitrary. For the v7 workflow these were configured individually. There must be a better way! : )
So, what would you do? Incoming documents should be split depending on the range of their assigned code (from a field.)
So far, I'm thinking some sort of look up table. I'd have to figure out how to implement that first...
Thanks!
MIke