Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Checking if a transaction is memorized
Hi
I'm new to Suitescript and am working on a script to search for a Sales order and fulfill it.
The search locates the sales order, but when I try to load the record with nlapiLoadRecord, I get:
Type: Suitelet
Function: btsalesfulfilment
Error: ATTEMPTING_TO_ACCESS_MEMORIZED_TRANSACTION_AS_A_NONMEMORIZED_TRANSACTION
Attempting to access memorized transaction as a non-memorized transaction.
*but* - as far as I can tell this transaction isn't memorized. How can one make sure that a transaction isn't memorized? I can't see any references to my test client in Transactions --> Memorized transactions.
I cannot see where I'm going wrong - any pointers will be greatly appreciated.
0