Andrea Hargate
03/14/2025, 2:04 PMCeligo AI
03/14/2025, 2:04 PMAI generated answer (using internal Slack threads):Based on the conversations, it seems that the Amount Remaining field for credit memos in NetSuite is showing as a positive value in saved searches, which is causing some confusion. To change the Amount Remaining field to a negative for credits, you can use a custom formula in your saved search. Here are a couple of methods that were suggested: 1. Use a custom currency formula to subtract out the credits twice to turn them negative. The formula would look something like this:
{amountremaining} - NVL({creditamount}, 0) - NVL({creditamount},0){amountremaining} * CASE WHEN {amount} > 0 THEN 1 ELSE -1 ENDCeligo AI
03/14/2025, 2:04 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827935278
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.826747298
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.824829698
Celigo AI
03/14/2025, 2:04 PM