dennysutanto
02/28/2025, 2:42 AMCeligo AI
02/28/2025, 2:42 AMAI generated answer (using internal Slack threads):To get the orderline from an item fulfillment in a saved search or SuiteQL, you can use the
Applied To Transaction
join or the transactionlines.previouslinks.previousline
field.
In the UI of the analytics, starting at item fulfillment, you can get data from the related sales order line with '`Related Transactions Lines - Previous: Transaction' -> Transaction Line: ____`.
When building this via code and N/query
, you would use transactionlines.previouslinks.previousline
.
In searches, you can get the line id of the linked sales order line using Applied to Transaction fields... Line ID
, and on the actual item fulfillment record object, this field is called orderline
.
******
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
02/28/2025, 2:43 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.834195554
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.832941055
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.82224679
Celigo AI
02/28/2025, 2:43 AM