- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi wodnicki,
thanks, that could be one solution.
After detailed testing I found that root cause for this issue is in (collection) link in Recipient table.
Recipient table is extended with the following link:
<element externalJoin="true" label="messages (via AccountID)" name="FK_Recipient_BroadlogRcp"
revExternalJoin="true" revLabel="NONE" revLink="_NONE_" target="nms:broadLogRcp"
type="link" unbound="true">
<join xpath-dst="@accountId" xpath-src="@accountId"/>
</element>
This above give us a collection link to the Broadlog table from Recipient table.
After removing this link, count in the workflow is shown properly. (Condition with account Id is replaced with Recipient Primary key and working perfectly)
This solved my issue.
Regards,
MIlan
Views
Replies
Total Likes