Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
hi,
I'm working on a query to report the voting details of change notice (i.e. CN_no, CN_approver, vote, Vote Comments).Here are the 'Types' (tables) I'm currently joining together to get my
Here are the fields I'm currently selecting for the report:
and
Here are the fields I'm currently selecting for the report:
so ,how can I join WfVotingEventAudit with WTChangeOrder2 or WfAssignedActivity, so I'll get CN_no, CN_approver,Vote,Vote comments.
Hi Shreyas,
Did you get any responses to this post? We are also looking for a way to pull the comments from an assignment into a report.
I found a sample report in the forums that pulls together the CR, CN, and CT. But I haven't figured out how to edit this report to add the assignee's comments.
If you've figured it out, I hope you'll share.
Thanks,
Steve
HiSteve,
assignee & assignee's comments are stored in WfVotingEventAudit and can be joined in query builder together as follows.
by refrence
wt.workflow.work.WorkItem [---primary business object--] wt.change2.WTChangeOrder2
Bylink wt.workflow.work.WfAssignment [---- Work Item Link --- ] wt.workflow.work.WorkItem
wt.workflow.work.WfAssignedActivity [---- Activity Assignment Link ---- ] wt.workflow.work.WfAssignment
in Criteria
WfAssignedActivity.Key = WfVotingEventAudit.Activity Key
Hope this helps,
Shreyas
Hi Shreyas,
Did you get any responses to this post? We are also looking for a way to pull the comments from an assignment into a report.
I found a sample report in the forums that pulls together the CR, CN, and CT. But I haven't figured out how to edit this report to add the assignee's comments.
If you've figured it out, I hope you'll share.
Thanks,
Steve