Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Generator/DataverseService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ private static Record MakeRecord(

return new DTO.Relationship(
x.IsCustomRelationship ?? false,
label,
label ?? x.SchemaName, // Fallback to schema name if no localized label is available, this is relevant for some Default/System Many to Many relationships.
logicalToSchema[!useEntity1 ? x.Entity1LogicalName : x.Entity2LogicalName].Name,
"-",
x.SchemaName,
Expand Down
Loading