function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Patricia Boyce 6Patricia Boyce 6 

Setting up Lightning Connect. Getting error message when I click "Set Customer IDs" What have I skipped?

I'm just getting the installation done. Appears to have installed. When I click on "Set Customer IDs" I get an error message"
System.DmlException: Update failed. First exception on row 0 with id 0011a000002pnXsAAI; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Account Number is not numeric: [AccountNumber]

I must have skipped something, but don't know what. 
Best Answer chosen by Patricia Boyce 6
@Karanraj@Karanraj
You have set an validation rule on Account number field on Account object that needs to be deactivate.
Deactivate the validation rule and then try it

All Answers

@Karanraj@Karanraj
You have set an validation rule on Account number field on Account object that needs to be deactivate.
Deactivate the validation rule and then try it
This was selected as the best answer
Patricia Boyce 6Patricia Boyce 6
That was it! Thank you so much. Seems simple compared to all the foraging around I did to figure it out! Thank you for responding!