Has anyone encountered script generated invoices n...
# suitescript
e
Has anyone encountered script generated invoices not having a tranid generated? I have a M/R that creates invoices, and quite a few (about 25%) don't have a tranid generated. Buffer and concurrency is set to 1.
b
might want to check that something isnt setting the tranid
e
yeah, they're all blank
b
trying to set the tranid to an existing value makes netsuite blank it
e
That should show up in the system notes, right?
b
no
if you create a transaction with the same tranid as an existing transaction, the transaction will have no tranid
e
I updated code from a SS1 scheduled to a M/R and that's when it happened. Running in parallel I guess?
b
check for code that is setting the tranid
e
there isn't any, nor workflows
tranid
shows up once on a different record type
b
then its not what i said about tranid being set to a duplicate value
e
unless NS is returning the same tranid when being asked for it
(on the save)