December 2019
Beginner to intermediate
770 pages
16h 14m
English
In the previous sections, we developed our extension and deployed it.
Imagine now that you've deployed this extension to a customer tenant and now the customer asks you for some customization:
To create a customization for your customer, you should never directly modify your standard extension code, but instead, you should create a new extension that will be dependent on your base extension.
To do this, we create a new extension project in Visual Studio Code called PacktDemoDependencyExtension. This new extension must be dependent on our ...
Read now
Unlock full access