You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a One-to-One entity that has the following representation: {Id;Cost;Collaborator;CollaboratorId}
The Id is obviously the foreign key and the Collaborator is the foreign entity. When adding or editing the entity, I'd like to show the Collaborator.Name rather than the Collaborator.Id. Is it possible?
The text was updated successfully, but these errors were encountered:
Hello,
I have a One-to-One entity that has the following representation:
{Id;Cost;Collaborator;CollaboratorId}
The Id is obviously the foreign key and the
Collaborator
is the foreign entity. When adding or editing the entity, I'd like to show the Collaborator.Name rather than the Collaborator.Id. Is it possible?The text was updated successfully, but these errors were encountered: