Hello, We are facing an issue where in export to XML is working as expected but import from the same XML is not working when the root element is a generalized entity. Scenario: We have an entity called 'Person' and a specialized entity called 'Employee' Schema: Export XML: John Doe 1 Import XML: Empty object Its supposed to create Person entity of type employee but no object is created. Please let me know if I am doing something wrong. Thanks.
↧