R12 Publication-2025July16
Use Signature Variables in ADT
The signature variables can only be used in the base table of ADT and when the method to build base table is Pre-replicated Intent Template.
- The signature variable defined by table columns is displayed in the format of signaturevariablename - columnvariablename. And for these defined by single variables, directly display the signature variable name.
- According to the number of table columns or variables used in ADT, you need to dynamically adjust the number of the ADT rows with the following rules:
- When there are multiple table columns, a table in the format “M*N” will be automatically generated according to the variable values. And the replicated device and replicated intents are public.
- If the selected signature variables come from the same table, the ADT row will be generated according to the mapping relationship in the table defined in the signature variable, and the M*N operation will no longer be performed.
- The calculated ADT data needs to be deduplicated: After performing M*N calculations on multiple table columns, duplicate data needs to be removed, and then combined with replicated devices and replicated intents to generate ADT row data.