https://netsuiteprofessionals.com logo
r

reptar

04/01/2022, 8:17 PM
I’m working on a SuiteLet and TRANSACTION is not a member of record.Type?!?
s

Sandii

04/01/2022, 9:04 PM
No, transaction is not a type of record... SalesOrder, PurchaseOrder, etc are
r

reptar

04/01/2022, 9:05 PM
I’m looking at record.Type in the NSAPI.pdf doc.
TRANSACTION is there.
I see it’s not in the Help Center.
e

ec

04/04/2022, 3:00 AM
search.Type or record.Type?
r

reptar

04/04/2022, 11:50 AM
record.Type
s

Sandii

04/04/2022, 4:11 PM
if you see it on an example, it's a bad example and wrong.
Transaction
is not a type of record
r

reptar

04/04/2022, 6:35 PM
message has been deleted
message has been deleted
I’m also getting the record type CustInvc is invalid, which I’m getting from a saved search on Transaction, column type.
b

battk

04/04/2022, 7:02 PM
the type column from a search is unrelated to the record type
in your case, the record type of an invoice is the string :
"invoice"
👍 1