Want u fetch all record from a table which name is shipment type
ShipmentType st = OBProvider.getInstance().get(ShipmentType.class);
what should i use to know the lenght of it to run a for loop
Example:
for(i=0;i<=st.getID.length();i++;) {
ToDo my action
}
PS:Using Openbravo