Corey Schwoebel
09/16/2025, 8:31 PMCeligo AI
09/16/2025, 8:31 PMAI generated answer (using internal Slack threads):Based on the conversations, it appears that there isn't a direct flag on transaction records to indicate if it was created from a memorized transaction. However, there are a couple of ways you can infer this information: 1. You can create a saved search with criteria of 'Created From' fields and set 'Memorized' to True. This might help you identify transactions that were created from a memorized transaction. 2. If you are comfortable with SuiteQL, there's a "memdoc" field on the Transaction table. This field holds the ID of the memorized transaction (which are stored in the "MemDoc" table). If this field is populated, it indicates that the transaction was created from a memorized transaction. Please note that SuiteQL is read-only and cannot be used to update a line item description or any other fields. Also, it's important to note that according to the NetSuite SuiteScript Records Guide, memorized transaction templates and definitions must be created in the NetSuite user interface. Existing memorized transaction definitions can be called using SuiteScript, but they cannot be created via SuiteScript. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
09/16/2025, 8:31 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.845031798
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838928282
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.836975098
Celigo AI
09/16/2025, 8:31 PM