9
  • Customer name is getting duplicated. System allowing to create new customer with same customer name. So, need to prevent the customer duplicate records.
  • If the records are edited and the name field is changed, even if the name already exists or used, the system will allow it.
  • This also applies if the records are imported using data entity.
  • Can we add a validation process like the one used with the account name to notify the user that the record name already exists to prevent future duplications due to human error while entering the records.
STATUS DETAILS
New