Preview:
Project Task Search || All task within SO Start and End Date

https://7315200-sb1.app.netsuite.com/app/common/search/search.nl?cu=T&e=T&id=1180

var projecttaskSearchObj = search.create({
   type: "projecttask",
   filters:
   [
      ["project","anyof","87521"], 
      "AND", 
      ["startdate","onorafter","01/01/2023"], 
      "AND", 
      ["custevent_clb_taskenddate","onorbefore","12/31/2023"]
   ],
   columns:
   [
      search.createColumn({
         name: "id",
         sort: search.Sort.ASC,
         label: "ID"
      }),
     
     
     
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter