Hello:
2 (hopefully) pretty quick questions:
1) I have some template field values coming in from an ODBC lookup that will bring in a name value: ex. jsmith I want to convert these via a lookup table to more user-friendly values. Can you think of an easy out-of-box way to do this short of adding a lookup table to SQL to query (2nd query) to update a field ?
Can I do this already via field management in LF Admin console such that I can insert the lookup pairs and have it automatically update with the user-friendly lookup value when the data is populated into the field ?
2) I have a situation where I want to have end-user ability to immediately terminate the current workflow, then re-attach the same workflow upon toggling a field. The user will change the assigned rep on a case, then toggle a field for "Update User". This should a) terminate the existing workflow. b) re-attach the same workflow to run (seeing the updated value, of course). Need a workaround because right now, if the 'rep' field gets updated mid-workflow, the workflow just fails (and not gracefully).
What's the easiest way to do this in workflow (using WF8.3). I don't want to have to put routing decisions all over the place to "catch" this field change in my current workflows if i can help it. Would rather be able to trigger the terminate and re-attach simply from update of a "status" field that already exists, even if it is by a rule that attaches a different workflow with a "kill existing WFs" and kick off these x events (basically a copy of the existing workflow).