whenever the project invoice is done, the record is created in custtrans table and projinvoicejour table.
I want to create projid in custtrans table, wenever a record is created in custtrans table i want to store the projid field value for the particular invoiceid.
I have created projid field in custtrans table. In projformletter_invoice class there s a method called createcusttrans… i tried to modify the method but still not working