MaxSubstQuality | Replacement quality |
---|---|
MaxSubstQualityEnabled | Write replacement quality |
MaxSubstValue | Replacement value |
MaxSubstValueEnabled | Write replacement value |
MaxTestEnabled | Testing the maximum allowed value of the variable |
MaxValue | Maximum allowed value of the variable |
MinSubstQuality | Replacement quality |
MinSubstQualityEnabled | Write replacement quality |
MinSubstValue | Replacement value |
MinSubstValueEnabled | Write replacement value |
MinTestEnabled | Testing the minimum allowed value of the variable |
MinValue | Minimum allowed value of the variable |
QualitySubstValue | Replacement value if the quality is bad |
QualityTestEnabled | Testing the value quality |
Var | Returns the PmVar object |
ExtWriteAction | Data extension configuration |
---|
If calling the onItemAfterWrite event is enabled, then the event is triggered for this variable always after writing or the change of the variable. For enabling this event similar remarks are valid for the onItemBeforeWrite event. Enabling the onItemAfterWrite is useful for variables that change their value not too ofter and then is it suitable to enable calling 'after the change'.
Caution: The onItemBeforeWrite event and the onItemAfterWrite event is not triggered if it isn't written into the variable directly, i.e. if the variable is bind to another value.
The contents of complete data extension (all configurators) can be saved in the form of single string. See Format of saving the data extension in the form of string.
Id={WriteAction; BeforeWrite; AfterWrite; QualityTestEnabled; QualitySubstValue; MinTestEnabled; MinValue; MinSubstValueEnabled; MinSubstValue; MinSubstQualityEnabled; MinSubstQuality; MaxTestEnabled; MaxValue; MaxSubstValueEnabled; MaxSubstValue; MaxSubstQualityEnabled; MaxSubstQuality}