I am trying to create an asset management system for a more-or-less static set of assets that need to be inspected every so often.
All the assets are arranged in rooms and I would like to start a new process that pulls all the assets in a certain room from a sql table into a grid.
Then, this grid would be editable and have an extra column next to each asset to allow a user to type an inspect number (1-5)
Finally, after the user entered all the number for assets, the bottom green arrow would be clicked and new rows would be created in a sql table with all the data in the grid.
I can pull the sorted data into the grid, but I am stuck after that with making it editable having an extra row and created new rows. Is this even possible in Metastorm, and if so where might I start to look for the answer? Thanks