Display WorkflowTrackingStatus WFStatus() { WorkflowTrackingStatusTable WorkflowTrackingStatusTable; ; select firstOnly WorkflowTrackingStatusTable order by WorkflowTrackingStatusTable.RecId DESC where WorkflowTrackingStatusTable.ContextTableId == this.TableId && WorkflowTrackingStatusTable.ContextRecId == this.RecId; return WorkflowTrackingStatusTable.TrackingStatus; }