Hello,
I’m having a problem in what looks like a regression from Platform 6.4 to 6.5.
I have a screen editing and Entity and a Report Template having such entity as unique required parameter.
In the screen I set up a button to generate the report:
exportBtn.setAction(new EditorPrintFormAction("report", this, fileName) {
@Override
public void actionPerform(Component component) {
getDsContext().commit();
super.actionPerform(component);
}
});
It was working fine in 6.4, but in 6.5 I get “notFoundReports” error