Hello everybody!
I have two info objects and I will create a rule. I will look in the info object 1 and if the info object 1 has the value 'test' I will set info object 2 to NULL.
info object 2 = IF (info object 1 == 'test'), NULL, info object 1.
How can I solve this problem?
Regards, Thomas