thanks, this is working as expected with this code and no pickerIconClick or pickListCriteria.
Code:
getPickListFilterCriteria: function() {
return {
_constructor: "AdvancedCriteria",
operator: "and",
criteria: [{
fieldName: "itemName",
operator: "lessThan",
value: "H"
},
{
fieldName: "itemName",
operator: "notEqual",
value: new Date().toJSON()
}
]
}
},
Best regards
Blama
Leave a comment: