I defined a process to try to modify BO's attribute as follow:
FIND ALL myBO
myBO.FieldOne = myBO.ID
It is supposed that after run the process, each myBO.FieldOne should have the value of each myBO.ID. However, I got the identical value ( one of the myBO's ID ) in myBO.FieldOne.
Can anyone help on this ?
Thanks,
Mojun