Situation:
Is there a way to capture values such as # of input records and # of output records from objects in a process flow so they can be used in a data mapper?
I want to create a data mapper that will eventually be used to create an email that reports back on how many input records were recognized and how many output records were generated.
Tip:
For valid records you can use the $$Service.activityName.OperationCount$$ variable value on the schema activity
For invalid records you can use the $$Service.activityName.ErrorOperationCount$$ variable value on the schema activity
To calculate total records you'll have to add those values using the data mapper.
Comments
0 comments
Article is closed for comments.