Hello all, i have a really little experience with espo and i need some advice to perform the subject's task for a study case.
I have two entities: "contact" and "assets" and i need to link this all together taking as primary key the "Job Card ID number" (JCN).
In the contact entity i have only:
- Name, Surname, Job Card Number (JCN)
In the asset entity i have:
- JCN, Asset name, comments
I have try to set a many-to-many relationship but i don't understand how it works and if i need it for my study case.
The JCN is an alphanumeric field and it's the key to link the two table that i have (photos in the attachment).
In my scenario i need to be able to import the .csv that contains the contacs and the assets and i need that Espo automatically match the JCN: with this solution i can open the contacts and click on the JCN code and i will see the related asset entity.
Thank you very much and sorry for my english.
I have two entities: "contact" and "assets" and i need to link this all together taking as primary key the "Job Card ID number" (JCN).
In the contact entity i have only:
- Name, Surname, Job Card Number (JCN)
In the asset entity i have:
- JCN, Asset name, comments
I have try to set a many-to-many relationship but i don't understand how it works and if i need it for my study case.
The JCN is an alphanumeric field and it's the key to link the two table that i have (photos in the attachment).
In my scenario i need to be able to import the .csv that contains the contacs and the assets and i need that Espo automatically match the JCN: with this solution i can open the contacts and click on the JCN code and i will see the related asset entity.
Thank you very much and sorry for my english.
Comment