In my interface, I have many read-only field. I need to display them only when a field in the table ( isshow is set to true).For this, I included a showwhen : abcsample.isshow = true. But this is throwing me the below error:
Interface Definition: Expression evaluation error at function a!headerContentLayout: Cannot compare incompatible operands of type Record Field and type Boolean.In this case, how can I give this condition. Can someone help me here?
Discussion posts and replies are publicly visible
Can you share this piece of code?
You are aware that the code for showWhen is of incorrect syntax!?! It misses a domain prefix.
What kind of data is this abcsample?
just for the screenshot purpose I included, the sample one.I am using a boolean field in my table.
It's fixed, Thanks
Can you share what you did to solve the issue? That might help others.
I used this child interface in another interface I used If condition and based on it, the corresponding interface will appear