Table of Contents

Method OldRow

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

OldRow()

Gets information about the previous cell values before the row was updated.

object OldRow()

Returns

object

Information about the previous cell values in the row.

The return value is an object array where each element is an array containing information about the previous cell value.This array is organized as follows:

  • cellDetails[0]: Cell value
  • cellDetails[1]: Timestamp
  • cellDetails[2]: User
  • cellDetails[3]: Display string
  • cellDetails[4]: Display state
  • cellDetails[5]: ms
  • cellDetails[6]: TBD

Remarks

  • This method can only be used in QActions that have the attribute row set to “true” and the “preserve state” option is enabled for this table.
  • If this method is used in a QAction for which the “group” option is specified, the method will instead return the values retrieved by the group that triggered the QAction. See group.