tnx, i add this formula to opportunities so if i import with user it assign also the teams:
ifThen(
entity\isAttributeChanged('assignedUserId') && assignedUserId != null,
entity\addLinkMultipleId('teams', assignedUser.teamsIds)
);
Import opportunities with team assigned
Collapse
X
-
Import opportunities with team assigned
There is any solution to import with assigned team already prefilled and selected? I see that only user can be exported also, not teams.
if not i will try to aoutpopulate from assigned user: ifThen(
!entity\isAttributeSet(this, 'teams'),
teams = assignedUser.primaryTeam
);
Tags: None

Leave a comment: