Thanks <@U29QCJQF3> It's a search i created in the...
# suitescript
l
Thanks @michoel It's a search i created in the UI, and the export as script extension generates this
Copy code
search.createColumn({
         name: "formulanumeric",
         summary: "SUM",
         formula: "(NVL({quantity},0) * {item.custitem_direct_labor_build_time}) + {item.custitem_direct_labor_setup_time} + 1",
         label: "Build time"
      }),