Complete AD based info window ( AD_InfoWindow ) implementation
Description
Environment
Attachments
blocks

testing discovered
Activity

https://idempiere.atlassian.net/browse/IDEMPIERE-1039 created for new issue reporteded by nmicoud. Similarly, will create new ticket for future bugs and enhancement.

Another bug ?
In System, goto Invoice Info and select Currency column
Check Query Criteria.
Add a dynamic validation (Name = "test" ; ValidationCode = "C_Currency_ID IN (102)"
Apply it on the Currency Query Criteria.
Open the Invoice Info in GardenAdmin.
Currency list has all items ; whereas it should only display EUR
Regards,
Nicolas
edit: demo.idempiere.com has been updated this way

Hi,
While testing, i've find another bug.
If you add DropShip_BPartner_ID column for Info Order, you'll get a NPE when trying to refresh.
Seems it's related to MQuery.getZoomColumnName which return a false tablename (DropShip_BPartner instead of C_BPartner).
I've updating demo.idempiere.com so you can easily check.
Regards,
Nicolas
Nicolas, this sounds interesting and would solve also the translation problem - actually we need to translate the info window title and the old message.
For this request I think it would be worthy also to implement info window role access and deprecate all those info flags at role.
Is better to open a new feature request with this idea.
Regards,
Carlos Ruiz
Details
Details
Assignee

Reporter

1) Allow definition of info window without or with minimal amount of coding.
2) Allow opening of info window from menu. This should eliminate the static set of AllowInfo* at the role window now and access to info window can be managed dynamically like other using the new info access tab.
3) TBD - Allow selection of record(s) for processing from info window. The idea is to be able to create form like Generate Shipment (manual) without or with minimal amount of coding.