What is the use of XTouched column and what are different values it contains

What kind of values can this field have? What do they mean?

Parents Reply Children
  • After some research, I found the following use-cases in the product that are using the XTouched property.

    • The OnSavingScript at the table ADSAccount sets XTouched='D' for an Active Roles related use-case in regards to automatic de-provisioning of AD users.
    • Deferred Operations that are beeing executed getting XTouched ='X' during execution.
    • The AutoUpdate of the QBMServer sets XTouched='F'

    I know that customers or partners used the XTouched property to mark data during an import for post-processing.