If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I want to disable multiple selection of roles from user details page.i am talking about the default team.. . Is it possible to do the same things in roles selection part.
You can also prohibit Edit action for the field Teams
Also set in formula ifThen(entity\isNew() && !teamsIds, teamsIds=list(assignedUser.defaultTeamId));
If you are seeking for a way of adjusting a CRM to your company’s needs, then this information about the functions of Entity Manager will be of vital importance for you.
Comment