aleksey

Зарегистрирован: 14.02.2007 Сообщения: 2
|
Добавлено: Ср Фев 14, 2007 3:17 pm |
|
|
Помогите разобраться с интеграцией.
Я отправляю поля следующим образом
Код: | $message .= " <platformCore:customField xsi:type='platformCore:StringCustomFieldRef' internalId='custentityprospectqs'>
<platformCore:value>
" . $custentityprospectqs . "
</platformCore:value>
</platformCore:customField> |
Система мне сообщает об ошибке:
Код: | <?xml version="1.0" encoding="ISO-8859-1"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header><documentInfo xmlns="urn:messages_2_0.platform.webservices.netsuite.com"><nsId>WEBSERVICES_398265_0214200710752558961597729669_d79b2f45f658</nsId></documentInfo></soapenv:Header><soapenv:Body><addResponse xmlns="urn:messages_2_0.platform.webservices.netsuite.com"><writeResponse xmlns="urn:messages_2_0.platform.webservices.netsuite.com"><ns1:status isSuccess="false" xmlns:ns1="urn:core_2_0.platform.webservices.netsuite.com"><ns1:statusDetail type="ERROR"><ns1:code>INSUFFICIENT_PERMISSION</ns1:code><ns1:message>You do not have permissions to set a value for element custentityprospectqs due to one of the following reasons: 1) The field is read-only; 2) An associated feature is disabled; 3) The field is available either when a record is created or updated, but not in both cases.</ns1:message></ns1:statusDetail></ns1:status></writeResponse></addResponse></soapenv:Body></soapenv:Envelope> | [/code] |
|