
Import a D365 FO entity with a virtual KEY field
Using a virtual field in Dynamics 365 for SCM to parse the inbound data fails because the system looks for the record before parsing the composite key. The solution is to create an entity with mapped key fields, adjust staging table relations, and perform the splitting in the initializeEntityDataSource() method.