Hi
I have create one more field in sales line table and want to show that on sales invoice inside lines. But I don't know how to extend part or subform. Please help me with this.
Hi
I have create one more field in sales line table and want to show that on sales invoice inside lines. But I don't know how to extend part or subform. Please help me with this.
You can use page inspector (CTRL + ALT + F1) ti discover a table name or a page name.
In your case, table name in Sales Line and the page is Sales Invoice Subform.
To add a new field, you need to:
1) create a tableextension object that extends Sales Line
2) create a pageextension object that extends Sales Invoice Subform
Hi , How to add a Tableextension and Pageextension in Sales Invoice ? how is the tableextension name and the pageextension ?
Thanks. Stefano, you are right!
Solved. Thanks. You are a Pro. :)
You need to create a pageextension object that extends the Sales Invoice Line Subform page (check the correct object name in your sandbox or in NAV because I don’t remember it correctly now) and add your field here.