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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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