Can someone explain this error : Invalid custom re...
# suitetalkapi
m
Can someone explain this error : Invalid custom record type key
b
Have you looked at the error XML?
m
I am using java to communicate with NetSuite.I get back a WriteResponse object after calling update, which has a reference to the status object which has three things code, message, type.The message is what I posted above
k
Without more context it's hard to tell. Seems like you have a controlling option for what record type to update not mapped at all or crossmapped
b
I get this issue when external ids are all wonky
Go to the Web Services Usage log, find the record with the error, and look at the Response XML file. It will likely give you more information.
m
@Brian Freytag I just found out that the internal id was wrong. It was because of some caching mechanism in our app. Thanks for your help
b
np