User Id.

I am developing a report on LedgerJournalTable,

My requirement is that i need the USER ID for the user who makes the transaction like i want to display the list of fields with user id who makes the transaction.

i.e.

s# Date Account# Debit Credit Userid.

Also please if you can show me how to generate the serial numbers for the records.

Thanks all.

for user id in th report - user created by field

for serial number - create a variable of type integer in the class declaration of the report. write a display method increment the integer variable and return the value…

Thanks.