Skip to content

Same name of a client is not allowed #830

Answered by adarshmadrecha
vatsalbhatia asked this question in QA
Discussion options

You must be logged in to vote

The primary key in Client is combination of following fields.

  • First Name
  • Last Name
  • Business Name

If all the fields are exactly same, you will get error "Duplicate Error".

Reason behind this behaviour.

  1. A simple (Not perfect but effective) duplicity check for Client Master creation
  2. When user has to select a client in a selection field, he should be able to uniquely identify the client from these fields.

Practically this is not an hinderance because, we need a way to uniquely identify the client. Thus we would add some sort of uniqueness to the client name.
Examples to add uniqueness:

  1. Location of the Client
  2. Business name / Shop name of the Client
  3. Reference of the client
  4. Family Name of t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adarshmadrecha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
QA
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #374 on December 04, 2021 05:38.