Boris Yasen
10/30/2024, 3:06 PMCeligo AI
10/30/2024, 3:07 PMAI generated answer (using internal Slack threads):To get all transactions created from internal id 100, you can use the following SuiteQL query:
sql
SELECT *
FROM Transaction
WHERE CreatedFrom = 100
This query will return all fields from the Transaction table where the CreatedFrom
field equals 100. The CreatedFrom
field in the Transaction table refers to the internal id of the transaction that this transaction was created from.
Please note that you need to have the necessary permissions to run SuiteQL queries and access the Transaction table in your NetSuite account.
******
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
10/30/2024, 3:07 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.800943613
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.797755182
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.793816268
Celigo AI
10/30/2024, 3:07 PM