Hello!
I have read some articles About Attribute Flow Precedence but I have a question about this.
Here is what I do.
My agent AD source is just a simple database.
I have two agent called agent HR and agent AD
For agent HR I have done full import.
I have also a import flow on attribute uid in agent HR like this
LastName, FirstName, SSN --> uid
I now do a full sync on agent HR to get data into MV.
This data is projected into MV.
This will also cause that I do provision for agent AD which also run the export flow for this agent.
Agent AD has this import flow LoginAccount ---> uid defined
and the export flow is LoginExport <--- uid.
In Configure Attribute Flow Precedence I have this.
Order MA ObjectType SourceAttribute MappingType
1 Agent AD Katalog LoginAccount Direct
2 Agent HR Person LastName,FirstName,SSN Rules Extension
When I do an export on agent AD the attribute LoginAccount is not exported.
I know I can fix this by mark the field "use equal precedence"
I know that the reason that the attribute LoginAccount is not exported has to do with Attribute Flow Precedence.
Just for testing if I just remove the import flow which is this LoginAccount ---> uid
from agent AD than attribute LoginAccount will be exported.
But I mean agent AD has not done this LoginAccount ---> uid because agent AD has not done any import flow.
So can somebody explain how this Attribute Flow Precedence cause the attribute LoginAccount not to be exported if I have
defined both import and export for agent AD like this LoginAccount ---> uid (import flow)
LoginExport <--- uid (export flow)
//Tony