Create Custom Sales Invoice Report
im have a problem to create a custom report i need help.
im need a custom report 1306 ( Sales - Invoice ) with Tableextension fields.
1.- Im have APP installed with Tableextension fields in Sales Invoice Header (112) .
2.- Im go to Posted Sales Invoice an click PRINT press ( ctrl + alt + F1 ) the report in Posted Sales Invoice is 1306 ( Sales - Invoice )
3.- Im go to Report Selection and create a Custom Report for 1306 ( Sales - Invoice ) and Export RDL file but i can't modify this file.
4.- Im copy the code of report 1306 ( Sales - Invoice ) in AL>Object Designer .
5.- im open the code in VS Code and change ID and name and agree de APP dependencies to use the tableextension field, add the fields and build my application the report create correct in Business Central.
6.- im open the report in Business Central 50109 ( Sales - Invoice ) and export this report in RDL file .
7.- im open the RDL file in VS and add the fields , immport this report in custom report 50109 ( Sales - Invoice ) , run the report , the report show all the fields .
The problem is here
how to set my new report 50109 ( Sales - Invoice ) to Posted Sales Invoice PRINT action ?
im try to import my modify file RDL 50109 ( Sales - Invoice ) in custom report in 1306 ( Sales - Invoice ) and send me ( An error occurred while trying to display the report.)
HELP ME PLEASE