I defined a rule as follow:
FIND myBO1 WHERE myBO1 IN myBO2.MyBO1 IN BATCHES OF X
myBO2.Name=myBO1.Name
for creating/editing myBO2.
When FIND gets myBO1 more than X, the system is hanging ( after click save button from the myBO2's form ). However when FIND gets myBO1 <= X, the system works well without no any problem.
Can anyone help on this?
Thanks,