Showing posts with label address1_line1. Show all posts
Showing posts with label address1_line1. Show all posts

Wednesday, January 13, 2010

Increasing the length of address1_line1 attribute does not work - FIX

We once happened to increase the length of the adress1_line1 attribute of account to 200. We had done this before with other attributes and it had worked just fine.

So we were surprised when even after publishing the account entity after make the above change, we still received an error.

To Fix this Error we had to instead increase the length of line1 attribute of the “customeraddress” entity and publish this entity.

Once the above change was published we did not receive any more errors related to street1 attribute on the account entity.