I needed to find a mechanism to limit a search to ...
# suitescript
s
I needed to find a mechanism to limit a search to no more than 3 months. How do I do?
s
Build the search in the UI, whatever mechanisms you use there to filter the results, do the same in code. Or just export the search to code with chrome search export tool.
👍 1
s
Thanks @Sandii 😄