The Mro objects are the business objects that can be sent to WBI. The WBI objects are those that are sent from WBI to Mro. These are the only business objects supported without modification.
Table 6. The Mro business object mappings
Mro object | Corresponding WBI object | Verb from Mro object to WBI object | Verb from WBI object to Mro object |
---|---|---|---|
SYNC_COA | AcctDistribution | - | update -> null |
SYNC_ITEM | Item | A1,C,D -> create, update, delete | create, update, delete -> A, C, D |
SYNC_INVENTORY | InventoryLevel | A,C,D -> create, update, delete | create, update, delete -> A, C, D |
SYNC_ECATALOG | LineItem | null -> create | create, update -> null |
SYNC_SITELEVEL2 | wbieuLocation | null -> retrieve | retrieve -> null |
SYNC_SUPPLIER | CustomerPartner | A,C,D -> create, update, delete | create, update, delete -> A, C, D |
SYNC_PO | Order | null -> update | update -> null |
LOAD_PAYABLE | InvoiceLineItem | null -> create | - |
PROCESS_INVOICE | Invoice | - | create -> null |
POST_JOURNAL | JournalEntry | null -> create | - |
1A,C,D = Added, Changed,
Deleted
2SYNC_SITELEVEL -> wbieuLocation and wbieuLocation -> SYNC_SITELEVEL have a pipe-delimited field between the two IDs. This is mapped into the ObjectId field. |