Hello,
I have a table of material master data, 4 fields of this table fields contains several kinds of articles, I want to create a connector function that gets as an input article number, checks if one of the fields contains this article number and returns several other fields.
So, the logic will be : if field1 = $article$ or field2 = $article$ or field3 = $article$ or field4 = $article$ then do something
The only condition I saw in the connecotr function is AND logic
Thank you,
Regards,
Amit Berku