Dynamics 365 for Finance and Operations, Technical (D365FO)

D365: Add field to New released product dialog form and persist to table

This post demonstrates how to persist a custom field added to the New released product dialog form to the table in X++ in Dynamics 365 for Finance and Operations. The solution extends the EcoResProductCreate form and uses chain-of-command to add the new fields to the data2Controls container. The code provided illustrates this extension.