Simplifying user security role checks for inbound BODs
The processing of inbound BODs (Business Object Documents) often requires that checks be performed for all user security roles associated with the BOD. There can be dozens of security roles for each user, so these security role checks can take a significant amount of time to complete.
We now have a process that can delegate all such processing to a single C# entry point. This can greatly reduce the amount of time required to process inbound BODs.
To enable this feature, the old replication document needs to be disassociated and the new replication document needs to be associated.