Re: Is there a schema of pre-set standard entities of Common Data Model?
Hi @summitb,
So far you cannot move/copy fields from standard entities to others. You will need to add the fields manually. Though you can create fields for Common Data Service for Apps using PowerApps solution explorer and use existing option set.
An option set (picklist) is a type of field that can be included in an entity. It defines a set of options. When an option set is displayed in a form it uses a drop-down list control. When displayed in Advanced Find it uses a picklist control. Sometimes option sets are called picklists by developers.
You can define an option set to use a set of options defined within itself (locally) or it can use a set of options defined elsewhere (globally) which can be used by other option set fields.
Global option sets are useful when you have a standard set of categories that can apply to more than one field. Maintaining two separate option sets with the same values is difficult and if they are not synchronized you can see errors, especially if you are mapping entity fields in a one-to-many entity relationship.
For more information, please refer to:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/create-edit-global-option-sets
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/create-edit-field-solution-explorer
Regards,
Mona