Search found 170 matches

by empmdk
07 May 2024, 15:33
Forum: Discussion
Topic: Common Reports in Dashboard Sections?
Replies: 3
Views: 54

Re: Common Reports in Dashboard Sections?

I've tried giving permission with their user group and to the user directly. They have the reports on the dashboard but unable to put them into sections. It's the same for my admin account. Other report types show up in the sections dropdown, just not common reports.
by empmdk
04 May 2024, 21:09
Forum: Bug Report version 3.5.3
Topic: Signature Field Button Hidden by Automate Actions Button Settings
Replies: 1
Views: 65

Signature Field Button Hidden by Automate Actions Button Settings

My Signature field button is being hidden when I place an Automate Actions button into "Comments Section" or "Menu More Actions". It happens to all users/groups that are given access to the Automate Actions button. Moving it to only "on the record page" will allow the S...
by empmdk
03 May 2024, 18:25
Forum: Discussion
Topic: Common Reports in Dashboard Sections?
Replies: 3
Views: 54

Common Reports in Dashboard Sections?

How can we get Common Reports to show up in the Configure Dashboard > Sections ?
Only Standard Reports are showing up in the dropdown.
by empmdk
02 May 2024, 16:35
Forum: Discussion
Topic: vPIC error message
Replies: 1
Views: 36

Re: vPIC error message

I had this issue a while back. Fixed it by setting PHP Max Connections to a higher value. Mine is set to 100 and I haven't had any issues since, except for if the NHTSA database in undergoing maintenance.
by empmdk
25 Apr 2024, 07:21
Forum: Discussion
Topic: Clear Signature with Automate Actions?
Replies: 3
Views: 87

Re: Clear Signature with Automate Actions?

Testing with this and it seems to be working well. Is this good or any improvements you would recommend? Thank you. $entities_id = 96; $item_id = [id]; $delete_signature = db_query("DELETE FROM app_approved_items WHERE entities_id = '" . ($entities_id) . "' AND items_id = '" . ($...
by empmdk
24 Apr 2024, 00:39
Forum: Discussion
Topic: Clear Signature with Automate Actions?
Replies: 3
Views: 87

Clear Signature with Automate Actions?

I have a signature field and a date field for when the signature is added. I have the signature field set to trigger an automate action to set the date of when it was signed. The action for this is set to Enter Manually (no) and Value (0) to add the current date. I'm trying to add an automate action...
by empmdk
23 Apr 2024, 07:48
Forum: Bug Report version 3.5.3
Topic: Input Numeric Fields Duplicating
Replies: 4
Views: 75

Re: Input Numeric Fields Duplicating

Sent you a PM. I was able to duplicate the issue.
Vehicle Repairs > Add > Add Service button. Two fields listed that will duplicate the number entered into the other. This happens even when I have one of the fields hidden based on the service selection.
by empmdk
19 Apr 2024, 19:17
Forum: Bug Report version 3.5.3
Topic: Input Numeric Fields Duplicating
Replies: 4
Views: 75

Re: Input Numeric Fields Duplicating

This seems to only be an issue if I have a currency selected on the fields. If I leave the currency empty, it allows me to enter different numbers in the fields.
by empmdk
19 Apr 2024, 18:57
Forum: Bug Report version 3.5.3
Topic: Input Numeric Fields Duplicating
Replies: 4
Views: 75

Input Numeric Fields Duplicating

If I have more than one Input Numeric field in my form, typing a number into one will add that number into the others instantly. Making it impossible to use both independently.
by empmdk
16 Apr 2024, 21:08
Forum: Suggestions
Topic: Automatic Status Trigger on Page Load or Query
Replies: 0
Views: 78

Automatic Status Trigger on Page Load or Query

I have an Automatic Status field that needs to change based on dynamic fields. Instead of setting up a cron that will run through every record, could we have it trigger the status update on page load & if the record is part of a query in a list/report? For example, I have a parent entity that ac...