May 2017
Intermediate to advanced
442 pages
11h 55m
English
This recipe is closely linked to the next two recipes, and some explanation is required as to how we knew 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.
This creates an entity that only stores 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.ConReports</Name> <FieldGroupExtensions ...
Read now
Unlock full access