Extension Fields Not Visible in Page in D365 WebClient- Solved

Extension Fields Not Visible in Page in D365:

Step 01:

  • When published an extension to Dynamics 365 Business Central using Visual Code which reported a successful installation. But When open page in which field is added through extension not shown. Then you must check that in VS “Field ApplicationArea property” is set or not.

Step 02:

  • Taking an example. I have created new field “SOImportantce” in Sales Header and then added this field in Sales Order page through new extension. As shown in Fig.
soimportance field in d365

Step 03:

  • After publish extension successfully but when open D365 BC web client and open sales order page, system will not show the added field. As Shown in Fig.
SOImportance field not shown in d365

Step 04:

  • After Adding highlighted Property “ApplicationArea = All” and publish the extension.
application all extension added in d365

Step 05:

  • Open d365 BC Web client as shown and field will be shown.
so importance field now shown

Main Features of Dynamics 365 Business Central
Major Functional Updates in Dynamics 365 BC
Page Extension Object– Microsoft Docs

Leave a Reply