Sorry, no. I can only reference you to the manual, and ask you to wait for Clarizen to comment here.
https://success.clarizen.com/hc/en-us/articles/205711718-16-9-Document-Publisher
Hi, can somebody provide a working example of pulling in action items (there is an app on the marketplace) to the document publisher? The reverse reference is r_actionItems but I keep running into errors that don't make sense. A quick (working) example would be great!
Please sign in to leave a comment.
Sorry, no. I can only reference you to the manual, and ask you to wait for Clarizen to comment here.
https://success.clarizen.com/hc/en-us/articles/205711718-16-9-Document-Publisher
Hi Ariel,
What is the error that you are receiving? Also, can you attach an example of what you have now?
sorry, all I'm asking is for a working example of using a reverse reference. I have a single slide trying pull Action Items:
[800] !field=Project.R_ActionItems
{800.1} !field=name
but I'm getting an error: An error has occurred (ref: 69aca65c-dfbf-4f9a-ad83-2097a2135859). Cannot find Clarizen field name 'r_actionitems' in the list
The documentation (linked below) explicitly mentions it supports reverse reference, just need a working example... The rest I can figure out.
for those interested, the correct should be:
!field=Project.R_ActionItems {800.1}
!field=R_ActionItems.name
Thanks Ariel, we'll update the documentation to provide some syntax examples.