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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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