プロフィール
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
-
TIP: iterate the columns of a Saved Search
Yes, you can. You can iterate over the columns and use column’s label property to access to the column label. For example: function getColumnsObject(searchResult) { var colObj = {}; if (!isEmpty(sear…1