Hi,
I am trying to create a scenario that would be triggered whenever a document's proof status is updated.
Quick setup is there's a Workfront project with issues; issues will have documents (although it's not mandatory) and those documents will have a proof workflow. I need to trigger my scenario every time there's an update to the proof status of any document. Idea is to change the issue status when all documents are approved.
I tried triggering the scenario with issue record type and lastUpdateDate changed filter, but it seems that when the proof is updated, it does not alter the issue updated date. Same happens with the document record type and lastUpdateDate filter.
I can use the document version record type, but then I can't seem to target a specific projectID.
Any help would be appreciated.
Thank you in advance.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Yup - Note that the proof modules also don't allow for filtering by project.
You'd have to do that in a filter after the event module. Seems lame - but that's what we got!
So webhook > lookup the document and get its projectID > filter to allow only docVersions whose document:projectID matches your list.
Views
Replies
Total Likes
You have to use the Proof modules.
Views
Replies
Total Likes
The project is setup in standard Workfront; I don't think I have access to Workfront Proof.
Is there any other way to check for the changes in the document proof status?
Views
Replies
Total Likes
You could look at the document currentVersion object - here the fields that are tracked on versions
Views
Replies
Total Likes
I was trying to use a webhook with the Document Version record type in order to check for updates, but with this record type I can't find a way to filter by projectID.
I can filter by projectID if I use the Document record type, but then I can only access the currentVersionID as a filter, which also does not help me to set a trigger.
Views
Replies
Total Likes
Yup - Note that the proof modules also don't allow for filtering by project.
You'd have to do that in a filter after the event module. Seems lame - but that's what we got!
So webhook > lookup the document and get its projectID > filter to allow only docVersions whose document:projectID matches your list.
Views
Replies
Total Likes
Alright, not at all ideal, but I will try to make it work.
Thanks for the help!
Views
Replies
Total Likes