Hi,as we all know AddressModel and CartModel inherit the class ItemModel.Now I popuate a field inherited from the ItemModel object in the AddressModel object.Since models are just object representations of the tables,Will that value set in the AddressModel or more specifically the Address table be available in the Item table or the Cart table?