skuruvil
03/20/2025, 7:03 PMCeligo AI
03/20/2025, 7:03 PMAI generated answer (using internal Slack threads):The field name to pull into a search for Revenue Status in NetSuite is not explicitly mentioned in the provided conversations. However, there are several fields discussed that might be related to revenue status. In the first conversation, the user is trying to access the revenue arrangement internal id from a sales order. The suggested solution is to use a formula numeric criteria:
CASE WHEN {revenueelement.source} LIKE 'Sales Order%' THEN 1 ELSE 0 END
. In the results, the user can use the ID of the Revenue Arrangement (RA) and {revenueelement.source}
to see the sales order.
In the second conversation, the user is trying to retrieve the sourcerevenueplan
field from a Journal Entry sublist line. The suggested solution is to use a formula text with the internal id {sourcerevenueplan}
. If the field is exposed, it should show up in the search results.
In the third conversation, the user is trying to create a saved search showing recognized and forecasted revenue. The suggested solution is to use a customized revenue by customer report, which will show revenue as scheduled and recognized.
Please note that these fields and methods might not directly correspond to a 'Revenue Status' field, as the exact field name for Revenue Status is not mentioned in the conversations.
******
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/20/2025, 7:04 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.805742204
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.805597723
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.804745317
Celigo AI
03/20/2025, 7:04 PM