Whenever I rebuild the web map that feeds into the app, the filters, bookmarks and table references all break and need to be rebuilt. Currently I am rebuilding the filters, bookmarks and tables references manually. Large, medium and small builds have independent widget controllers, so each filter and bookmark need to be set 3 times, and the repetition is numbing.
Is there a way to programmatically build filters, bookmarks and table references using a script? I have the developer edition running on my machine, and I am not afraid of JavaScript, but I do not know where to start here.
Thank you!