Is it possible to import and export teams for a particular record?
Announcement
Collapse
No announcement yet.
Export/Import Teams
Collapse
X
-
The "Team" ("teamsIds" or "teamsNames") option does not shows up in the field list in the step 2 of the import steps.
Here is a sample record:
name,teamsIds
TEAM 1,["5d850d268bd198382"]
TEAM 2,["5d850d36874c58eda"]
TEAM 3,["5d850d411902d3c44"]
step 1, select your file, choose "update only", change needed options and when the table is pretty enough click next;
step 2, choose the fields you want to update, and the fields you want to ignore, click next; <- (team option not available);
Comment
-
To be able to import the teamNames and teamIds fields into the 'teams' field you should have this data in your csv file. If you have made export by using "export all fields" function, your file doesn't have these parameters.
Make a test. Create a new csv export file with the 'Teams' field. After, try to import it. On the step 2 of the import you will see the "teamsIds" and "teamsNames" fields.
Comment
-
Hello All,
Any news concerning the ability to import Teams ?
Indeed, I must import more 500 teams ?
Thanks for your answer.
Comment
-
If you have an access to the EspoCRM file system then you can try:
1. Create the file /custom/Espo/Custom/Resources/metadata/scopes/Team.json with the code
Code:{"importable": true}
3. Refresh a web page and check whether you can select the Team entity for Import.
Comment
-
I had already tried but it does not seem to work. The team object does not appear in the interface after this change. I tried to work around the problem by renaming the acount entity as a group but it is not suitable for the permissions on the contacts.
Comment
Comment