Sales Order Update

Hi Team,

I am trying to understand the Sales Invoice process by debugging. I applied a break point in SalesTable update method to just identify which method is called to update the sales status to Invoiced when the Invoice is done. It is not hitting the debugger. I also identified that it is a service class through which invoice is done. So from visual studio i am trying to debug. Still no luck. Can you help me in knowing the method which is called internally to update the sales status when invoice is done

The posting code will be running in IL. Try disabling the “Execute business operations in IL” option in Tools → options → development. This is where the salesTable is updated, \Classes\SalesInvoiceJournalPost\updateSourceTable

Thanks Kranthi for the quick help