Hello:
We need to customize the form CustPostInvoiceJob.
We created new fields and all is ok.
The changes are for electronic invoice reasons.
But, in this form, we don't have the table CustInvoiceTable.
I know that this form is called from the class of the same name.
In the method main from this class:
if (custPostInvoiceJob.prompt())
When the above line is executed, it calls the CustPostInvoiceJob form.
How I do to get CustInvoiceTable?.
I tried with the init method in the form but element,args().records do not return anything.