Hi,I am trying to create a template via a csv file in Fusion. I used the template that Fusion provides to create a project, but change it to create record Template. I am stuck at the point where I need to map the columns to the according fields.I only can take the name from the file.
Hi @SEV , I appreciate your response a lot! Since we have a very low submission rate we decided for now to manually hide the particular field. I absolutely understand the disbelieve in the booking option via this way, but I do not know about any other feasible way when using only Workfront. Regardin...
Yes, This is the solution to this:Module: Workfront Proof -> API callThe API call is based on the library: https://api.proofhq.com/home/proofs/lockproof.htmlIn the Method field you type lockProofand in the Body (XML) you put<FileID>6.file_id</FileID> (file ID number of course depends on your scenari...
Interesting. Okay but that looks like I would have to set up the total count for a huge number to start with since there is no limit on incoming requests, right? Or can i set it up more dynamically?E.g. project:totalTaskCount = currentTaskCounttask 1+currentTaskCount Reviewtask 2+currentTaskCount a...
It is currently an empty project and every new request should cover those three tasks, which makes it hard to add any task number, since they will add up within the project and always have another number that they are referring to. Example: 1. Project name: Request project X - 0 Tasks2. Request for ...
Hi Community, I am trying to find a way to add after a specific request has been created a task list(three records) to a project via Fusion. So far so good. Depending on the individual request I created three records to the project. Where I am stuck is defining the predecessors. I could only find th...
Hi, I am trying to set up an automation that auto-locks a proof as soon as the set deadline is met to enforce users to not enter feedback after the deadline is up.The challenge is that I cannot do it via a regular workflow since the approvers are so different every time and a Fusion API call cannot ...