Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Use Entity To List to add an Entity to an existing Entity List. 
Make sure that the Entity List to which you are attaching the Entity already exists in DB (Entity Lists are loaded/extracted via Entity List interface)

In this section:

Overview

Entity To List inbound interface is designed to load and update data in RULESDBO.ENTITY_LIST database table.
Incoming message format: EagleML (entityToList complex type).

Stream Logic

EagleML Inbound Processing Sequence

Entity To List is loaded into DB via eagle_ml-2-0_default_in_xml_entity:                                                                                                                                                    
/eagle_default/in/xml/xml-ent_entitytolist.xml rule is used,
which involves processing thru one of the following panels depending on the type of the DB event

  • eagle/star/account/pan-addentity-l.htm
  • eagle/star/account/pan-chgentity-l.htm

To load or update data with Entity To List send an EagleML message to the eagle_ml-2-0_default_in_xml_entity stream.

Outbound Specifics

If you want to understand which entities belong to an Entity List or to examine its structure, please use Entities In List outbound interface.

  • No labels