Hi All, I'm trying to create a fusion scenario that looks for children tasks missing a particular calculated field then attaches a form that carries that field to the task.
Solved! Go to Solution.
Views
Replies
Total Likes
Oh - You're starting the scenario with an search - excellent that gets around the exists issue. So you can ignore that.
So Mod 1 + Mod 3 should get you what you describe?
@OmahaOmaha sounds good. What do you need help with?
Your title is about recalculating expressions, but your post mentions attaching a missing form...
You can also use EXISTS:a:categoryID={ID of the form}
The reason you have to go match on the Form or Category is that there are too many objects in the chain to say "a task that is missing a field": The hierarchy is below - too many hops to traverse.
Views
Replies
Total Likes
would the record type be Task?
Views
Replies
Total Likes
If you're searching for tasks, yes.
Views
Replies
Total Likes
Which Module would the following calculation live on?
You can also use EXISTS:a:categoryID={ID of the form}
Views
Replies
Total Likes
Currently this is what I have:
Mod 1
Task Search
record type: Task
all matching records
search criteria
name = exist
and
calculated field name = does not exist
and
Number of children = 0
Mod 2
record type = Task
Action = calculateDataExtension
ID = 1.ID
Mod 3 (couldn't combine with Mod 2)
record type = task
action = assignCategories
objID = 1.ID
objCode = 1. objCode
categoryIDs = form number code
Mod 4
record type = Task
Attach Custom Form = Form Name
what steps am I missing?
Views
Replies
Total Likes
Oh - You're starting the scenario with an search - excellent that gets around the exists issue. So you can ignore that.
So Mod 1 + Mod 3 should get you what you describe?
Thanks Sven that worked!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies