- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
My previous explanation dissapeared - here we go again.
The use case is that several blocking attributes for communication with a recipient resides in different external databases and can at any time change. These need to be checked before sendout of any delivery. The attributes are updated in the ACC database and filtered out from all targeting but since they can change they have to be double checked before sendout (ie in campaign workflows).
A function contacting the databases to get current status of the blocking attributes has been created centrally and an API published to call this function.
A workflow activity has been created which performs the call to the API to validate all recipients of a target. Any recipient that the API disqualifies need to be removed from the target. The workflow activity therefore deletes blocked recipients from the temp target schema.
This works (display target will show the correct records and count) except for the description and recCount of the output result that is not updated. This is what I want to update.
Views
Replies
Total Likes