I have created an extended report: CustSalesOpenLines_Extension based on CustSalesOpenLines_NA
In the case of multiple languages, the title here is in English.
To correspond to multiple languages, we create "label.text" files in three languages.
l knows that when I use a UIBuilder file, I can change the parameter dialog's caption with the code bellow:
public void postRun()
{
Dialog dialogLocal = this.dialog();
dialogLocal.dialogForm().formRun().design().caption("@Labels:xxxxx");
}
But in my case, I didn't use a UIBuilder file or a Controller file.
Is there anyone have met the same problem?
You actually are using a controller, just not a custom one. The default controller is SrsReportRunController and you can review/debug how the dialog caption is obtained there.
André Arnaud de Cal...
292,031
Super User 2025 Season 1
Martin Dráb
230,868
Most Valuable Professional
nmaenpaa
101,156