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.
- 
                                                    
Sign into Juris.
 - 
                                                    
Open Setup and Manage > View Tables.
 - 
                                                    
Enter this query in the search field:
SELECT *
FROM TimeEntry
WHERE (EntrySource = 'JurisGo')
 - 
                                                    
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