Hi every one,
I came across a problem, can any one help me in this regard,
I want to call a table method from a method that is created in a View.Here is the scenario.
I have created a view say "test view", in that i have added a string computed column field named "Field1"Now i want to show the data from another table against the field of this view.lets say there is a filed named "ItemId" in that view.now i want to created a method in view that will display the name of the item in the "Field1" field for every record of the view. and for that i am using the below code in the view method.
InventTable::find("item1").itemName();
but this is not running properly as i am unable to get the current record of the view and also when using the find method the view is giving the errors.
Kindly help me if any one knows the solution.
*This post is locked for comments
I have the same question (0)