OMS build and weblogic deploy using command line

OMS build and weblogic deploy using command line As developer we may need to perform build and deployment many times. Created below .cmd files for build and deployment. So that developer not required to perform deployment from Oracle console. Create new file buildear.cmd and add below lines. Make sure to edit the folder paths as… Read More »

Sterling OMS Custom CommonCode Types

Sterling OMS Custom CommonCode Types In this post we are going to learn about out of the box getCommonCodeList API. Understanding Standard Common Codes Common Codes are values that help the user to choose from a list of options. Common codes are available as Drop down lists in the Sterling Console Screens. Common Codes are… Read More »

Understanding Restartable Service in OMS

Understanding Restartable Service in OMS Understanding Restartable Service in OMS : In this post we are going to learn new topic which is not used by many of us but really cool Sterling order management feature called ServiceSuspendException. Use Case Lets assume a scenario, When order created successfully in Order Management System needs to post… Read More »

How to run Sterling Application Manager without using applet

How to run Sterling Application Manager without using applet ? Sterling application manager without using applet : In this post we are going to learn something cool. How many of had problem of loading Application manager using applet ? Seen even well experienced OMS developer having problem with Application manager loading using Java Applet. Now… Read More »

Sterling OMS Understanding Reference Implementation

Sterling OMS Understanding Reference Implementation In this post we are going to learn about reference implementation and see how this helps beginners during learning process. What is Participant Modelling ? Any person who want to learn Sterling order management system, first need to understand participant modelling. This participant modelling helps to understand the business. Like who are… Read More »

Sterling OMS Understanding Supply Demand without Reservation

Sterling OMS Understanding Supply Demand without Reservation Sterling OMS Understanding Supply Demand without Reservation In this post we are going to learn, how Supply and Demand works without inventory reservation during the order flow. Google Definitions on supply and demand OMS Definitions on supply and demand Supply : How much inventory (Quantity) available at store for… Read More »

Sterling OMS First Complex Query

First Complex Query Sterling OMS First Complex Query : Do you where exactly complex query been used part of Sterling Order Management System Out of the box (OOB) ? Any guess ? From the Menu — Order — Order Console is the best example for Complex query. When user trying to search order, getOrderList() api… Read More »