Hello!
I have two agents HR and AD.
AD is projected and HR is joined.
In AD db I have 5 rows lets call them 1,2,3,4,5.
I can join 1,2 and 3 with HR but 3 and 4 has no match in HR.
I have a rules extension export flow on attribute initial in AD agent.
When I run full sync on AD the MapAttributesForExport is called 5 times one for each object.
When I call full sync on HR the MapAttributesForExport is called 3 times.
I thought is would call MapAttributesForExport 5 times one for each.
I assume it will only call MapAttributesForExport for those object that can be matched to AD.
Is that correct understood?
//Tony