Hi, I need implement a master-detail form (invoices - invoices lines).
In invoice lines when select the product then price product must be put into field line price in form invoices lines.
If i don't work with ajax for create this function I think that use the insert or modify trigger in sql server invoice lines for select the product price and put it into invoice line price, but this function only will be executed when click the "save change" button and I need to execute when the field product is selected.
It is possible?
Thanks.