Meaningful Timer Names

The Recorder extracts meaningful timer names from form fields. This makes it easier for human readers to interpret scripts, TrueLogs, and performance reports.

Meaningful Timer Names

Here is an example of an intuitive timer name.

WebPageForm("http://standardhost/sales_enu/start.swe",
            SALES_ENU_START_SWE022,
            "Account List Applet: InvokeMethod: Drilldown");

// ...

dclform

// ...

SALES_ENU_START_SWE022 <ENCODE_CUSTOM> :
  "SWEMethod"  := "Drilldown",
  "SWEView"    := "Account List View",
  "SWEApplet"  := "Account List Applet",
// more form fields
  "SWECmd"     := "InvokeMethod",
  "SWERowId"   := SiebelTokenApplet(gsRowValArray_001, 20),
  "SWERowIds"  := "",
  "SWEP"       := "",
  "SWETS"      := GetTimeStamp(); // value: "1038305711331"