I have just published an extension to Dynamics 365 Business Central using Visual Code which reported a successful installation. My startup object loads and everything seems normal. I then search for one of the new pages but it does not appear in the search. Extension Management it shows my extension as installed. I have placed the following tags on the pages:
page 50017 "Driver List"
{
PageType = List;
SourceTable = Drivers;
UsageCategory = Lists;
I am using the latest version of AL (0.15.18771) and am installing to a Sandbox version of Business Central. This same code works when publishing to my local NAV Server (using the correct version of AL). This is the first time I have published to Business Central. The only difference between the two is that I just installed the new version of AL. Any help would be appreciated. Thanks!
I have just published an extension to Dynamics 365 Business Central using Visual Code which reported a successful installation. My startup object loads and everything seems normal. I then search for one of the new pages but it does not appear in the search. Extension Management it shows my extension as installed. I have placed the following tags on the pages:
page 50017 "Driver List"
{
PageType = List;
SourceTable = Drivers;
UsageCategory = Lists;
I am using the latest version of AL (0.15.18771) and am installing to a Sandbox version of Business Central. This same code works when publishing to my local NAV Server (using the correct version of AL). This is the first time I have published to Business Central. The only difference between the two is that I just installed the new version of AL. Any help would be appreciated. Thanks!