I am trying to create a scripted business object but I'm running into some issues. I want to create a folder search admin form with a scripted business object that is bound to a grid. I want to pass parameters into the BO and return a result based on dynamic SQL that I build in the server script behind the BO. I got an example from processmapping.com and made the approrpiate changes to suit my needs.
When I click the Search button on my form, the query executes and the business object returns data (and adds rows to the grid), but the rows in the grid are just blank. I know there is data in the grid, because when I click a row, it puts data into dependent fields. I checked everything from BO parameter names and cases to client paging on the grid and I can't seem to figure out what the issue is. Has anyone here experience the same behavior with scripted business objects?