Hi All,
I have a need to create a page that consists of two regions: an interactive grid and a spatial map. The goal is to drive the map from the results of the interactive grid. Whenever the interactive grid is updated (filtered, unfiltered, searched, etc.) the map will update based on the results of the interactive grid. The driving column in the interactive grid is objectid. With objectids I can pull geometry from the underlying table to populate the map layer.
I have tried javascript (I am very new to js and have not been able to get it to work). I have tried collections. I tried the region data sharing pipeline that was created by one of the Oracle developers. It worked, however, it took too much to process and ended up on our daily report of codes utilizing too much processing power.
My ask: how do I simply pull objectids from my interactive grid? The column name is OBJECTID and the grid name is GRID.
I can handle the dynamic action that will kick off the pull. I just cannot figure out how to retrieve the objectids to begin with.
Any help you can provide would be greatly appreciated.
Thanks,
Greg