Trying to script an invoice group. I can do it in ...
# suitescript
j
Trying to script an invoice group. I can do it in UI with the 2 invoices I'm trying but this code yields an error... Any thoughts are appreciated.
Copy code
{
   "response": {},
   notifications: [
      {
         title: "FAILURE",
         message: "Unexpected Error",
         severity: {
            label: "ERROR",
            value: 3
         }
      }
   ]
}