This topic contains 3 replies, has 0 voices, and was last updated by seanlin816 9 years, 1 month ago.
-
AuthorPosts
-
June 15, 2015 at 3:22 pm #6952
seanlin816Hi,
I am trying to upload a custom record using C# via SuiteTalk WSDL version 2015_1. I constantly got an error of CSTM_FIELD_KEY_REQD.
This error is not happening using 2012_1. I was wondering what am I missing here. Please see the request XML. Thank you.
********** 1005164 1919 1919 -
June 18, 2015 at 3:01 pm #6953
Daniel GiguereHi,
Not sure what’s attempted with the first custom field called ExternalId… externalId is not a custom field and you’re referencing it properly in the element.
For the custom field not updating, this indeed changed in 2013. scriptId should be used instead of internalId for custom fields. You may try:
Code:
<customField scriptId="custrecord_ajp_job_number" …
Hope this helps. -
August 13, 2015 at 10:56 am #6954
nraoOriginally posted by seanlin816
View Post
Hi,
I am trying to upload a custom record using C# via SuiteTalk WSDL version 2015_1. I constantly got an error of CSTM_FIELD_KEY_REQD.
This error is not happening using 2012_1. I was wondering what am I missing here. Please see the request XML. Thank you.
**********
1005164
1919
1919
Hi Sean,
Daniel is correct please try using ‘scriptId’ instead of ‘internalid’
Thanks,
Nikhil
-
September 29, 2015 at 6:18 pm #6955
seanlin816Thank you!! Problem resolved.
-
AuthorPosts
You must be logged in to reply to this topic.
