This element defines a piece of code that is injected by a function extension. It must contain a single Code child element. It must contain the following required attributes: insertionPoint and priority.
Required. This attribute must contain the location where the code will be inserted. It must be one of: BeforeValidation, AfterValidation, BeforeTryCatch, AfterCatchException, BeforeMacro, AfterMacro, AfterFindInValueCache, AfterAddToValueCache.
Required. This attribute sets the priority of the generated code, compared to any other extension that generates code at the same insertion point. Extensions with lower priorities will be placed before extensions with higher priorities.
Number of occurrences |
Unlimited |
Parent elements |
|
Child elements |