Related with issue
28478: The tests have been improved.
The tests for the issue
28478 have been improved and test class is now in the proper testsuite.
related to issue
27240: added missing check for date parameters
The date parameters has their own method to set their value properly. This is now being taken into account in the setValueProgrammatically method.
related to issue
31577: code review improvements
related to issue
27240: improvements in new method
make the method available for all parameters, this way it can be used in general. The handleItemChange() will only be executed if the parameter has an On Change Function
fixes issue
27240: On Change Function in Process Definition non editable fields
The handleItemChange method is the method in charge of execute the on change function on onblur. This event is not fired when setting the value of a field programmatically. To solve this, a new method has been introduced in the API: setValueAndHandleItemChange() which invokes handleItemChange() after setting the value of a the field.
This method will be available automatically just for those Process Definition fields with an on change function assigned to them through the application dictionary.
Related to issue
31340: Many warnings in log generated by import entry code when a cashup can not be processed
Reverting unintended changed file
fixes issue
31634: use refresh button in Alert Management more than once
A new mechanism is created for the grids in Alert Management window which notifies to the view that the data has arrived after a refresh request. The view checks if the refresh has been performed by the four grids before enabling the button again.
fixes issue
31577: alert fetches with where parameter
In order to avoid the fetching of the where parameter we generate the where clause inside the datasource. A new datasource has been created, ADAlertDatasourceService, to support the requests from the Alert Management window.
In addition, it has been fixed a problem in the Alert Rule drop-down filter of the grids in the Alert Management window which was displaying alert rules from all the grids in the window instead of those displayed just on a particular grid.
Fixes Issue
31593:Debit and Credit values not shown when running General
Ledger Report in XLS format using Microsoft Office 2007
Used Numberformat parameter to format the numeric fields