MS Dynamics CRM 2015 назначает задачи не пользователям CRM

980
asneineh

Можно ли назначить задачу Dynamics CRM из перспективы тому, кто не имеет лицензии CRM и следит за ходом работы над CRM в Интернете.

3

2 ответа на вопрос

1
James Wood

You have a couple of options here.

  1. Represent each non-CRM user as a contact record. Then add a new contact field to the task which CRM users can populate with the non-CRM contact. Only problem is that you can't use the assign and security model functionality but it doesn't sound like you need it. Also it means the 'my task' view for a CRM use will show the tasks being worked on by a non-CRM contact.

  2. Represent each non-CRM user as a team. Give each team a security role. Then you use assign. Also when you assign then the record will disappear from the 'my task' view of the user.

  3. Create a non-interactive user, but you are stuck with a limit of 5 for CRM Online.

User and team entities

Non-interactive users are often used when writing service-to-service code because they do not use up a license. Microsoft Dynamics CRM Online allows for five free non-interactive users.

  1. Not sure about this last one. You could try creating the user, giving them a security role, but not a license, e.g. so the user record is disabled. Then apparently you can assign them records still.

Assigning Records to Inactive Users in Dynamics CRM

So long as the inactive user still maintains a security role, even though it is inactive, you can programmatically or via the UI assign records to that inactive user. This means that you can maintain the historical data of who owns a particular record even though they may no longer be with the company, and save yourself some extraneous licenses as well.

1
Chad Rexin

Другой вариант, который вы могли бы сделать, дополнил бы то, что Джеймс упомянул в отношении представления не-CRM пользователей в качестве контактных записей, а затем установил решение для независимых поставщиков ПО, такое как Peak Portals, http://www.peakengagement.com/peak-portals/, это позволило бы этим пользователям, не являющимся CRM, войти в систему через портал веб-сайта и просмотреть записи, связанные с контактом CRM.

Похожие вопросы