Solution of : Failed to Add/Update customer for Walmart Order# xxxx. Failed to create, update/transform record because The field lastname contained more than the maximum number ( 32 ) of characters allowed.
HI guys.
If you ever had the following Issue "Failed to Add/Update customer for Walmart Order# xxx. Failed to create, update/transform record because The field lastname contained more than the maximum number ( 32 ) of characters allowed".
To Fix this issue you have Two ways:
- Request that the client shorten the customer's last name to 32 characters or less.
- Utilize an automated method to truncate the last name to 32 characters by creating a handlebar and applying it to the last name field for customers: {{substring name 0 32}}.
0
Please sign in to leave a comment.
Comments
0 comments