Versions Compared

Key

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

In this page:

Table of Contents

Overview

Warehouse Position inbound interface was designed to load and update data to the following database tables:

...

The Warehouse Position inbound interface has 3 modes for loading data into the DB table:
Batch Mode
Single Row Upsert Mode

Roll Up

Roll Up summs sums up some numeric values from Position Detail DB table and inserts the result values into the fields of Position DB table.

...

Click to read more about Roll Up

Position Detail Analytics Switch Logic

Position Detail Analytics Switch is used when you want to load to Position Analytics tables.

XML path: EagleML/warehouseTransaction/warehousePosition/posDetAnlSwitch


Valid values:

  • NONE - do not load data to any Position Analytics tables;
  • ALL - load to all tables (ANL, ANL_EQ, ANL_FI, ANL_KRD, ANL_USER);
  • ANL - load to ANL table only;
  • ANL_EQ - load to ANL_EQ table only;
  • ANL_FI - load to ANL_FI table only;
  • ANL_KRD - load to ANL_KRD table only;
  • ANL_USER - load to ANL_USER table only;