Hi @BrittanyB8 that definitely sounds odd. What do you mean by this: " I manually add in the info, that line adds in all info, but then disappears" Have you checked whether the field is limited via sharing?
Hello @Eric_D_Miller One option: Use the Workfront ProofApproval webhook Or use the WFProof Module then to MOVE an object in WF is simple: MiscActions module - in Proof to move it you can try the updateProof call and set the workspaceID (but I have not used this)
Hi @ArtieBertie this is probably better for your usecase: Do a search for "timeOff" for the user and today's date. If there are no results, the user is available. If there's ANY result - the user has the day blockedYou may need to test with partial (eg half-day) time off records.
Oh - yes of course: I put the role into the stage approver field - I thought that's what you were doing! you could TRY stepApprover:user:roleID but that may be one hop too far. I'd recommend to create a team for these approvers and use that in the approval step, or use the role in the step.
Hi @AndrewGr1 a task has a collection "approvalStatuses" you can use. Try an EXISTS filter like this and replace "###" with the roleID you need. EXISTS:a:$$EXISTSMOD=EXISTS
EXISTS:a:$$OBJCODE=ARVSTS
EXISTS:a:stepApprover:roleID=################
EXISTS:a:taskID=FIELD:ID
Thanks for following up! Sorry - Rafal's code is 100% fine. And I just retried - now I do see docs attached to a project in Program/projects view... Same code. So I must have fatfingered something. BTW the interspersed <p>s - I think that's a bug in the iterator: the link/href around the <p> is a co...
@skyehansen it works if you have documents at the program. Any project documents (as OP described) will not get listed. The OP is on a page that lists projects (eg projects view in program detail) and wants to iterate over each of the listed projects' documents. I'm not aware of a method to do a dou...