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. The objects
correspond to the objects defined in the file
mro_config.xml. These are the only business object
supported without modification.
Table 4. The MRO business object mappings
MRO object | Corresponding WBI object | Verb mapping from MRO object to WBI object | Verb mapping 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. |