Views:

Applies to Product - Microsoft Dataverse
 

What’s happening?
Cannot find email template in target record type when creating a lookup field. The inquiry is about whether it is possible to enable the entity to show in the list.
 

Reason:
By design.
 

Resolution:

  • The property CanBeRelatedEntityInRelationship for entity metadata specifies whether a lookup attribute can be added to an entity to establish a custom entity relationship.
  • This property is set to false for the Template entity, which means it cannot be related to other entities.
For further details, refer to the official documentation on entity metadata: Entity Metadata Documentation.