Hi, I have already attached this question to another thread, but it seems, that it does not get attention. I would really appreciate an explanation, why it does not work.
Entity one has a tax field, from which I would like to hand over the value to entity two, so I wrote this formula:
but it does not work. The entities are connected by n:n relationship.
Any hint, what I am getting wrong?
I also tried entity\getColumn, also without success.
Thank you and my apologies for double post.
Entity one has a tax field, from which I would like to hand over the value to entity two, so I wrote this formula:
Code:
taxFieldEntityTwo=linkEntityOne.taxFieldEntityOne;
Any hint, what I am getting wrong?
I also tried entity\getColumn, also without success.
Thank you and my apologies for double post.
Comment