Problem in a query (Cover Page.Status)
Hi all,
I'm creating a query in a Java PX using the Cover Page.Status parameter but it doesn't work properly.
Here is what I did:
queryRMAFatture.setCriteria("[Cover Page.Status] equal to 'Consegnabile'");
The result of this query is nothing, but it should return several objects; is there something wrong in my instruction?
Thank you in advance