Please add one more bug to current update, and it is very critical.
Here is the steps to produce..
- There is a Business Object 'XYZ' and 'ABC'.
- I create some object in 'XYZ'.
- I create a query 'ShowALLXYZ' to show all the data in grid view.
- I add a process 'TestProcess' in the query Applicable to Multiple Items.
- In Process there is a rule
XYZ.Active = 'No'
CREATE ABC WITH ABC.XYZ=ThisXYZ.
- I create a rule in ABC of uniqueness
EXISTS ABC WHERE(ABC.XYZ=ThisABC.XYZ AND ABC.ID<>ThisABC.ID)
REPORT ERROR 'ALL READY EXISTS'
- Now when I run application and click on the process it won't work on the multiple items selected on the query grid.
- It create only one entry at a time but it marks all the XYZ items Active to 'No'.
Means Process is not able to work on Multiple items which was working fine in my current application before.
Please see it on the priority if possible,
If there is something bad i am doing with above code, please highlight.
Thanks