Microsoft Dynamics 365 & PowerApps Developer - Creating Publisher and Solution in Microsoft Dynamics 365?
How to Create Publisher and Solution in Microsoft Dynamics 365:
A CRM solution is nothing but a set of customizations that you can import and export. We customize the components within a Custom solution.
For creating any entity any attribute is strongly recommended that we need to create a custom solution and do your customization within the solution.
Before creating a new solution we need to create a Publisher, so Publisher is nothing but a record for a profile of a company means the publisher is nothing like a company that is responsible to customize the solution so Publisher means the company profile.
➤ Go to Settings ➔ Customizations ➔ Publisher
➤ Display Name ➔ Company Name (for now we are adding a company with the name ABC Company)
➤Prefex ➔ is used for all custom attributes, custom fields, and relationship names. for example, if we are creating an entity then the name of the entity will be abc_entityname. Prefix name is very important to identify whether the entity, field, or relationship is a custom component or already exists in the system. Already components don't have not any prefixes only the custom components have the prefix.
Now we are going to create a new solution.
➤ Go to Settings ➔ Customization ➔ Solutions
➤ Click on the New button and fill the required information and click on the save and close button.
➤ we have the new custom blank solution ready for the customization of the existing entities and also the new entities.
➤ Now we are going to add new entities or existing entities so for now just adding two required existing entities.
➔ Account
➔ Contact
➤ Click on Add Existing ➔ select Entity
➤ Select Accounts and Contact
➤ Click on next and make sure you have checked the Add All Assets checkbox and then click on the Finish button.
➤ Select No, do not include required components, and click the OK button.
Comments
Post a Comment