ch-fjeld
4th July 2022, 09:16
When creating a business partner (including address) with the CustomerPartyMaster BOD, the following is returned:
<ResponseCriteria>
<ResponseExpression actionCode="Rejected"/>
<ChangeStatus>
<ReasonCode>-12</ReasonCode>
<Reason languageID="en-US">Series XX blocked for input.</Reason>
</ChangeStatus>
</ResponseCriteria>
<ResponseCriteria>
<ResponseExpression actionCode="Rejected"/>
<ChangeStatus>
<ReasonCode>ttstps0039</ReasonCode>
<Reason languageID="en-US">The Address Code field has an invalid value in Addresses.</Reason>
</ChangeStatus>
</ResponseCriteria>
So the address series defaults to XX, but we would like to set the series based on the customer's location. Is this possible?
Thanks.
<ResponseCriteria>
<ResponseExpression actionCode="Rejected"/>
<ChangeStatus>
<ReasonCode>-12</ReasonCode>
<Reason languageID="en-US">Series XX blocked for input.</Reason>
</ChangeStatus>
</ResponseCriteria>
<ResponseCriteria>
<ResponseExpression actionCode="Rejected"/>
<ChangeStatus>
<ReasonCode>ttstps0039</ReasonCode>
<Reason languageID="en-US">The Address Code field has an invalid value in Addresses.</Reason>
</ChangeStatus>
</ResponseCriteria>
So the address series defaults to XX, but we would like to set the series based on the customer's location. Is this possible?
Thanks.