how to bring Projid field in custtranstable

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.

Please help me with some suggestions…

Thanks in advance

hai ajay

Create proj id field in cust trans table and loop the proj id during the time of record creation(insertion) in cust trans table.

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

No relation in table level between the project table and customer table.

I dont think it is possible.

Have a look at the createcusttrans method of projformletter_invoice class.