Hello
I'm new on EspoCRM - but with more than 25 years of expertise in CRM and Databases (FireBird and others).
I am doing to change a (long living) CRM-system to EspoCRM.
I build 2 new entites - FIRMEN (like your accout) also with typ account and PERSONEN (like your contacts) also with type contacts.
FIRMEN (companies) has a integer-ID-field FIRMENID, and PERSONEN (employees) has a (to be linked) integer-ID-field FIRMEN_ID. This meens, that all employees in the PERSONEN-entity with the same integer in its FIRMEN_ID-field belonged to the company with the same ID in its FIRMENID-field.
I imported some records to this new entities.
How can I make this relationship?
How can I show a list of employees in the FIRMEN-panel?
Would it be wise to change the relationship (later) to the EspoCRM-standard (by SQL-updating the table-fields ID) ?
Thanks for help
Christoph Theuring
I'm new on EspoCRM - but with more than 25 years of expertise in CRM and Databases (FireBird and others).
I am doing to change a (long living) CRM-system to EspoCRM.
I build 2 new entites - FIRMEN (like your accout) also with typ account and PERSONEN (like your contacts) also with type contacts.
FIRMEN (companies) has a integer-ID-field FIRMENID, and PERSONEN (employees) has a (to be linked) integer-ID-field FIRMEN_ID. This meens, that all employees in the PERSONEN-entity with the same integer in its FIRMEN_ID-field belonged to the company with the same ID in its FIRMENID-field.
I imported some records to this new entities.
How can I make this relationship?
How can I show a list of employees in the FIRMEN-panel?
Would it be wise to change the relationship (later) to the EspoCRM-standard (by SQL-updating the table-fields ID) ?
Thanks for help
Christoph Theuring
Comment