Array.Resize(boInventoryMaster.FieldsToExcludeFromUpdate, 1)
boInventoryMaster.FieldsToExcludeFromUpdate.SetValue("invm_batch", 0)
I need to set the property to all fields but a few so the BO's save is more efficient and then clear it again. Keith Chisarik