P
Peter Judge
Guest
Roger, You can loop through the records and remove them as follows: // remove cart options, if any exist VehicleOrderService_ShoppingCartService_JSDO.jsdo .eShoppingCartOption .foreach(function(cartOption) { // console.log(cartOption); cartOption.remove(); });
Continue reading...
Continue reading...