Would something like this work? The project schedule mode is Start Date (with the project start being well in advance of whenever a first task would need to start).The Go Live task has a Fixed Dates constraint--with preceding tasks having the As Late As Possible constraint and subsequent tasks havi...
I can't get backlogParent to work in a valueexpression (only as valuefield), but does this get what you want? displayname=Parent Tasktextmode=truevalueexpression=IF({numberOfChildren}>0,"Parent Task",{parent}.{name})valueformat=HTML
Instead of using {plannedCompletionDate}<$$TODAY, maybe try something like DATEDIFF({plannedCompletionDate}, $$TODAY)<0?You might try testing it in a smaller valueexpression to see if it gives you what you expect before introducing it into your larger valueexpression.
Hi Eric,I'm pretty new to Fusion (so others may have a better, more efficient solution), but I created a test project in our sandbox and was able to identify the parent tasks using a custom API module:
I'm not sure if it would apply to your scenario, but we've got a scenario that is also triggered by task completion:Record type: TaskState: New stateFilters:Status ChangedAND Status EQUAL CPLAND connection updates includedRecord Origin: Updated Record OnlyI haven't seen any duplicate executions. Wo...
Is it possible to change the template listed under the Project Relationships section of the Overview? I know it's not possible to change it directly from the Overview; I also tried changing one via Fusion, and while no error was thrown, it also didn't update the template.On occasion we have project...
I was playing around and was able to do this:Fusion wouldn't let me use currentVersion:documentTypeLabel as an Output in the Search module (only in the Read a record module).This outputted the file types of my four test files, the last of which was a .zip file:I could then filter on the Zip type to ...
I have a scenario that runs nightly. I occasionally check its history, and I keep seeing something odd. When I first click on the history tab, there's an execution that lacks a start date (this was a run-once execution from when I was first testing the scenario):If I scroll down through the histor...