Azi, I’m not familiar with the posting period fiel...
# suitescript
a
Azi, I’m not familiar with the posting period field specifically, but you might be able to do this with a
formulanumeric
field. The formula could be something like
CASE WHEN {postingperiod} = ANY('period1','period3','period7') THEN 1 ELSE 0 END
, and then have it only return results where this
equals 1