Which part of a project linked to a request triggers email notifications? I've updated the routing rule in the project and submitted a test request but it didn't change the group that was notified. Is it from the 'people' or somewhere else too? Thanks!
Hi all,I'm replacing a custom field with a new field, and when I tested the process in Sandbox environment, all the original data was removed from that filed. I going to have to work-around this in this occasion, but is this expected behaviour?ThanksMatt
Hi All,I've got a task report, to which I'd like to add a custom cicontains prompt to filter for only those tasks, whose parent includes the prompted text in the name.The parent tasks contain months in their names and need to give users a simple prompt to select a month:I'm using the simple text mod...
Hi all, I'm interested to hear any tips for taking over a WF instance and specifically carrying out a more detailed audit. I've got a good feel for how users are leveraging the system and some opportunities for efficiencies. I also have the system admin inherited instance playbook / checklist which ...
Sorry having problems getting any value, true or false for the following script, and not sure why. displayname=Delivery Datelistdelimiter=<p>listmethod=nested(tasks).liststextmode=truetype=iteratevalueexpression=IF(CONTAINS("Shipping Ocean",{Project}.{Task}.{name}),{"dueDate"},"0"))valueformat=HTML
We currently have multiple decision-makers in a proof stage and are utilizing the Primary Decision Maker function in an Automated Workflow template. We use a Proof Report in Workfront to pull decisions made. I wondered if anyone had experience pulling only the Primary Decision Makers' decisions. Tha...
Hi Everyone, Is it possible to build a two stage approval process that assigns step one/two to users, identified by the requester using a typeahead field on a custom form, dynamically using Fusion? I've tried following the steps as outlined in the Fusion CookBook but I can't make that work. Alter...
Hi everyone! Can you help me create a report? I'm looking to report on which projects have required our marketing ops role and which marketing ops manager is assigned. I've tried a couple different ways but it keeps listing each project multiple times and I'm guessing it's because the marketing ops...
I am trying to add a column to a project report to calculate the number of issues on the project that contain the words Change Order. So far, I can't get anything to return. Any thoughts on where I'm going wrong with this? valueexpression=SUM(IF(CONTAINS('Change Order',{OPTASK}.{name})=true))