Versions Compared

Key

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

Entity To Entity was designed to support load of (multiple) Entity Details to the Main Entity regardless of its Entity Type (COMP, PORT, INDX). 

Entity To Entity inbound interface allows loading and updating the data in the following database tables:

  • RULESDBO.ENTITY_DETAIL

Main entity table RULESDBO.ENTITY is also updated to link details to it. RULESDBO.ENTITY_XREFERENCE is used if you load xref identifiers for Entity Details.

Processing Logic

Before you load Entity To Entity you should have a Main Entity which exists in the DB with known entity identifiers (or xref identifiers which allow to resolve entity ids). These are to be specified in the main section of the object,

EagleML/entityTransaction/entityToEntity/entityId
EagleML/entityTransaction/entityToEntity/entityName

or
EagleML/entityTransaction/entityToEntity/entityXrefs


Info

Note: Entity To Entity cannot load new Main Entities into the database

On the other hand, you have Entity Detail which you want load and attach to the Main Entity - specify identifiers for it in the Entity Detail model of the object:

EagleML/entityTransaction/entityToEntity/entityDetail/entityDetailId
EagleML/entityTransaction/entityToEntity/entityDetail/entityDetailName

...