Table EcENTITY

entity data (item, change order, purchase request, etc)

Remarks:

  • entity type is fully specified by two fields: “ent_class_id” + “guid”

however “guid” field is used only when ent_class_id=’CUSTENT’

  • each EcENTITY table record is considered as a data transfer request

  • records are grouped by “bulk_id”,

bulk is data describing one transfer batch, e.g. : BOM structure, CO with linked items, …

bulk is data having relations that must be respected during processing

  • bulk_id value:

    • ERP Connector creates/generates only positive bulk_id value by incrementing the MAX existing value

    • In case external system (ERP) is not able to reliably create/generate such number, it can use its own unique negative numbers;

in other words: external system uses its own negative bulk_id values and guarantees its uniqueness

  • MockMode = for testing purposes only; data should be ignored by the target system

  • field length can be modified

  • comm_dir field data type can be BIT

Last updated