Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
We have a calculated field that generates a name based on project parameters. I'd like to save that calculation into a text field that doesn't change even if the parameters of the project change down the road. Is that possible?
This is a good fit for this Targeted Auditing technique, which -- for a custom calculated parameter called My Special Project Name -- would be as follows, substituting the ... with your existing calculation:
IF(ISBLANK({DE:My Special Project Name}, ... , {DE:My Special Project Name})
This is a good fit for this Targeted Auditing technique, which -- for a custom calculated parameter called My Special Project Name -- would be as follows, substituting the ... with your existing calculation:
IF(ISBLANK({DE:My Special Project Name}, ... , {DE:My Special Project Name})