Application manager customizations: form class reconciliation

About this task

For the custom form classes extending the following classes, customizations must be reapplied to the system forms corresponding to Release 9.3, using the customization steps listed in the “Extending Organization and Item Detail Screens” section of the Sterling Selling and Fulfillment Foundation: Customizing the Swing Interface :

  • com.yantra.ycm.ui.screens.forms.YCMClassItemAttrs
  • com.yantra.ycm.ui.screens.forms.YCMModifyServiceItem.class
  • com.yantra.ycm.ui.screens.forms.YCMModifyItem.class
  • com.yantra.ycm.ui.screens.forms.YCMAddItemNodeDefn.class
  • com.yantra.ycm.ui.screens.forms.YCMSingleClassValueDtls.class
  • com.yantra.ydm.ui.screens.forms.YDMRoutingGuideDtlTab1.class
  • com.yantra.ydm.ui.screens.forms.YDMRoutingGuideLineDtl.class
  • com.yantra.inv.ui.screens.forms.INVResourcePoolDetail.class
  • com.yantra.ycp.bct.ui.screens.forms.YCPBarCodeTypesDetailsDtl.class
  • com.yantra.wms.rcv.ui.screens.forms.WMSReceivingrulesDtl.class
  • com.yantra.wms.ui.screens.forms.WMSExecutionExceptionDetails.class
  • com.yantra.wms.ui.screens.forms.WMSItemPickingConditionDetails.class
  • com.yantra.wms.ui.screens.forms.WMSPlaItemConditionDetails.class

For all the other extended custom forms, perform the following steps for the form class reconciliation:

Procedure

  1. Identify the screens that you have customized in the Applications Manager in the release that you are upgrading from, and locate your extended source files. The extended sources should consist of some classes used as form classes in the Applications Manager screens.
  2. For each customized form class, find the corresponding form class released in Release 9.3. For instructions about how to find the latest form class file, refer to the Sterling Selling and Fulfillment Foundation: Customizing the Swing Interface .
  3. Reapply the customizations to the latest version of the form class file. Ensure that you use the same class name created during the initial customization (the same class name from the list compiled in 1).
  4. Follow the instructions provided in the Sterling Selling and Fulfillment Foundation: Customizing the Swing Interface to deploy the new class files into the Applications Manager.