Hi,
I am working on a project to replace a 10year old GIS Web application my company currently uses. We are going to be using ArcGIS Builder for the new product. My question is around the correct software pattern for use case below
The current application has 2 pages which show a list of items and allow you to ADD/UPDATE/DELETE items. These are basic objects with elements like Name, Title, address, etc. Bottom of the page has a standard js grid with links to delete/update.
The Question: What is the correct or preferred pattern for including something like this? Do we have an external website then embed our ArcGIS widgets/components? Or is there a way to develop standard web forms like the one above in ArcGID Builder/Developer itself so it can all be contained on the ArcGIS Server and have no need for an additional external website?