isRolloverLead

PHOTO EMBED

Tue Oct 26 2021 13:40:25 GMT+0000 (Coordinated Universal Time)

Saved by @Amoro

if (doc['shouldHaveSoldToTierNames.keyword'].size() > 0 && doc['tierName.keyword'].size() > 0) {
if (doc['shouldHaveSoldToTierNames.keyword'].value == (doc['tierName.keyword'].value)){
     return false 
}
         return true 
    
}

return true
content_copyCOPY