Method

Item inf_sales_order = this.newItem("inf_sales_order", "get"); inf_sales_order.setProperty("inf_multiple_shipment", "1"); inf_sales_order.setProperty("inf_shipping_method", "UPS"); return inf_sales_order.apply(); This is simple server method attached with inf_sales_order itemType.Where I should attach this method and what event should I use for the same?
Parents Reply Children
No Data