Search found 13 matches

by unitassolutions
03 Apr 2024, 03:08
Forum: Suggestions
Topic: Zapier integration module
Replies: 6
Views: 1296

Re: Zapier integration module

+1 this would be amazing. We are currently doing some integration with the API but native integration would be awesome.
by unitassolutions
14 Dec 2023, 19:34
Forum: Discussion
Topic: Global Variable in Application Structure/Entities
Replies: 3
Views: 3020

Re: Global Variable in Application Structure/Entities

Thanks for your reply. I am aware of creating Global Variables and using them in PHP functions but my question was using it in other parts of the application. For example can I create a global variable and use it to fill in the API key for a Google Map field? This would allow us to change the key wi...
by unitassolutions
08 Dec 2023, 04:03
Forum: Discussion
Topic: Global Variable in Application Structure/Entities
Replies: 3
Views: 3020

Global Variable in Application Structure/Entities

Is it possible to use Global Variables in the Application Structure/Entities. For example, instead of having to put the Google Maps API key in each field configuration can I create a global variable with the key and reference that in each field configuration? This would make it much easier to change...
by unitassolutions
31 Aug 2023, 19:38
Forum: Bug Report version 3.4.4
Topic: Pivot Map Report
Replies: 5
Views: 350

Re: Pivot Map Report

Apologies for the multiple replies. I found the issue. The system will allow one type of map entity on the pivot map report. If I have Google Map entities, when I go to add a Map entity, it will show a blank drop down. The same goes the other way; if I add a Map entity and then go to add a Google Ma...
by unitassolutions
31 Aug 2023, 19:17
Forum: Bug Report version 3.4.4
Topic: Pivot Map Report
Replies: 5
Views: 350

Re: Pivot Map Report

I took a little time to look at the source files. Looking at ...plugins/ext/modules/pivot_map_reports/views/entities_form.php When doing the field check it looks like its only looking for Google or Yandex field and not the standard Map fields. Unless I am missing something, shouldn't it also be chec...
by unitassolutions
31 Aug 2023, 18:57
Forum: Bug Report version 3.4.4
Topic: Pivot Map Report
Replies: 5
Views: 350

Re: Pivot Map Report

I tried this again on a clean install and got the same error. I can use the Map field on a Map Report but not on a Pivot Map Report. The drop-down for a pivot map report will not recognize the Map field only Google Map or Yandex Map fields.
by unitassolutions
03 Aug 2023, 19:34
Forum: Bug Report version 3.4.4
Topic: Pivot Map Report
Replies: 5
Views: 350

Pivot Map Report

The pivot map report works for Google Map fields but not for Map fields.

When trying to add the entity to the Pivot Map Report, the drop down is blank we cannot select the Map field.
by unitassolutions
15 Nov 2022, 16:26
Forum: Bug Report version 3.2
Topic: Date Filter Suddenly Incorrect
Replies: 7
Views: 1493

Re: Date Filter Suddenly Incorrect

Yes, we can reproduce this in two different instances. It is an issue with Daylight Savings Time. If we change the application configuration to UTC, everything works correctly. If we go back to America/New_York, it has the issue with the days being off by 1.

PHP Version 7.4.33
by unitassolutions
09 Nov 2022, 04:26
Forum: Bug Report version 3.2
Topic: Date Filter Suddenly Incorrect
Replies: 7
Views: 1493

Date Filter Suddenly Incorrect

When using the date filter in the filter panel, reports, or running a php/ajax query all are off by one day in each direction. For example we have a daily activity log. I have confirmed that there is an entry for each day in oct. But from the filter panel when you select 7/1/2022 (m/d/y) to 7/4/2022...
by unitassolutions
31 Dec 2020, 21:30
Forum: Discussion
Topic: How to use Parent of Parent in Condition
Replies: 2
Views: 283

Re: How to use Parent of Parent in Condition

This worked perfectly. Thank you very much!!!