Unfortunately there is not. It would be nice if there were a way to roll up the entire header and just view the list though. The newer Workfront interface was not designed for the standard business computer, which nowadays are 13" to 15" laptop screens. There is a ton of wasted space on just about e...
Are you on SSO or the Adobe Admin Console? There is no setting in Workfront for multi-factor Authentication per se. You would have to speak to someone in your IT department.In Workfront there is a setting in Setup>System>Preferences>"Automatically log users out after" where you can manually set the ...
I have seen a similar error before but it was never consistent nor repeatable. I haven't seen it again in several months though. If this is something that is consistent, I would recommend opening a WF Support ticket and having them help you diagnose. There are several browser dev tools that can help...
Thanks all for the "likes" it's nice to be appreciated.Here's another quick tip:If you see a piece of text mode code and really want to learn how it works, Go to ChatGPT and prompt "Please explain" and then paste in the code. I did that in the first example and paraphrased to give you an example. Ch...
You have to manually create a folder, call it whatever you want and set permissions for that folder making sure inherited permissions is disabled.AFIK, Renaming it with "private" doesn't do anything unless there is some sort of automation that allows for that. TIP: if this solved your problem, I inv...
Here are a few of my favourites that I have used in the past:This formula extracts the leftmost characters from the "DE:Client" field up to the first space character, or more simply, extract the first word from a text field.LEFT({DE:Client}, NUMBER(SEARCH(" ", {DE:Client},0)))Here's how it works:SEA...
Agreed, total fail.Also, if you're an admin and you want users to see a column in a widget that Adobe didn't put there, you have to grant users the ability to create their own views. Allowing unskilled users to do this is a disaster waiting to happen. Creating filters, views and groupings is an admi...