Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
NSC | FAM > Resolving Error During Asset Disposal: Currency field
Scenario:
The Fixed Asset in USD is being disposed of, but the associated customer record is set to EUR. When attempting to dispose of the asset, the system will trigger the INVALID_FLD_VALUE error because the currency values do not match. The specific error received was:
INVALID_FLD_VALUE: You have entered an Invalid Field Value XX for the following field: currency
In this case, the user should either update the Customer Record's currency to USD or adjust the Fixed Asset's currency to EUR, depending on the desired transaction parameters.
Solution:
To resolve the issue, the user must ensure that the currency of the Customer Record matches the currency of the Fixed Asset. Once these two values align, the user will be able to continue with the disposal process without encountering the error.