Finding Time Entries in Juris

Run a query in Juris to find all the time entries that were submitted using the Juris Go app. The results of the query can be displayed in a report for presentation or printing.

  1. Sign into Juris.

  2. Open Setup and Manage > View Tables.

  3. Enter this query in the search field:

    SELECT *
    FROM TimeEntry
    WHERE (EntrySource = 'JurisGo')
  4. Click Execute to run the query. The results will be displayed in the spreadsheet. The query results can be copied and pasted into a database, text, or spreadsheet file and formatted appropriately.

 


RELATED TOPICS