I need to setup some AND statements into some events, and am now sure how to do it... I know it will have to be something custom.
Psuedo code below:
Psuedo code below:
if (appGender = '0' && appAgeAtApp < '17') {
show parent of appSelServ;
}