How do I create an entity field of Guid value type?

It is of course possible to create a field on an entity that holds a reference to another entity by using the entity field data type “Lookup”. The field will then contain an EntityReference consiting of the referenced entity’s logical name and it’s id in Guid format. But what if you want to store a […]

Read More