how can I find sales order id assigned to wave via...
# ask-stanley-ai
a
how can I find sales order id assigned to wave via wave search?
c
AI 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. ******
Slack 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
Please provide your feedback on this answer.
Thank you for your feedback
Thank you for your feedback