Display a field in the report

hi all,

as shown in the image i have to put the blank text box in the posting invoice form.

What ever entered into the text box by the user should be displayed in the report how do i achieve this.?

also i am told not to save the text entered in the text box so do i need to create a temporary table? or using variable? how can i achieve this?

You can do this with the help of data contracts.

The information entered need to be flowed to the \Classes\SalesInvoiceContract

This is how it has to go,

salesFromLetter → SalesFormLetterContract → SalesInvoiceJournalPrint → SalesInvoiceController → SalesInvoiceContract → SalesInvoiceDP

Thanks for the reply kranthi…i highly appericiate it.

i know to pass the parm from contract to Dataprovider class

but from salesFromLetter → SalesFormLetterContract → SalesInvoiceJournalPrint → SalesInvoiceController how do i pass the paramter do i have to write the same method like i write in contract and dataprovider class?

Can you give a simple example…

Thank you in advance…