Limiting the Length of Country in Account
In order to handle the length of the Country Field (US/USA) on Account we need to implement validation rules
In this example, If the Country field length is more than ‘2’ it should through an error at the Field.
– Chandra [10/23/18]