Skip to content

ActivityParties property naming trouble #166

Closed
@MaximTarasevich

Description

@MaximTarasevich

I have custom activity entity tisa_webrequest with LogicalName = "tisa_webrequest" and schemaName = "tisa_WebRequest".
This entity has a one-to-many relation with SchemaName = "tisa_WebRequest_activity_parties" and ReferencedEntityNavigationPropertyName = "tisa_WebRequest_activity_parties".
In method ToExpandoObject you add activityparties like:
if (partiesCollection?.Count > 0) { expandoObject.Add($"{sourceEntity.LogicalName}_activity_parties", partiesCollection); }
Therefore I get an error, because the property is dispatched with the name - "tisa_webrequst_activity_parties", but need to send with - "tisa_WebRequest_activity_parties". I don't have a apportunity to change relation name

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions