``` sublistChanged(){ if(globalVar){ // ...
# suitescript
j
Copy code
sublistChanged(){
   if(globalVar){
       // do your stuff
       globalVar = false;
       commitLine();
   }else{
    globalVar = true;
}