Alexandr Terescenko
03/13/2025, 10:01 AMCeligo AI
03/13/2025, 10:02 AMAI generated answer (using internal Slack threads):To find the sales order id assigned to a wave via wave search, you can use a transaction search with the type of sales order as a criterion. You can use a formula numeric in your criteria like:
CASE WHEN {revenueelement.source} LIKE 'Sales Order%' THEN 1 ELSE 0 END
. In your result, use ID (id of your RA) and CASE WHEN {revenueelement.source} LIKE 'Sales Order%' THEN {revenueelement.source} END
to see the sales order.
However, please note that this method might not directly give you the sales order id assigned to a wave. You might need to load the sales order and use the line id to find the matching line. The line id is a search column and a sublist field.
******
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
03/13/2025, 10:02 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.821800411
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.809750676
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.809147
Celigo AI
03/13/2025, 10:02 AMCeligo AI
03/13/2025, 10:03 AMCeligo AI
03/13/2025, 10:03 AM