When "initFromInventTable()" is called in SalesLine Table?

Hi All

When “initFromInventTable()” is called in SalesLine Table?

Share your ideas?

I want to trigger an action while calling that method.

Thanks in Advance…[:)]

could you explain me detail…

It should be after ItemId modified action

Hi Kranthi

In which Form’s/Table’s ItemId Modified()

Pls explain this…

salestable form → salesline_ds → item id modified () i guess.

Put a break point in the form data source - Item Id modified method and start debugging

Hi Bobby,

this is flow of method call.

Kep the breakpoint in the Table – salesLine – method – initFromInventTable…you can find the flow of execution the call stack window…

Forms\SalesTable\Data Sources\SalesLine\Fields\ItemId\Methods\modified
Forms\SalesTable\Data Sources\SalesLine\Methods\itemIdModified
Data Dictionary\Tables\SalesLine\Methods\itemIdChanged
Data Dictionary\Tables\SalesLine\Methods\initFromInventTable

Naresh.

Hi Naresh,

It is solved for me Thank you.