Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

Please note, that the xrefs you want to load should be on the entityId level like in the example below (not in the entityXrefs/entityXref model)

Code Block
languagexml
<EagleML eaglemlVersion="2-0" eaglemlType="EntityTransactionMessage" eaglemlRevision="303" xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd" xsi:type="EntityTransactionMessage" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0"> <entityTransaction> <header> <objectType>EntityXref</objectType> </header> <entityXref> <objectType>EntityIdentifiers</objectType> <objectId>EntityIdentifiers</objectId> <objectDescription>ENTITY</objectDescription> <updateTimestamp>2016-09-30T06:52:02-04:00</updateTimestamp> <updateSource>EAGLEADMIN</updateSource> <entityId>TEST</entityId> <entityName>TEST</entityName> <entityType>COMP</entityType> <xrefAccountId>TST005_TSTXREF104</xrefAccountId> <xrefAccountIdType>XREF104</xrefAccountIdType> <xrefClassCode>TF104</xrefClassCode> </entityXref> </entityTransaction> </EagleML>

Entity XREF object is obsolete and no longer supported. Please use Generic Entity interface to load Entity XREFs as explained below

Include Page
Entity XREF Section
Entity XREF Section