How to migrate message query searches in HealthShare
We spend a lot of time creating message searches and would like to be able to migrate then from dev to QA and Live.
Does anyone know how to do this?
Thanks
Mike
Discussion (2)1
Comments
It looks like ##class(EnsPortal.Template.filteredViewer).DoSearchSave is just saving them to the EnsPortal.MsgFilter.SavedSearch.cls table, which puts them in the ^EnsPortal.SavedSearchD global.
This is awesome! Is there a corresponding .DoSearchLoad?