I want to build a custom tool to help me quickly search and visualize layers from my geodatabase in a web map. I know I can use Arcmap or Arcgis Pro to search and visualize these layers, but I really think it's too slow to open those tools just to search and check a layer, without editing. Also, the search tool in those softwares don't work the way I would expect.
I'm wondering if there is a way to combine arcgis javascript API and SDE.ST_ASTEXT() database function to show features stored in my geodatabase in a web map.
Does arcgis javascript API recognize the return of SDE.ST_ASTEXT()? Can anyone point me in the right direction to solve this?