Search found 5 matches

by randman1
13 Jun 2017, 15:16
Forum: General
Topic: [SOLVED] Ticket search using date field works with before/after but not between
Replies: 7
Views: 4617

Re: Ticket search using date field works with before/after but not between

I think I figured it out. Your help led me to adding a new dynamic field with date/time rather than just date. This improved things but searches were still inconsistent. After some more digging, I found that when I removed "Prevent entry of dates in the future" from the dynamic field defin...
by randman1
13 Jun 2017, 14:31
Forum: General
Topic: [SOLVED] Ticket search using date field works with before/after but not between
Replies: 7
Views: 4617

Re: Ticket search using date field works with before/after but not between

No. The dynamic field is defined for a ticket. That's what surprised me when I saw the SQL statement. So, I see two things not right with the SQL statement when I use Service Date (between) for the search filter: - The FROM table is dynamic_field rather than dynamic_field_value - It's looking for an...
by randman1
12 Jun 2017, 21:15
Forum: General
Topic: [SOLVED] Ticket search using date field works with before/after but not between
Replies: 7
Views: 4617

Re: Ticket search using date field works with before/after but not between

I did some monitoring of the SQL statements during each of the search methods. I setup each search with the desired settings to where I only had to click the Search button to run. Before clicking Search, I enabled general logging in MariaDB. Then I clicked Search. This method captured all SQL statem...
by randman1
12 Jun 2017, 17:54
Forum: General
Topic: [SOLVED] Ticket search using date field works with before/after but not between
Replies: 7
Views: 4617

Re: Ticket search using date field works with before/after but not between

Yes, the search I'm using is from the main menu Tickets > Search. I am using no other filters when performing the Service Date (between) search. I am at the early stages of evaluating the program so I only have 1 queue and 3 agents defined so far. I have tried searching while logged in as either of ...
by randman1
12 Jun 2017, 15:43
Forum: General
Topic: [SOLVED] Ticket search using date field works with before/after but not between
Replies: 7
Views: 4617

[SOLVED] Ticket search using date field works with before/after but not between

Hello community. Our field techs are self-dispatched, meaning that they respond directly to customer trouble reports and deal with the paperwork afterwards. Tickets may be created the same day or a day or two after the service was performed. As such, I have created a dynamic field named Service Date...