This topic contains 3 replies, has 0 voices, and was last updated by seanlin816 9 years, 1 month ago.

  • Author
    Posts
  • #6952

    seanlin816

    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.

    sean.lin@concentrus.com

    **********

    1005164

    1919

    1919


    This is a cached copy. Click here to see the original post.

  • #6953

    Daniel Giguere

    Hi,

    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.

  • #6954

    nrao

    Originally 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.

    sean.lin@concentrus.com

    **********

    1005164

    1919

    1919

    Hi Sean,

    Daniel is correct please try using ‘scriptId’ instead of ‘internalid’

    Thanks,

    Nikhil

  • #6955

    seanlin816

    Thank you!! Problem resolved.

You must be logged in to reply to this topic.