Watch Video
UPDATED:
Updated the 'Record History' form. Now supports timer, navigation and positioning.
Watch Video
ADDED:
Scan for Duplicates feature on custom tables. Use the right-click to open the popup menu.
Select 'Scan for Duplicates...'
Watch Video
ADDED:
The the ability to run report to the "Print Document" form. There is a new "ADD REPORTS" button on the bottom of the form.
Watch Video
ADDED:
You can now add Opportunity fields into the Contact list.
NOTE - If a contact has multiple opportunities then the contact will appear multiple times in the Contact List
Also: You can now Activity fields into the Contact list.
NOTE - If a contact has multiple activities then the contact will appear multiple times in the Contact List
Watch Video
ADDED:
And _EXTENDED script to create activities. This script allows users to pass 5 different parameters such as:
Activity Type; Regarding text, Start date time, length in minutes, as auto open
Script.CreateActivity(App, type , regarding, startDate , minutes , open );
// Set the parameters below
var type = "Meeting";
var regarding = "My regarding text";
var startDate = DateTime.Now;
var minutes = 15;
var open = true;
Watch Video
ADDED:
After clicking ion a Phone field HOT LINK the Record History "Call Attempted" form comes forward.
ADDED:
In scripting , when created a record in a custom table you can now pass parameters such as "Completed=TRUE;Field1=Value1:;Field2=Value2"
FIXED:
When creating an Alert or Notification the current values in the filter ROW at the top of the list were not being added into the criteria.
FIXED:
Under some conditions the tab pages were being duplicated.
ADDED:
In the Date Range list we added: "Today and the last 60 days" and "Today and the next 60 days"
FIXED:
The filter row for Date fields was not working. It was using a CAST to DATE which is not required anymore.
CHANGED:
Creating an ALERT with the Activity option on NOW CREATES multiple activities for each contact in the alert
ADDED:
- > THEMES!
Impact now has support for color themes. You can find the theme color icon on the bottom of the enhanced navigation bar just to the left of the word "Radius"
NOTE - Themes will override the Tab Color feature to paint the tabs the theme color
If you use Tab Colors then must turn off themes
ADDED:
On the Opportunity List if you added the Contact column from the Contact table the Hotlink to navigate to the contact now works
ADDED:
You can now turn OFF the lookup icon on the right side of the text box also called "Indicators".
In the designer click on the "indicator" button on the top toolbar. This will toggle the indicator state ON/OFF for all controls
To turn any one back on, select the control, click PROPERTIES, Change the check mark status in "Display Lookup Image in right"
ADDED:
The pick list dropdown are now 250 Pixels wider than the text box. Allows for the user to read more of the values and the descriptions in the drop-down list
ADDED:
An option under the OPTIONS dropdown to turn OFF the auto sizing feature of the fonts on the list view.
ADDED:
The ability to display the Filter Panels at the bottom of the Activity Tab list. Uses the same icon on the right side of the toolbar
ADDED:
In older version of act ( Pre 26) Impact now adds the "Enhance" button on the toolbar
FIXED:
In the Campaign manager if a contact has multiple opportunities matching the condition, Impact now sends separate emails to the Contact for each opportunity.'
The history event is recorded as ActionName + OpportuityName. Please make sure each opportunity has a unique name
FIXED:
The 'Current Quarter' filter selector now uses the SQL GetDat(qq) function.
FIXED:
When switching from the Groups View to the Contact View if the user editing a contact field first then clicked add : History, notes or activity Act was not saving the changes on the contact record.
FIXED:
The indicators for File, Folder pickers and Timers are always ON.
FIXED:
When creating a history with "Record History with Timer" the contacts attached company is not attached to the history.
FIXED:
Some Act controls were not changing when 'Applying' a theme is the Impact designer
FIXED:
Speed test did not update the "Record History' changes in the current database.
Speed Test now uses Display Name rather than Alias Name in the list view
FIXED:
Under the "Tab Color' options, when turning on a tab in the opportunity view the icon type selector is now not disabled.
FIXED:
The red "X" on a Sticky Note now closes the note. To delete use the Delete menu just to the left of the "X"
FIXED:
The BETWEEN DATES was not seeing the TO date because it was less then 12/31/2025
And this was causing the filter to NOT show dates on 12/31/2025