Closed
Description
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