The same No. for Contact Vendor Customer

RetoBRetoB Member Posts: 3
Hi

What's the easiest way to make, that created Vendors or Customers have always the same number like the contact-card.
Our customer wants that the contact, vendor and customer-card has always the same number.

thankx and have a nice weekend

rb

Comments

  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    If you make a small change in the CreateCustomer and CreateVendor in the Contact table it should work

    In this function, the cust/vend is created with "No." := ''

    If you populate this field with the contact no. field it should work.

    For our add-ons we have made this as an option on the CRM setup table, most users want this.
  • RetoBRetoB Member Posts: 3
    It works!

    Thanks

    Reto
  • DenSterDenSter Member Posts: 8,307
    Note that just because they have the same number, from a database perspective that does not mean that they are linked in any way.
Sign In or Register to comment.