Brian Rosfelde1
Giga Expert

You could try adding an if statement around your block of code along the lines of: 

if(current != <catalog_sys_id>){

//your code block here

The <catalog_sys_id> would be the sys_id for the catalog item you want to disable this code for. 

 

View solution in original post