- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2018 01:13 PM
In a Work Flow, I need to wait till one specific value is set for a field of a reference field of the table where I am writing a WF.
I tried to dot walk, Its not working. Even script is not Working. What is the best solution?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2018 07:02 AM
The easiest approach would be to update the record and have your workflow listen for that update. An alternative would to to use the Wait for WF Event activity, then in your table B have a run script "fire/broadcast" event script to send an event to your table A workflow.
Workflow event-specific functions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2018 07:02 AM
The easiest approach would be to update the record and have your workflow listen for that update. An alternative would to to use the Wait for WF Event activity, then in your table B have a run script "fire/broadcast" event script to send an event to your table A workflow.
Workflow event-specific functions