Hello,
i tried this formula at entity 'case':
The formula seems to work, for a split of a second i can see the team in the side panel, but after save is finished the team entry is gone.
Where my mistake?
Sincerly
i tried this formula at entity 'case':
PHP Code:
ifThen(
entity\isNew() && type == 'Return delivery',
entity\addLinkMultipleId('teams', 'Retoure');
);
Where my mistake?
Sincerly
Comment