Hi everebody,
I want to know if it's possible with extensible framework on screen to display detail of a grid when we click on the tab view that contains grid/detail.
I want to autoselect the first row if the grid.
Thank you.
This is actually quite easy. You just have to get the handle of the 1st record in the grid and then perform a double-click.
This link provides an example of the code I wrote for Stratum Consulting Partners. If you reuse the code, please provide appropriate attribution to Stratum.
https://infor-eam-ef.s3.amazonaws.com/getRecord+v2.0.txt
Thanks,Michael SnyderStratum Consulting Partners, Inc.Delivering the ROI in EAM…
michael.snyder@stratumcp.comwww.linkedin.com/in/imsnyderwww.stratumcp.com
"Automatically select the first record when opening a details type screen or tab". A great idea!! I hope someone has a solution for this. I wish I had a dollar for every time I have been asked "Why do I get the error message, "A record using this value already exists"? because the user forgot to select the record first. This happens a lot on the stores tab for parts and the activities tab on work orders when there is very often only one record.
Hi Michael,
Thanks for the link. I've tested and it works great!!!!!
The final purpose was to autoselect the first row of the grid and then we hide the grid and move the toolbar and the detail panel to the top of the screen.