Short answer = via Fusion.
Long answer:
Calculated fields only update when the object they are part of is triggered to update. Meaning in the example above, the calculated field on the project will only update when the project object has an update - not when the duration on the specific task is u...
When I've gone digging I haven't found a way for this to be possible using typeahead fields, but I'm replying so the system will notify me if someone else has figured this out.
Thank you for the follow-up and clarification. I hope Workfront/Adobe brings back something similar that focuses on Workfront and focuses on work management in both marketing and non-marketing settings.
I agree error handlers leave room for improvement. That said, I think I'm doing what you're describing.
I have an error handler that comes off of the operation that failed - then it branches using a router and filters to split directions.
Hey @jon_chen - This could be cool, but the description on the linked page specifically requests examples that leverage multiple Adobe Experience Cloud products and that are customer facing.
In the world of Workfront does that imply Adobe is only looking for cool things that involve Workfront +...
I hadn’t thought of deleting the offending entry from the queue, but I really like it.
The way I’ve been working through issues like this is to add an error handler that filters for the error message related to the missing object and then ignoring it. The scenario then completes as successful. Some...
I agree on this request.
We'd go a step further and suggest it should be a portfolio level setting. Our use case is that in some portfolios projects should only be created by:
Fusion (via integration from a 3rd party system)Using a Request (where Fusion does the conversion)
The "new project" f...
We're doing this via Fusion, but I think the same approach applies. We're using "assignCategories".
Just a heads up, I remember we originally wrote this with a different call and it removed existing templates from the projects.
This feels like a job for collections (https://experienceleague.adobe.com/docs/workfront/using/reporting/reports/text-mode/reference-collections-report.html?lang=en)
I think the largest variation in the code is going to be how you're determining what the "current task" is/are.
I'll note that I've ...
Thank you!!!
This got me excited enough to make time to try it today. It worked, and I realized that my need is more complex than I thought.
I need projects where a task with a flag (like above)
* does not exist (this worked)
* exists AND all iterations of it have status = NA0
I tried a few t...