...
We should add client configurations in Omni Magic by providing ClientId created in OMS.
AM2 URLs:
ASIM:https://assure-proxystaging-asim.increff.com/assuremagic2/ui
Staging Oltp:https://staging-oltp.increff.com/assure-magic2/ui
...
31. Why the details collected in Manifest Screen and Handover Screen same ? (Need to be discussed with OMNI wings)
--
DB Queries
Below are some DB Queries which would be helpful in Integration testing.
OMS
select * from oms.oms_shipping_labels; - To get Shipping Label details like ShipmentId, AWB, DocumentId.
...
select * from oms.oms_area_cluster_mappings; - To fetch Area Cluster mappings.
WMS
select * from wms.wms_wms_order; - To view the order status(Picked, Packed, Cancelled, Completed etc)
...
select * from wms.wms_aisle; - To fetch list of Aisles.
CIMS
select * from cims.cims_sku_listing_pojo; - To fetch Listings.
...