Answered
smart filter
I would like to find a way to see if I am
present in an advanced smart filter object
If smart filters are present, everything is ok
if they are not present, a warning is issued.

I would like to find a way to see if I am
present in an advanced smart filter object
If smart filters are present, everything is ok
if they are not present, a warning is issued.

Unfortunately it's not what I'm looking for
true and false is not the solution for me
I would prefer this solution more
alert ("smart filter ok");
alert ("smart filter ko");
Are you serious? Can't you just create if / else statement yourself?
alert('SMART FILTER: ' + (executeActionGet(ref).getObjectValue(sTT('smartObject')).hasKey(sTT('filterFX')) ? 'ON' : 'OFF'))
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.