Hi, in the user interface, RetA and Credit memo va...
# suitescript
l
Hi, in the user interface, RetA and Credit memo values show in positive yet when added to saved searched they show in negative. We have added a few custom fields (decimal) on transaction and those do not follow the rule. They display positive on the user interface and they also display positive in saved searches. Is there anyway to copy-cat the native field feature (probably essentially storing the value in negative but ticking the displayed value in user interface to show positive)? 😕🤯
e
Any reason you’d need to store those fields on transactions? If not, you could use formula (numeric) for search results and set it to {customfield}*-1
l
That's indeed plan B...