Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActivityParty entities are not created and assigned to Activity #84

Open
catalin-ilie opened this issue Oct 14, 2019 · 4 comments
Open

Comments

@catalin-ilie
Copy link

Describe the bug
If i create an Activity entity (i.e. PhoneCall with From and To), ActivityParty related entities are not created, properties are null at retrieve

@magesoe
Copy link
Collaborator

magesoe commented Oct 14, 2019

That is correct, it is also mentioned in #83

@misoeli
Copy link
Member

misoeli commented Jun 11, 2021

As mentioned, duplicate of #83. Closing here

@misoeli misoeli closed this as completed Jun 11, 2021
@krihvi
Copy link

krihvi commented Aug 11, 2021

Note that this is slightly different. #83 was focused on AcitvityPointer, ActivityParty, which is another activity related entity Mockup dosen't support currently. I recommend you either expand scope of #83 or reopen this ticket.

@krihvi
Copy link

krihvi commented Aug 11, 2021

In CRM when an activity is created with values in any of the standard ActivityParty fields, it create a number of ActivityParty Records to store the information. Much of this information is only stored on the activityParties and not on the entity, as MockUp believes.
This seems to be MS Using some front end code to lookup in the activity party table and make it look like a MultiLookup field.

Mockup Should parse the 11 fields on activities and create the relevant ActivityParty:

Sender | 1 | Specifies the sender.
ToRecipient | 2 | Specified the recipient in the To field.
CCRecipient | 3 | Specifies the recipient in the Cc field.
BccRecipient | 4 | Specifies the recipient in the Bcc field.
RequiredAttendee | 5 | Specifies a required attendee.
OptionalAttendee | 6 | Specifies an optional attendee.
Organizer | 7 | Specifies the activity organizer.
Regarding | 8 | Specifies the regarding item.
Owner | 9 | Specifies the activity owner.
Resource | 10 | Specifies a resource.
Customer | 11 | Specifies a customer.

https://promx.net/en/2020/01/how-to-retrieve-an-activity-party-list-in-microsoft-dynamics-365-using-web-api/

@krihvi krihvi reopened this Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants