Recalculating Expressions using fusion
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.
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.
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?
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?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.