Topic Options
Rate This Topic
#137702 - 05/15/07 10:20 AM Workflow firing condition
jgrepps Offline
Just Signed Up

Registered: 03/01/07
Posts: 3
I need some help with a piece of workflow. I have 3 fields, First Name, Last Name, and employee ID. When a user enters data into any of the three fields and presses Enter, workflow fires to update the remaining two fields.

I'd like to have workflow fire when the employee ID field is updated directly (user enters data) or indirectly (user enters data in last name or first name and presses enter).

Is there a way to get this to work in the Remedy User client via an active link?

Thank you,
John

Top
#137708 - 05/16/07 12:52 AM Re: Workflow firing condition [Re: jgrepps]
thwe Offline
Stealth Member

Registered: 03/11/04
Posts: 188
Loc: Germany
Add the workflow in an guide which is called on lose focus (employee ID) and on return in the other two fields. If the worklfow should only run if the field has changed you need a temp field where you store the old value.

Top