This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to pass the selection of singe DB item from module to module?

Hello experts!

I'm trying to operate with a custom table in the ITShop and having a problem with thing that seemed to be very basic. I need to pass the object selection somehow from module to module. I have a module that lists a table as a grid and another one where item in that table can be edited. The goal is to get single item for editing by clicking in the list, but all I could get is container(iteration) or table(iteration) display of whole table. How can I pass the selection of singe DB item to the module?

Thanks.