Zend certified PHP/Magento developer

How to read a value from `quote_address` table

I have created a custom column in quote_address table and now trying to copy the value from quote_address to sales_customer_address table by trying to observe the event sales_model_service_quote_submit_before

While loading the quote, using $quote = $observer->getEvent()->getQuote(); I am not able to get the value of my custom field stored in quote_address table.

Also, I tried using MagentoQuoteModelQuoteAddress but can’t get the value of my custom field.

Can someone let me know how can I get the value of custom field from quote_address table?