We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
You can create an onLoad catalog client script to hide the columns. Please note it only works on the portal not on RITM. Make sure, Isolate Script is false as we're accessing DOM objectsfunction onLoad() {
var COLUMN_TEXTS = ['Column1', 'Column2'...
You can create an onLoad catalog client script to hide the columns. Please note it only works on the portal not on RITM. function onLoad() {
var COLUMN_TEXTS = ['Column1', 'Column2', 'Column3']; // add column names here
// Wait until the MRV...