March 2020
Intermediate to advanced
534 pages
14h 15m
English
This recipe is closely linked to the next two recipes, and some explanation is required as to how we know which tables to modify. To keep this information in one place, this explanation is in the There's more... section of the How to customize a document layout without an over-layer recipe.
When an extension is created, an artifact is created that contains the changes to the element being extended. This is true of all extensions. There is no copying from layer to layer; it is a reference and a list of changes.
The actual source of the table extension is shown in the following piece of code:
<?xml version="1.0" encoding="utf-8"?><AxTableExtension xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Name>SalesConfirmHeaderTmp.ConVMSSalesReports</Name> ...
Read now
Unlock full access