Posts

How to add custom fields into Forms and Data entities in Microsoft Dynamics 365 Finance and Operations without coding

Image
Hello People, Welcome to my Blog Today we are going to see how to add a custom field to Microsoft Dynamics 365 Finance and Operations without using visual studio or coding. Also, we will see how to add these field to a Data Entity and use it to import/export data. However, there are some cautions to this method -There is a limit on how many fields can be added to a table (20 custom fields per table) -These fields can be added to mostly all the tables but not all the tables -These fields cannot be used to create a business logic. These fields are used just to store data. For this example, we are going to add a custom field called "Secondary Name" to the All Vendors form Open All Vendors Form and right-click on any section > Personalize > Add a field Click on Create a new field and then select the desired conditions Select the field and update the form Here you can see that the field has been added but we are not able to edit the field Refresh the page and add the field t...