Hi all,
I'd like to know to save the Email parameter. The problem is:
I run the report for Site=20 with Email_1@nnn.com
Then, TI run the report for Site=30 with testEmail2@ppp.com
The batches are scheduled every 1 hour. When I come back to the first batch job (Site=20), go to Parameters / Option the email populated is the last one "testEmail2@ppp.com" instead of "Email_1@nnn.com"
The class extends of RunBaseReport with :
Pack and unpack are have version,#CurrentList, base
public container pack()
{
return [#CurrentVersion,#CurrentList] + [super()];
}
any idea?
Thank you in advance.