Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Can’t set customer parent if currency is different
I believe I might have found a bug.
Using web services, if you update the parent field on a customer record and the parent has a different currency than the child then the update will fail with the error code INVALID_KEY_OR_REF.
If you do this through the UI, it will work.
You can reproduce this error by following these steps:
1. Create a customer record, call it “A”, and set the currency to USD.
2. Create a customer record, call it “B”, and set the currency to GBP.
3. Using web services send a request (update or updateList) and try to set the parent field of B to A.
0