Hello everyone,
I have one requirement, i am creating one view. And I want to show some values in view's computed column with the help of methods which I have to create on view.
I have to use multiple join conditions on view methods. But on view methods have to be static methods. So I am not able to use "this" keyword.
Eg: on view i have itemId field, now with the use of that item Id field I have to display some other values from other table.
So how can I get that current value in my methods,as we cannot use this keyword.