Hello,
I have to create new button that will call a RunBase class that will create a Free text invoice. I have list page with records. This button will allow multi select of different records but will be grouped per customer. This means if the user selects 3 records for which 2 of them belong to customer 001 and 1 belong to customer 003 than the function should create 2 different free text invoices. The class should show dialog with Invoice date and Post parameters.
The question is how to create this. I know i must populate this 2 tables:
a. CustInvoiceTable
b. CustInvoiceLine
what i need to write in mu run method and what in my main method???
*This post is locked for comments
I have the same question (0)