Using the ExtData component: Difference between revisions
Line 66: | Line 66: | ||
=== Derived Exports === | === Derived Exports === | ||
The user can also specify derived exports. The user specifies an import to satisfy, a refresh template | The user can also specify derived exports. The user specifies an import to satisfy, an expression, and a refresh template. When the import is updated it is updated with the result of the expression. The expression is evaluated user the MAPL parser component and can involve any fields in the primary export section. Although it is currently not checked, the refresh template on the derived export should be the same as the primary exports in the expression. Also, the primary exports in the expression need not actually be needed to fulfill an import but can still be used in a derived expression. |