Forum Discussion
cogres
6 years agoCreator III
Hi Vinay,
the method "cui_common_favoritesearch_init" (it was included in my standard Innovator 12.0 installation) contains some code using applyAsync():
iomItem.applyAsync()
.then(renderList)
.catch(function() {
return function(dataItem) {
dataItem.roots = [];
dataItem.data = new Map();
dataItem.disabled = true;
return dataItem;
};
})
.then(updateTitlebar);
Cheers,
C