Showing posts with label User Exist. Show all posts
Showing posts with label User Exist. Show all posts

Tuesday, June 18, 2019

Purpose of User Exit and various ways to use in IBM Sterling WMS?


  • User exits are extended rules that enable Java objects to be created and accessed.
  • With user exits you can create custom Java classes or use third-party Java classes.
  • User exits can create objects, access properties, or start methods.


Few Sample User Exits:

  1. com.yantra.yfs.japi.ue.YFSBeforeCreateOrderUE
  2. com.yantra.ydm.japi.ue.YDMBeforeCreateShipment
  3. com.yantra.ydm.japi.ue.YDMBeforeChangeShipment
  4. com.yantra.ydm.japi.ue.YDMBeforeConsolidateToShipment
  5. com.yantra.ydm.japi.ue.YDMBeforePackShipment
  6. com.yantra.ycm.japi.ue.YCMGetItemDetailsUE

Popular Posts