Time Tracking

From Customer365 for SageCRM

Support Time Tracking page is where user can view all purchased company tickets


For this page a new Primary Table "ctTimeTracking" needs to be created in CRM

Add fields to this table

Add list "ctTimeTrackingListSS" for Time Tracking page with "Status (time_status)" as Hyperlink to: "Custom Jump" and Custom ID field: "time_timetrackingid"

Add screen "ctTimeTrackingScreen" for Time Tracking Details page

  • For each screen fields to be displayed can be modified.

Controls for the page text:

<add key="lblTimeTrackingHint" value="This screen lists the support tickets. You can filter the ticket information using the filter below"/>

Drop down filter can be used to filter Support tickets.

When page is viewed first time, filter is set by default control in web.config page. You can change this value in

<add key="vsttDefaultFilter" value="Open"/>
(possible values: "Cancelled", "Closed", "InProgress", "Open")

Press on any time tracking field to see details of particular ticket.