How would you create a cross-project predecessor relationship between tasks using Fusion 2.0?
Afternoon folks,
I'm investigating a business scenario which is meant to keep a Pair of projects' schedule in sync (so to speak). Essentially, Project A starts first and at a certain point the business branches off and starts Project B. Project B cannot complete until a particular task approval from Project A is completed.
Manually adding the predecessor works just fine, but we're hoping to trigger Project B automatically based on that Project A task being set to Complete : Pending Approval AND setting the appropriate cross-project predecessor up at the time of creating Project B (without a PM getting involved).
I was imagining I'd need to use a Custom API Call module to add a PRED object, but I immediately bump into the following error:
[422] PRED is not a top level object and can't be requested directly in internal.
Not finding an alternative to use Update Record module, or Misc Action, module, etc. Read Related Record will get me the predecessors. It seems like I need an Update Related Record module or something similar.
Anyone done this?