Hi,
Sounds like an ideal use case for Workfront Planning . . . .
Take a look at some of these resources:
https://business.adobe.com/uk/blog/the-latest/introducing-workfront-planning-building-and-activating-your-marketing-system-of-record
https://experienceleague.adobe.com/en/docs/workfront/u...
Hi,
You can find all of the details of upcoming and previous Workfront product releases here.
It's unlikley however, that a recent release would cause differences in UI between you and your colleague. This is more likely to be a difference in UI settings between you both (either a user specific ...
Hi,
Instead of using a "contains" filter modifier, I suggest trying a "like" or "cilike" modifier. Like modifiers work similarly to contains modifiers, but they enable you to insert wildcard characters to break up the text. So your filter would look something like this in text mode:
name=%sr%nam...
Hey,
That's strange, it works in my instance.
Can you make sure that there is a Tab character inbetween "CUR" and "PLN"? Tab characters don't copy over from experience league into Workfront, so if you've done a straight copy and paste of my code this might be the problem.
Best Regards,
Rich
Hey,
Looks like you are nearly there. Since you are filtering one field against another, you need to tell Workfront you are doing this by adding "FIELD:" to your filter criteria. So "assignedToID=project:ownerID" will become "assignedToID=FIELD:project:ownerID"
assignedToID=FIELD:project:ownerID...
Hi,
No, i'm afraid that this isn't possible. Tasks are classed as a collection on the project object (since a project can have multiple tasks) and it's not possible to pull the values from every task into a single field.
If the desired outcome is to pass all of the task statuses on a given proje...
Hi,
It's possible to display all tasks with a specific custom form attached in a project report, however not as clickable hyperlinks. Tasks are classed as a collection in a project report (since a project can have multiple tasks) and to my knowledge, you can't output a clickable link from a collec...
Hi,
Give the following text mode a try:
descriptionkey=durationMinutes
durationunitfield=durationUnit.value
linkedname=direct
listsort=intAsInt(durationMinutes)
namekey=duration
querysort=durationMinutes
styledef.comparison.leftmethod=intAsInt(durationMinutes)
styledef.comparison.operator=gt
sty...
Hi,
Try using the following text mode filter on a Journal Entry Report:
entryDate=FIELD:project:actualStartDateentryDate_Mod=gt
This text mode should filter to any Journal Entries where the entry date is greater than the Project actual start date.
Best Regards,
Rich.
Hi,
I would have a go at creating a report on the Note object in Workfront. You can read more on this here.
You should be able to filter to notes (updates) where a specific team was tagged, as well as pull in high level information about the task or project the note was added to.
Best Regards,...