Dear experts, Please let me know how to add FKV columns in list (grid) view (i.e. without needing to write C# code) and which aren’t hidden in the collection.
For Example : In Bank Statement Processing how we have to add Bank Transfer “Tran Reference” column value in grid list which is not exist in the collection refer to below screen
There are some good forum posts on re-creating the grid with your additional columns using BAQ Views. That could get you started, and is pretty easy. Jose even made a video!
Grid views that add missing (not hidden) columns will have some level of code needed.
Also, have you read the Epicor ICE Customization User Guide? It’s invaluable, and you can download it from EpicWeb.
Follow an example, get it to work, then tweak it for your changes. Hope this helps!