- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I have a MRVS database that has some hidden vari
ables, and when I add an item to this MRVS database, these variables end up appearing in the MRVS columns. How can I hide these columns from the MRVS database?
I wrote this code, but it doesn't work:
function onLoad() {
//Type appropriate comment here, and begin script below
var mrvs = g_mrvs.getTableBySysId('92a6fa09dbdb7114afc6ad341496190a');
// if (mrvs){
// mrvs.hideColumn('valor_por_equipamento');
//}
if (!mrvs) return;
mrvs.hideColumnById('cf56aed28737f210f0a584c60cbb3593');
}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
The feature will come in Australia release: https://www.servicenow.com/docs/r/release-notes/service-catalog-rn.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
The feature will come in Australia release: https://www.servicenow.com/docs/r/release-notes/service-catalog-rn.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
If you are talking something like this - from MRVS grid , you want to hide a column, It is not supported feature.
if the variable is not required, already you made it hidden, deactivate it.
