Thanks so much for getting back to me and sending me that example. It works now.
Here is my working code:
Code:
setPickListFilterCriteriaFunction(formItemFunctionContext ->
new AdvancedCriteria(OperatorId.AND, new Criterion[] {
new Criterion(CONSTANT CRITERIA NAME, OperatorId.EQUALS, VALUE),
new Criterion(UNUSED NAME, OperatorId.NOT_EQUAL, new Date().toString()) }));
Leave a comment: