Fixed bug
22590 Display the error message properly
Related to issue
22235: OBMessageUtils asumes incorrectly that RequestContext is set
Fixes issue
22235: OBMessageUtils asumes incorrectly that RequestContext is set
Set variables secure app in RequestContext in case of running a process
Fixes issue
19595: Display logic can be applied to status bar fields
Fixes issue
21998: After completing a sales order/invoice,
the BOM product does not appear. Fix the consistency and fix the invoice completion.
fixed issue
22662: post from different financial accounts
Fixes issue
21998: After completing a sales order/invoice the BOM product does not appear.
Related to Issue
22625 : Issue in auto save in grid view.
The earlier fix does not work for the case where the record is the first record of the grid. This is because rowNum is compared, but it fails if the rowNum value is 0. Modified the check constraint to ignore null values alone.
Fixed bug
22646 show accounting dimensions when no grouping criteria is selected
Fixes Issue
0022625: Issue in auto save in grid view
When a process that is executed for an unsaved record in grid view tries to access the record an error is generated because the process is executed before saving the record. Modified code to save and then execute the process.
Fixed issue
22667: 'isc.Calendar' now is rendered ok in Firefox
Fixes Issue
0022292: Order PK column in DESC when other columns are DESC
In Grid, ordering primary key column in descending when all other order by columns are in descending.
This is done to use the index for sorting.
Fixes issue
22657: Not possible to deactivate a docaction using a template
related to issue
22459: added getCountryFromOrgId method
Related to issue
22644. Rolled back changes. Will be done in a different way