Hi Commit,
I am not sure on this.
By email XML, I am sending in a string of 25 chars.
I am aware that the CommitCRM model field can hold 20 chars.
You write, that the value has been shortened ? - Which is OK. But it seems that the insert/update never get done caused by this.
Is there a workaround ?
<?xml version="1.0" ?>
<?commitcrmxml version="1.0" ?>
<CommitCRMResponse>
<Status>FAILURE</Status>
<AffectedRecId></AffectedRecId>
<ResultCodes>50001</ResultCodes>
<ResultMessage>Fields with illegal values:
The value in field Model has been shortened to its permitted length.</ResultMessage>
<ReturnTransactionID>XML Testing</ReturnTransactionID>
</CommitCRMResponse>
I am not sure on this.
By email XML, I am sending in a string of 25 chars.
I am aware that the CommitCRM model field can hold 20 chars.
You write, that the value has been shortened ? - Which is OK. But it seems that the insert/update never get done caused by this.
Is there a workaround ?
<?xml version="1.0" ?>
<?commitcrmxml version="1.0" ?>
<CommitCRMResponse>
<Status>FAILURE</Status>
<AffectedRecId></AffectedRecId>
<ResultCodes>50001</ResultCodes>
<ResultMessage>Fields with illegal values:
The value in field Model has been shortened to its permitted length.</ResultMessage>
<ReturnTransactionID>XML Testing</ReturnTransactionID>
</CommitCRMResponse>
Comment