Showing posts with label Act! v19. Show all posts
Showing posts with label Act! v19. Show all posts

13 November 2018

Important Licensing Notice for all Act! CRM Customers

Act! Circle LogoAct! Licensing Software Update

We have recently been informed that an embedded third-party software component of Act! that facilitates licensing services (Protexis) is being discontinued by the manufacturer at the end of 2018. As of January 1st, 2019, depending on what version of Act! you are running, there will be necessary steps that need to be taken to ensure uninterrupted access. You can read the statement from Swiftpage, here

This affects all Act! users

All Act! users will need to upgrade.

If you're on an old version, Act! may stop working in January.
If you have v18.2 or newer, YOU WILL NEED A PATCH
To Check Your Version in Act! – Help Menu > About Act!

As of January 1st, 2019, customers who haven’t updated Act! will no longer be able to:

  • Install Act! on new machines
  • Re-activate Act! on existing machines
  • Modify your user count
  • Make key modifications to existing machines (eg. Motherboard swap, network card swap)

If you make any of the changes listed above, your Act! product will fail to re-activate and you will lose access to the software completely.

*Note: If you are a NEW Act! customer (I.e. you are not upgrading from a different version), and you have purchased v21 on or after November 19th, 2018, you will NOT be affected by this issue.

Please refer to the obsolescence policy for your region below:

See below for the necessary steps for your version and the expected dates for updates.

If you have any questions, or need any help, please contact GL Computing by clicking on this button:

Contact GL Computing

Licensing Software Update: v17 and earlier

Solution:

Because you are on a retired version of Act! you are no longer eligible to receive critical updates and enhancements. In order to ensure uninterrupted access to your product, you must upgrade to latest version of Act! by December 31st, 2018.

More info

Licensing Software Update: v18.2

Solution:

Version 18 will be unsupported from Nov 30th 2018 as per the obsolescence policy linked above. In order to ensure uninterrupted access to your product, it is strongly recommended that you upgrade to latest version of Act! by December 31, 2018.

Should you elect not to upgrade to Act! v21, we have decided to make available a one-time update for v18.2 products that seeks to address this specific issue in January, 2019. We cannot and do not make any representations as to how long this one-time update will provide the functionality of Act! that you expect. Please note that this decision to provide you with the update in this instance shall not be precedent, or require us to provide, neither now nor in the future, any fixes for additional issues that may or will arise after the date of obsolescence as specified in the Act! Support Obsolescence Policy.


More info →

Licensing Software Update: v19, v20 and v21

Solution:

In order to ensure uninterrupted access to your product, you must apply the update provided before December 31st, 2018.


More info

What’s new and fixed in Act! updates

To see what’s new and what issues have been fixed in updates for your version, click here.

17 May 2018

Emailing from #ActCRM via Gmail and SMTP on other ports.

Secure Email

One of the long standing issues in Act! has been the inability for the email clients (Windows Internet Mail and Act! Premium for Web email merges) to use alternate ports. You can record History from email sent via Gmail and you can sync the contacts and activities between act! and Gmail, but you can’t use it directly as your email server as stated in this Act! knowledge base article: What email systems are compatible with Act!?

Recently an Act! Consultant came to me to help find a workaround for an Act! Premium for Web (APFW) User who needed to do emails with Templates. They are using Google’s G-Suit as their corporate mail server.

The user did have Outlook on their users’ machines, but the APFW email merge only works from the server, direct to an SMTP server.

Always up for a challenge, I looked into a few options (both free and paid) and came up with the idea of setting up a simple IIS SMTP server on their server and having it route the emails via the Google servers.

As I thought this might be useful to many of you, I thought I’d describe the process.

Please note: These instructions are of a technical nature and should only be done by those with the appropriate skills and understanding. Should you need assistance with this, please contact your Act! Consultant or send me a message via the GL Computing Contact Form


Google Setup

Note: This section is only necessary for those wanting to email via Google.

First, you need to determine which Google system you’re using and what authentication is necessary to allow the SMTP traffic. There are three supported options to do this:

  • G-Suite SMTP relay (recommended) – Only for G-Suite customers
  • Gmail SMTP server
  • Restricted Gmail SMTP server – Only allows emails to other Gmail or G-Suite users, so probably not suitable for our use and won’t be covered.

G-Suite SMTP relay (recommended)

Gmail SMTP server

Sending Limits

A registered G Suite user can't relay messages to more than 10,000 recipients per day. For full SMTP relay limits, see Sending limits for the SMTP relay service.2,000 Messages per day. See Gmail sending limits.

Anti-spam filters

Suspicious emails may be filtered or rejected

Fully qualified domain name of SMTP service

smtp-relay.gmail.comsmtp.gmail.com

Configuration options

  • Options: Port 25, 465, or 587
  • Secure Socket Layer (SSL)/Transport Layer Security (TLS) protocols.
  • Dynamic IPs are allowed, but a static IP might be required due to authentication requirements.
  • Port 465 (SSL required)
  • Port 587 (TLS required)
  • Dynamic IPs allowed

Authentication requirements

Either a static IP address or a valid G Suite user login Your full Gmail or G Suite email address is required for authentication.

Please Note: I recommend selecting TLS and port 587 for security

Please Note: If selecting Gmail SMTP server or not using a reasonably stable IP, you can only authenticate with a single user account at Gmail and emails will go from that account. However, it is possible to assign multiple IP addresses to your server and configure each account to use a separate one.

Once you’ve decided on your preferred option, you need to enable that function.


Setting up your SMTP server

To workaround the problem with sending to SMTP on different ports, we’re going to setup our own private SMTP server which will then relay the emails to your ISP or Corporate server.

While there are many free or inexpensive SMTP server options available, I’m going to just cover the IIS one as every Act! user would have access to it.

While this can be setup on a Windows Desktop system, I wouldn’t advise doing this because of a number of limitations and reliability factors.

So, I’m going to include instructions for Windows 2008 R2 and Windows 2012.

Install Internet Information Services (IIS)

If you already have IIS installed (eg on your APFW server), you might be able to skip this section and go to “Install SMTP”.

  1. In Server Manager, select Add Roles
  2. On the Before you begin page in the Add Roles Wizard, select Next.
  3. For Windows Server 2008 R2:
    1. On the Select Server Roles page, select Web Server (IIS) and select Install.
    2. Select Next until you get to the Select Role Services page.
    3. In addition to what is already selected, make sure that ODBC Logging, IIS Metabase Compatibility, and IIS 6 Management Console are selected and then select Next.
    4. When you’re prompted to install IIS, select Install. You may need to restart the server after the installation is finished.
  4. For Windows Server 2012
    1. On the Select Installation Type page, select Role-based or Feature-based installation.
    2. On the Select destination server page, choose Select a server from the server pool, and select the server that will be running SMTP services. Select Next.
    3. On the Select Server Roles page, select Web Server (IIS), and then select Next. If a page that requests additional features is displayed, select Add Features and then select Next.
    4. On the Select Role Services page, make sure that Basic Authentication under Security is selected, and then select Next.
    5. On the Confirm Installation Steps page, select Install.

Install SMTP

  1. Open Server Manager and select Add Roles and Features. On Windows Server 2012, you might also need to select the correct server.
  2. On the Select Features screen, choose SMTP Server. You may be prompted to install additional components. If that’s the case, select Add Required Features and select Next.
  3. Select Install. After the installation is finished, you may have to start the SMTP service by using the Services snap-in for the Microsoft Management Console (MMC) – Windows Key + R > Services.msc

Setup SMTP

SMTP is an IIS6 feature, so the above steps will have installed that version and we’ll use it for setting up

  1. Start IIS 6 Manager – Start > Run > inetmgr6
  2. Expand the current server, right-click the SMTP Virtual Server, and then select Properties.
  3. We only need to worry about the Access and Delivery Tabs
  4. On the Access Tab:
    1. Select Authentication and make sure only “Anonymous” is checked. Click OK
      SMTP Access Authentication
    2. Select Relay. Select “Only the list below” then use the “Add” button to add the IP addresses (or ranges) of all your machines that are allowed to send emails. Click OK.
      SMTP Access Relay
  5. Go to the Delivery Tab:
    1. Select Outbound Security.
      • If using G-Suite SMTP Relay with IP authentication, select Anonymous access and check TLS encryption. Click OK.
      • If using G-Suit SMTP with SMTP Authentication, or if using the Gmail SMTP, then select Basic authentication and check TLS encryption. Click OK.
        SMTP Delivery Outbound Security
    2. Select “Outbound connections” and set the port to 587. Click OK.
      SMTP Delivery Outbound Connections
    3. Select “Advanced” and enter:
      • Fully-qualified domain name – The correct DNS entry to identify the public IP you’re server is on
      • Smart host
        • If using G-Suite SMTP Relay - smtp-relay.gmail.com
        • If using Gmail SMTP Server – smtp.gmail.com
  6. Close the dialog box and the Properties.
  7. Right Click on the SMTP Server in IIS6 and select “Start”

Test your setup

You can do a simple test from the command prompt. Windows Key + R > cmd.

  1. telnet
  2. set localecho
  3. o <your smtp server IP or FQDN> 25
  4. EHLO <your email domain>
  5. MAIL FROM:<sender@gmail.com>
  6. RCPT TO:<recipient@gmail.com>
  7. DATA
  8. <Type some text>
  9. Enter, type a period (.) and then Enter again
  10. If the server is working properly, you should get a response like this indicating that the message is queued for delivery:
    250 2.6.0 <INET-IMC-01UWr81nn9000fbad8@mail1.glcomputing.com.au.

Finally

Please Note: Make sure you correctly adjust your SPF records if using custom domains. This is essential if you don’t want your messages treated as spam.

Now you’re ready to set up your applications like Act! Internet Mail, Act! Premium for Web Email Merge, and Premium Mobile.

As always, you can let me know if you have any trouble with this or would like to book me to help you.

28 January 2018

Fix: Issues when installing .Net Framework 3.5

microsoft_net_framework3.5One error that sometimes occurs when installing/upgrading Act!, and many other products, is during the install/upgrade of MS SQL Server.

For Act! installs/upgrades, the typical error you might receive is as per this knowledgebase article: "Act! pre-requisite has encountered a problem and needs to close." When Installing Act!

This error is not an Act! issue, but an issue installing MS-SQL on Windows operating systems from Windows 8 onwards, when the .Net Framework v3.5 isn’t enabled or has a problem with its setup.

You can also get similar issues updating SQL Server 2014 or adding Roles when the .Net 3.5 install lacks the right service pack.

The first step is to try enabling the Framework manually via the Control Panel.

Installing .Net 3.5 via Control Panel

As per this Microsoft article, you can enable the .NET Framework 3.5 through the Windows Control Panel. This option requires an Internet connection.

  1. Press the Windows key Windows Windows logo on your keyboard, type "Windows Features", and press Enter. The Turn Windows features on or off dialogue box appears.

  2. Select the .NET Framework 3.5 (includes .NET 2.0 and 3.0) check box, select OK, and reboot your computer if prompted.

Dotnet-Control-PanelYou don't need to select the child items for Windows Communication Foundation (WCF) HTTP Activation and Windows Communication Foundation (WCF) Non-HTTP Activation unless you're a developer or server administrator who requires this functionality.




Troubleshooting .Net 3.5 Installation Failure

During installation, you may encounter one of these errors 0x800f0906, 0x800f0907, 0x800f081f, or 0x800F0922.

Or you might get the error “The following feature couldn’t be installed, The source files could not be found”.

Or, on Server 2012, you might get “Do you want to specify an alternate source path? One or more installation selections are missing source files on the destination server”

Microsoft covers some of the basics in this article. However, as it misses fixes for some of the errors and is, in my opinion, incomplete, I thought I would document my preferred solutions.

Check the System and Security Action Centre

  1. Hold the Windows Key and press R
  2. In the Run dialogue, type: wscui.cpl
  3. If you see any warnings, you should resolve them.

Using DISM and an SFC/DISM Scan

Try installing via DISM to enable the .Net 3.5 Framework:

  1. Open a Command or PowerShell Prompt as an Administrator – Press Windows Key + X to open Win + X menu and choose Command Prompt (Admin) or PowerShell (Admin) from the menu.
  2. When the Command Prompt starts, changing “X” for the drive of your Windows ISO.
    DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:X:\sources\sxs
  3. The operation will now start. Keep in mind that it can take a while to finish, so don’t interrupt it.

If that fails, perform an SFC scan, by doing the following:

  1. From an Administrator Command Prompt
  2. sfc /scannow and press Enter.
  3. SFC scan will now start. Keep in mind that SFC scan can take about 15 minutes to finish, so don’t interrupt it.

Once the SFC scan is finished, try to install .NET Framework 3.5 again.

If it doesn’t work, you might have to perform DISM scan as well.

To do that, just follow these steps:

  1. Open Command Prompt as administrator.
  2. Now run each of the following commends:
    1. DISM /Online /Cleanup-Image /CheckHealth
    2. DISM /Online /Cleanup-Image /ScanHealth
    3. DISM /Online /Cleanup-Image /RestoreHealth

The scans can take more than 15 minutes to complete, so be sure not to interrupt them

Once you complete the DISM scan, reboot and try to install .NET Framework 3.5 again.

Installing from a Clean ISO

Sometimes, the Windows files you have can be damaged. In that case, you need to follow these steps

Download the Windows Media Creation Tool

  1. For Windows 10 users, download the Windows Media Creation Tool, which is a tool that helps you create a Windows 10 ISO. If running Windows 8.1, download the Windows 8.1 Installer.
  2. Use the Windows Media Creation Tool to create a Windows ISO image locally.
  3. When the download is complete, mount the ISO by double-clicking on it.

For Windows Server 2012 R2, you can download the appropriate Evaluation ISO

Copy the SXS folder

  1. Open the mounted ISO, and go into the Sources folder.
  2. There should be a folder named sxs.
  3. Copy the folder to another location on your computer.
  4. Right click on the copied folder, and choose Properties from the drop-down menu.SXS Properties
  5. When the Properties window opens, click on the Security tab.
  6. Select your username from the Group or user names box; check if there is a checkmark next to Read and Write in the Permissions for [Your Username] box. You could also add “Everyone” or “Domain Users” if wanting to store and run from a network share.
    SXS Security Tab
  7. If you do not find the check marks, you should click on the Edit button, select your username, and check both the Read and the Write box.

Edit the Group Policy

Press Windows Key + R and enter gpedit.msc. Now press Enter or click OK. Keep in mind that this tool is available only on Pro versions of Windows 10, but there’s a way to run Group Policy Editor on the Home version of Windows.

  1. When Group Policy Editor starts, in the left pane go to:
    Computer Configuration > Administrative Templates > System.
  2. In the right pane, double-click on
    Specify settings for optional component installation and component repair.
  3. A new window opens.
  4. Select Enabled.
  5. In the Alternate source file path, enter the address of the sxs.
  6. Then click on Apply and OK.
    Gpedit - Specify settings for optional component installation and component repair
    Optional: Check Download repair content and optional features directly from Windows Update instead of Windows Server Update Services.
  7. After making these changes, you just need to start Command Prompt as administrator and run gpupdate /force command to apply the changes.

Finally

Now it should install from an Admin Command Prompt with the command:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:X:\sources\sxs
Remember to change “X:\sources\sxs” to the correct location of the sxs folder.

It’s also advisable to backup your system and, if you’ve had issues like this, you might also consider:
Repairing your Windows Image

Please post to the comments if these worked for you, or if you’ve encountered this problem and these solutions didn’t help.

28 September 2017

CRM Benefits for Your Sales Professionals

Act! CRM for Sales ProfessionalsFor company owners and managers, an effective CRM program works wonders in helping you to measure and improve your business.

What about your sales staff? What benefit does it have for them? That is the question we will explore here. After all, if management fails to “sell” CRM to the staff, you will not get much benefit from using the CRM. To make that “internal sale,” here are the key CRM benefits for sales professionals.


1. More repeat orders and business from past customers

Asking a previous customer to buy again is much easier than attracting a new one. We all know that. However, most of us lack a systematic process to maintain relationships with past customers which means repeat sales are less likely. Adopting a CRM program makes it easier to manage customer relationships by providing you with notes, order activity and reminders to get in touch with past customers.

Tip: Use Act!’s Smart Task feature to remind you to get in touch with customers. Let’s take real estate as a quick example, Set a “time delay” on the Smart Task for 3-6 months after the sale. At that point, you will be reminded to get in contact with your customer. If they are satisfied, this is an excellent time to ask for a referral or surprise them with a gift.

2. Improve sales results on complex deals

Selling to a bank or another large company is often a long and drawn out process. I have seen cases where the buying process can take months or even more than a year. With millions of dollars in revenue at stake, staying involved is well worth the effort. Just think about how complicated the process can become! Each month, you may meet new people at your target company whom all have different interests and concerns. If you fail to keep those concerns straight, you are likely to ruffle feathers and lose the order.

Keep all your data, notes and observations in the CRM makes everything much easier in a complex sale. This same process also applies to high-value professional sales such as investment management, law and accounting. Attempting to keep all of that information clear in your head is asking for failure.

3. Spend more time with customers

Every month, your managers will probably ask you for reports and other data about your sales activities. Compiling these reports is a headache that nobody wants. You may not be able to eliminate reporting entirely, but you can cut it down substantially by using Act! once you have your desired reports in place.

Tip: If you save an hour per week from administration, that time savings will not automatically translate into higher income. To achieve that benefit, use that new time on high-value activities like prospecting for your dream clients.

4. Get better leads from the marketing department

Remember the classic sales movie “Glengarry Glen Ross?”

In the scene with Alec Baldwin’s characters, underperforming salesmen complain that “the leads are weak.” Baldwin’s character tears them apart for complaining about the leads. It may be one of the most iconic depictions of sales in pop culture. Too bad it is misleading!

In reality, the value of your leads may be weak! By keeping notes on your leads in Act!, you will be able to notice patterns. You may find that inbound leads who download a white paper are much more interested in hearing from you than any other type of lead. Once you understand that point, meet with your marketing colleagues to share your experiences, so they know what to continue.

Why do better leads matter? A higher quality lead is more likely to buy and become a long-term customer. Even better, you will reduce the pain and frustration of rejection dramatically. All of these benefits are possible by thoroughly using a CRM.

5. A full CRM keeps the sales manager away

Let’s face it: nobody likes to be nagged at the office or at home. If you are disciplined in keeping your deals up to date in the CRM, you will never hear another complaint from your manager again. That means less awkward conversations at the office for you. Isn’t that peace of mind alone worth 15 minutes a day to keep your CRM notes up to date?

Tip: If your company uses a “balanced scorecard” approach to performance reviews, check to see if consistent CRM use fits with that process.

6. You can make a better case for a pay increase

How can using your company CRM consistently help you to win a raise? Your manager may want to reward good performance. However, she needs to show a business case for that decision. Revenue numbers alone may be enough in some cases. Your request will be even more compelling if you can demonstrate that you are also keeping reliable records on your customers. Keeping those records demonstrates that you are committed to the CRM program. Showing you have a repeatable process to bring in new business – as documented by your actions in Act! – helps your manager understand that you can continue to develop stellar results.

Keep Growing: Our Two Recommended Sales Books

By the way, you do not have to stop with a CRM when it comes to helping your sales staff to improve. The following two books are industry classics for a reason – you can read them multiple times and profit each time. Each book is available in print, digital or audio format so even your field reps can access the books.

SPIN Selling by Neil Rackham.

Relying on a large scale research study into effective sales practices in B2B sales, this book explains a simple process you can use to make sales over and over again. By navigating the sales conversation through the “SPIN” process, your staff will be able to make more sales. What if your team does not have enough prospects? That is where our next title comes into the picture.

The Ultimate Selling Machine by Chet Holmes.

While much of the book is aimed at company owners and managers, your sales staff can also profit from reading this book. Holmes advocates focus in the prospecting process such as creating a list of your “Dream 20” clients and then pursuing them systematically. Holmes also shows how education based marketing plays a key role in attracting prospects to your organisation.

16 August 2017

Working with Act! again

clip_image002

It has been a few months since I last posted on the status of where I am with Swiftpage and the direction of the product. In that time, I have received numerous requests for an update.

After a call back in March from John Oechsle, Swiftpage's CEO, and Rowan Koons, SVP and GM, followed by four months of detail discussions on how to continually improve the product and user experience, we have reached an agreement for how I can best continue to serve Act! and the broader Act! Community.

Swiftpage has recognised my expertise and passion, and as part of this working together, Swiftpage has endorsed me as an “Act! Certified Expert, sanctioned by Swiftpage” as at 1 August 2017.

I have also been fortunate, during these conversations, to have had a look at the future direction of roadmap for Act!. This has made me more excited to be working with them to try and bring these to market for you.

My Current Focus

It does have elements of the position of "P.O.P.E" as originally suggested as a comment in this LinkedIn thread from four years ago - https://www.linkedin.com/groups/49896/49896-214593198 by Paul Marentette, of Uptime Solutions in Canada, and seconded by many others including Bob Ogdon, Chairman and Founder of Swiftpage.

We have highlighted the following ways to work together:

1. Initially examining areas of the current build (19.2 Update 3), with a focus on MS-Office integration and other areas that users might suggest.

2. Become active again in the Act! Community Site and my Linkedin Act! Fanatics Group. Not just in supporting users, as I have done for many years, but also creating an analysis of the posts to identify the areas that users have the most issues with (usability or flaws).

3. Assist Swiftpage in updating and enhancing Act! Knowledgebase articles.

4. Alpha and Beta testing v20 as soon as it is available.

After this, I hope to assist Swiftpage in improving Act! eMarketing, WebAPI, Mobile Companion, and other areas. I also intend to help them enhance their relationships with the Act! Certified Consultants and other resellers channel.

Help Me To Help You

I have some requests for you, the Act! Fanatic community (users and the resale channel alike):

1. I would like to examine any systems where Act! v19 is having issues with Outlook integration. At this time, I would be happy to take on about three sites per week.
NOTE: This is a NO CHARGE offer - No charge to the user or reseller.

2. Could you please post, as a comment to this blog article, or in the LinkedIn Group, or via private communication to me, any bugs or areas where you think I should allocate additional time. If I do not understand your point, I may contact you to see it remotely on your system.

3. Please also comment in the forums above with any subjects that I could generate a blog article that you think could improve your use of Act!. I do have some ideas that I have not seen done before, but I would still value your opinions.

The Future

This agreement is a great opportunity for me, for the product and for the community of users who have been behind the product for up to 30 years.

Those of you who know me know that I will throw everything I have into testing every function I can - as a user. I will work with other users in the forums, via email or phone, to find the issues that matter most in keeping you productive. Then I will work to try and replicate the issues so that I can report them accurately to QA and Development so they can work on fixing them.

Once this is underway, I hope to also have a small say in helping them prioritise their resources so that they can deliver the best possible solution for us all and make Act! as great a product as we all know it can be.

About four years ago, a user asked me what I would do if the vendor put me in charge of the product. At that time, I described a roadmap over two-three years that I thought would be necessary without the funds of an Apple or Google. I still believe that, over a similar time-frame, we can have a leading solution again.

Please feel free to post any questions or comments you have on this.

Regards,

Mike Lazarus
Act! Evangelist

25 May 2017

The Act! CRM 19.2 update is now available

Act-newlogo

Swiftpage has, today, released version 19.2 of Act!.

You can get the downloads from: https://www.act.com/resources/downloads
Note: International people use the links under the US section because, at least under the Australian section, there is nothing about version 19 at all.

Here are some of the improvements according to documents I’ve seen. I’ll be doing some testing over the next week or two and will post my findings.

Compatibility

Microsoft Windows Server 2016 Certification

Provides compatibility with the latest Windows Server operating system.

  • Windows Server 2016 has passed our internal certification for use with Act! v19.2.
  • This release resolves fundamental defects to ensure compatibility and includes an update to InstallShield for a more stable installation on later operating systems.
Microsoft SQL Server 2016 Certification

Adds compatibility with SQL Server 2016 for customers who like to stay updated with the latest SQL database technology.

  • SQL Server 2016 has passed our internal certification for use with Act! v19.2.
  • The Act! installation process now detects an ‘ACT7’ instance created using SQL Server 2016 Express or Standard editions.
  • Important: Act! v19.2 will continue to ship with and install SQL Server 2014 by default. Customers wishing to use SQL Server 2016 must either manually create an ACT7 instance before installing Act!, or upgrade the default SQL Server 2014 instance following their Act! installation.
  • Customers wishing to use SQL Server 2016 Standard Edition must own the applicable licenses required to conform to Microsoft’s licensing requirements.
Update to InstallShield 2016

Provides a more stable installation platform with later operating systems.

  • The Act! installer package has been updated to the current InstallShield version, giving improved native support for the latest Windows operating systems.
  • This upgrade also helps us to make future installer-related improvements, and more easily add support for new and updated operating systems in later Act! releases.
Improved Google Chrome user experience

Provides improvements for web customers using the Google Chrome browser to access their database.

  • Important: While this release provides an improved experience for users of Chrome for Mac, full certification of this browser is not included in Act! v19.2. This certification will be completed in a later Act! release.
  • Act! v19.2 resolves 30+ specific issues affecting the Chrome browser
  • This includes 15 areas where unnecessary full-screen refreshes were affecting performance and customer experience.
  • Further details of the specific issues resolved are included below.

Web Client Improvements

New web client rich text (RTF) controls

Provides web users with improved formatting controls when entering free text.

  • New rich text (RTF) controls added to the Details sections on Notes, Histories, Activities and Relationships dialogues.
  • Includes additional web-friendly fonts and an improved selection of font sizes.
  • New options for strikethrough formatting, text background colours, and bullet points.
  • Addresses some in-market issues affecting the previous rich text controls.

Act! eMarketing Improvements

Improved Act! eMarketing Call List

Improves the performance and usability of the Act! eMarketing Call List feature for both desktop and web client users.

  • New date range filter for campaigns, so users can focus on just the results they need, and quickly follow up.
  • Downloaded campaign lists are cached, giving an improved performance as users navigate to and from the Act! eMarketing view.

Commercial Improvements

New Welcome Page views based on product tier and subscription

Allows more targeted messaging to better support and nurture different customer segments.

  • Includes new Welcome Page views for customers using:
    • Act! Pro
    • Act! Premium with no subscription
    • Act! Premium Cloud paid accounts

Integrations and Web API

New Act! Companion features

New mobile functionality gives users even more power to manage their activities on the move.
Schedule activities from within Act! Companion

  • Clear (Complete) activities
  • Update activities
  • Schedule follow-ups
  • Cache server URL and database name (Remember me feature)
On-going improvements to the Act! Web API

Swiftpage continues to improve the performance, stability and functionality of the Web API, enhancing the power of both Swiftpage and partner driven integrations.

  • An updated Web API version is available alongside Act! v19.2.

02 March 2017

To Cloud your #CRM or Not to Cloud. For that is the question

Cloud Computing

How to make users feel that using cloud can like trekking through a Brazilian jungle.

I’m guessing that many you might be aware of the issue with Amazon’s S3 cloud storage service which led to massive outages across the internet.

So far, Amazon has not given an indication as to the cause.

 

The only news on their site at this time is that the problems have been resolved: https://status.aws.amazon.com/
Amazon

But why did it take down so much of the internet?

Yes, many applications were down for some hours. Buffer, Slack, Trello, and a great many more were unusable (or barely usable) during the time that Amazon had their outage.

According to the Synergy Research Group’s 2017 report, Amazon Web Services owns more than a whopping 40 percent share of the global public cloud services market.Other providers, such as Google, Microsoft and IBM are small players by comparison.

So maybe you can understand that when Amazon coughs, we all get colds.

What does this have to do with CRM?

Remember: There is no cloud, it’s just someone else’s computer

More and more, the major (and not so major) CRM providers have been pushing users to move their data to the vendors’ cloud systems. Even Swiftpage has been doing this with Act!.

Of course, there is a big advantage to the vendor to push for these subscriptions – They don’t have to add any real value to the product in order to keep getting your money. A case in point for this is the lack of any new serious functionality in Act! v19. Something I blogged about, here: What’s coming in Act! v19 – Good, bad or very ugly?

Although, more recently, the vendors have even put their on-premises products on the subscription model (Microsoft’s Office 365 and Swiftpage’s Act! are examples of this strategy to get users paying every year. They’ve both overly inflated the pricing of the “outright purchase” or “perpetual” licenses. They’ve also come down hard on the users who would consider buying outright, by making some features only available on subscription and (as Swiftpage says they’ll be doing for Act!) refusing to provide bug-fix updates within the version you purchased.

What are the advantages and disadvantages to you?

 

Advantages of cloud implementations:

  • No need for server hardware CAPEX
  • The IT costs can be reduced
  • Maintenance, upgrades and support are handled by the vendor
    • This can be an issue when they update their version and break things that you use
  • Can be easier to access from anywhere – This requires extra work for on-premises
  • You, or your IT, are responsible for security if you make it available externally.
  • There used to be a reduced upfront cost for the cloud, when compared to on-premises. But, with more vendors moving their on-premises versions to subscription, this is nolonger an advantage

 

Advantages of on-premises implementations:

  • Retain 100% ownership of your data
    • How well do you trust the vendor to stay in business?
    • What happens to your data if they close?
  • Retain 100% of the integrity of your data
  • Retain 100% of the security of your data
  • Less susceptible to external connectivity
    • Not all areas have great internet access
    • Because Handheld Contact for Act! stores the data on the device, I regard it as the best solution for Act! users with iPhones, iPads, Androids or Blackberrys
  • Less susceptible to an issue like the recent Amazon one
  • Sometimes greater functionality is available in the desktop version
  • Often a wider range of integration possibilities
  • Ability to customise your CRM solution with add-ons or custom written code that might not be possible in a cloud version
 

How about a hybrid solution?

One of the areas that Act! does best at, is the hybrid solution of using both delivery systems.

This can be a useful compromise:

  • You still need your own IT – In-house or out-sourced
  • You might still be susceptible to the security issues above … at both sides.
  • You can pull your data out in any way you choose
  • You are not constrained by internet access and can use the data via an app on your phone or laptop even when out of range.
  • Access to both sets of integration and customisation options.
  • You’d barely notice an outage from Amazon or the software vendor
 

After all this, what’s best for you?

And that’s really the question to ask. Each person will have a quite different view on this.

  • You need to properly document your needs. This article might help: What’s the best CRM?
  • You should try to find a VAR or Consultant who’s unbiased in this area so they can look at YOUR needs, rather than selling you something when there were better options. For some assistance in this area, read: How to pick the right CRM consultant for you

Please add a comment to this post with any thoughts you might have on the subject.

 

24 January 2017

Sync up to 45K contacts from #ActCRM to your mobile device with @HandheldContact

HHC

Introducing HHC+

Sync up to 45 000 contacts from your Act! database to Handheld Contact on your mobile device!


For those Handheld Contact customers that need more than 15,000 contacts on their mobile devices, we finally have a solution for you. Over the last two years HHC listened and increased the normal sync limit from 7000 contacts to the 15,000 limit where it is today, and that has proven sufficient for most of our subscribers.

However, we know some customers still require more, and for those people we're offering "HHC+" starting later in January for both IOS and Android device users. HHC+ will include an upgrade to an additional 15,000 contacts for only US$20 more per year, or an increase of 30,0000 contacts (for a total of 45,000) for only US$35 more. Australian and New Zealand pricing to be available soon.

One of the key changes we had to make to the mobile client was the ability to filter the export of the HHC contacts to the native address book, which you will soon be able to do through our new "Searches" feature. In other words, create a saved Search, do the lookup, and export those contacts (or updates) to your device's address book.

We caution some users with older devices (eg. iPhone 3 and 4) that increasing their sync contacts from 15,0000 to a total of 45,000 can cause some performance issues. Newer devices that we've tested have not demonstrated any degradation in performance.

We’ve recently upgraded Handheld Contact with some new features, if you haven’t checked out the: New versions of Handheld Contact for Act! CRM

Please contact your Act! consultant or GL Computing if you have any questions on obtaining the new versions or on anything else regarding Act! or Handheld Contact 

 

11 January 2017

What’s coming in Act! v19 – Good, bad or very ugly? #ActCRM

Act! Logo

 

As Swiftpage is expected to release Version 19 of Act! this week, I thought I’d post a summary of what to expect with this release.

Update 13th January 2016 with first look opinion on the Act! Companion.

64-bit MS-Office Compatibility

Microsoft OfficeAct! will now work with 64-bit versions of some Microsoft Office applications: 
Outlook, Word and Excel. While their marketing is making claims about Act! being “64-bit compatible”, it’s just the MS-Office integration that has changed.

It has taken a long time for Swiftpage to do this. However, I have found several disappointing bugs with the new version, with both 64-bit and 32-bit versions of Office 2016.

These include incorrect handling of international data and some functions just crash and kick you out of Act!

Swiftpage have decided they don’t want to hear about bugs I uncover, so I’m not aware if they even know about these, yet. I will provide more details in a future post.

At this time, I would avoid upgrading to version 19 if Office integration is important to you.

Act! Companion mobile app*

Act! Companion mobile app

I haven’t had access to this product to test, so I don’t know how reliable it is.
Certainly the functionality of it doesn’t come close to Handheld Contact.

Here’s a screen shot and summary from their marketing guff:

Act! Companion mobile app - screen shotStay connected to key Act! Premium details when on the move with Act! Companion — a native mobile app designed for your iPhone® or Android™

  • Contact, activities and history are available. Users get alerted when new contacts, activities or history items are created.
  • Capture notes during meetings
  • Email or call your Act! Premium contacts from the app
  • Do work in a social way with @mentions and simple text updates
  • Intelligent notifications sent directly to the home screen of your phone keep you on task and on time

They say it will support iOS versions 9.x and up, and Android Lollipop, KitKat, and Marshmallow

Their marketing acknowledges that this doesn’t have the functionality to replace their Act! Premium Mobile product.

Update after some testing:

  • When the Login fails, it gives no indication of why
  • The fields are not named the same as they are in Act!, causing confusion.
  • The buttons are very small and not easy to select
  • Search doesn’t seem to work
  • Most of my activities aren’t showing
  • Notifications don’t show enough detail to let you know what the activity actually is
  • The adding of History, add a To-Do with a Blank Regarding

I honestly can’t believe that anyone who uses Act! actually tested this in beta. It’s not release quality.

Additionally, It requires the v19 WebAPI, which has some serious security implications that I’ll be blogging on in the future. I don’t recommend installing or using the WebAPI at this time.

Note: This feature will only be available to Premium subscribers. Users of Pro won’t have it.

Act! Premium Contact Link*

I’m not sure why Swiftpage list this as a new feature.
This is NOT something new for v19 as it has already been available in v18 Premium

Act! Premium Contact in Outlook Act! Premium Contact in Outlook

The functions included are:

  • Create new Act! Premium contacts or edit existing ones. But it doesn’t correctly handle international data and only lets you add/edit a very small range of fields
  • You can schedule new activities with the contacts – But only if you are scheduling To-dos.
  • You can view some of the history of the contacts
  • Attach the text of an Outlook email to contacts – With less functionality than the normal Outlook integration.

While it does look pretty, it is at best a proof concept idea and not ready for prime time
It’s slow, clumsy and lacks functionality available in the standard Outlook integration for Act!.
I’d guess that no-one that really uses Act! had a hand in it’s design.
Which sadly seems common for functions that Swiftpage have been adding.

It requires the v18 or v19 WebAPI, which has some serious security implications that I’ll be blogging on in the future. I don’t recommend installing or using the WebAPI at this time.

Note: This feature is only be available to Premium subscribers. Users of Pro won’t have it.

Act! emarketing improvements

Swiftpage have made the following improvements to their Act! emarketing

  • Send Act! emarketing campaigns up to 5 times faster
  • Campaign management improvements:
    • Get instant feedback on your current Act! emarketing service level before sending email campaigns
    • Quickly and easily see email campaign history for a given contact
    • Don’t worry about accidental sends! A send confirmation dialog will now check to make sure you’re ready to send an email campaign
  • Enhanced send email campaign dialog - See live details about your contact limit, usage this month, and new recipients
  • Campaign history overwrite creates and updates one history entry

The Act! emarketing product still has a very long way to go in order to match competitive products like MailChimp (which can be integrated with Act!), or even their own (seemingly forgotten) Swiftpage emarketing for Act!.

The only reason to not consider a better emarketing system is if you’re only using Act! Premium Web.
The Act! emarketing product is the only one that currently works with the web version.

Customer-­driven feature enhancements

Swiftpage’s marketing lists a section called “Customer-­driven feature enhancements”. It’s a shame that they don’t listen to customers with their other features.

  • Refreshed standard reports with some minor improvements. There is hope that they’ll be adding integration with Microsoft’s Power BI sometime in the future to add the type of reporting functionality that users really need.
  • Added more functions to the Web and Cloud versions, that were previously only in the Windows desktop product:
    • Scan for duplicates
    • Formatting toolbar in the Layout Designer
  • Defects fixed. You can see an extensive list of fixes listed in this Act! Knowledgebase Article: What's new in Act! v19

Final Comment

All in all, it’s a pretty poor effort of an upgrade. More like an 18.5 than a v19. While there is an extensive list of bug-fixes, it seems the new functions have added plenty of bugs of their own.

I’d strongly advise holding off any upgrades unless you require integration with 64-bit Office. Sadly, those using Swiftpage’s Cloud product won’t have an option as their Cloud is likely to be updated on the first weekend after release.

Also, as I stated above, I’d avoid installing WebAPI, at least until Swiftpage chooses to address the security issues in it. They also really need to improve it’s functionality to be close to what’s been available for a long time with the Act! SDK such as UI modifications and the creation/using of custom tables.

I find it very saddening to see, after 30 years I have supported the product, that what is essentially a set of bug fixes is masquerading as a “new” version.

 

21 September 2016

Some Handheld Contact for Act! tips #ActCRM

Hansheld Contact for Act! CRM - iPhone, iPad, Android and Blackberry

 

Recently, I’ve been asked a few common questions about Handheld Contact, so I thought I would put them all in this single article.

First, a couple of worthwhile articles to read:

 

How to upgrade to the current version of Handheld Contact?

 

Updating the HHC console on the PC/Server

If there is a later version, here are the steps needed to update the PC/Server HHC console:

If you are unable to access Handheld Contact on the PC or server, go directly to http://www.handheldcontact.com/downloads.php to obtain the latest installer for your version of Act!

  1. Open Handheld Contact on your computer or server.
  2. Once you are in Handheld Contact click on Help-->Check for Updates
    A pop-up should be displayed on the bottom right of the screen.
    If it says:  "Download available click here to download" click on it.
    If the pop-up does not appear, see above to obtain upgrade install file.
  3. You will be taken to the Handheld Contact Downloads page (mentioned above).
  4. On the downloads page click on the Act! version that matches your installed database.  If you do not know this, open Act! first and click on 'Help' and choose 'About Act!'.
  5. Download file "HHC-3_x_x_x.exe" (for Act! 12.0/2010 to Act! 14.0/2012) or "HHC-4_x_x_x.exe" (for Act! 15.0/2013 and higher) and save it to the desktop.
  6. Once the file has been downloaded close the Handheld Contact application on the Desktop/Server (if it is still open).  It cannot be running while the upgrade is started.
  7. Find the HHC-3_x_x_x.exe (or HHC-4_x_x_x.exe) file and run it.  When prompted, choose yes to update 3.x.x.x (or 4.x.x.x) to this version.
  8. Once the install has completed, click Finish and Handheld Contact should open automatically.
  9. Then click Maintenance-->Synchronize Users, select the checkbox beside all users accounts and then hit Sync Now. This will take some time to send the current Act! data to each of the devices.

Updating HHC on the mobile device

Apple iOS - Includes iPhone and iPad

In order to upgrade the software on this device, you must do it through the 'App Store'.

  1. Open Safari.
  2. Go to: www.handheldcontact.com/ota 
    This will redirect you to the Handheld Contact app on the Apple App Store.
  3. You can also go directly to App Store and click on 'Updates'.
    Click on Handheld Contact Professional, then click on 'Update'.
  4. Enter the Apple ID and then the download/upgrade will begin.
  5. No reboot is required.

Android

Upgrading Handheld Contact will be performed through Google Play.

  1. Go to www.handheldcontact.com/ota on your device's default Internet browser
    This will re-direct you to Handheld Contact on Google Play.
  2. If not, go directly to the Google Play Store and search for 'Handheld Contact'. 
    From there you can press 'Upgrade'.
  3. You may be required to enter your username/password for Google Play.
  4. No reboot is required.

Note: For Android users there is an option for 'Allow automatic updating'.  This is found within the Google Play Store when viewing Handheld Contact (after installation).  If this option is selected, then the upgrade will take place automatically.

BlackBerry 10

  1. On the BlackBerry 10 device, open the Browser icon.
  2. Go to: www.handheldcontact.com/ota 
    This will re-direct you to the Handheld Contact app on BlackBerry World.
  3. Select Download/Upgrade button in the top right to begin the process of upgrading.
    This will overwrite the previous version installed.No reboot is required.

What are the default fields that sync with Handheld Contact?

Below is a listing of all the default fields that sync with Handheld Contact Professional.  You have the ability to add up to 42 more custom fields.  The total number of fields that will sync are 73.

Company
First Name
Last Name
Title
Department
E-Mail
Personal Email
Phone
Extension
Fax Phone
Home Phone
Mobile Phone
Pager
Alternate Phone
Alternate Extension
Address 1
Address 2
Address 3
City State
ZIP Code
Country
Spouse
Home Address 1
Home City
Home State
Home Zip Code
Home Country
Web Site
ID/Status
Last Results

How many characters can sync in a field between  Act! and a handheld device?

When making changes in Act! and syncing to the device (or back to Act!), Handheld Contact has some character limitations (including spaces) that must be met.  Please see below.

Syncing from ACT! to device:

  • Activity Regarding Field - 256 characters.
  • Activity Details Field - 985 characters before truncation - HHC will show "(Truncated)(RO)" - 'RO' meaning Read Only.
  • Notes - 1500 characters.
  • History Regarding - 256 characters.
  • History Details - 985 Plus HHC will show "(Truncated)(RO)" - 'RO' meaning Read Only.
  • Contact Character Field - 450 character MAX due to Act! limit.  Go to Tools - Define Fields to determine field max limit.
  • Contact Memo Field - 236 characters before truncation - HHC will show "(Truncated)(RO)" - 'RO' meaning Read Only.
  • Contact Location Field - 128 characters.

Syncing from device to Act!:

  • Activity Regarding Field - 256 characters.
  • Activity Details Field - 1000 characters.
  • Notes - 1000 characters for iOS devices, 1500 for Android/BlackBerry devices.
  • History Regarding - 256 characters.
  • History Details - 1000 characters for iOS devices, 1500 for Android/BlackBerry devices.
  • Contact Character Field - 450 character MAX due to ACT! limit.  Go to Tools - Define Fields to determine field max limit.
  • Contact Memo Field - 236 characters.  Handheld Contact on device does not limit what can be entered into the field but if you exceed the max, the contact changes do not sync into Act! and no errors are produced.

Most Common Issues with Handheld Contact

 

Desktop/Server (console) application:

    1. Error message when syncing: "Communication with sync engine failed! The syncing process has been aborted! HHC Service is not running or doesn’t have the required permissions". Click here for solution.
    2. Message Queuing Service is not installed.  The error message is "Unhandled Exception occurred: Message Queuing is not installed or running on this PC".  Click here for solution.
    3. Logon Error when attempting to sync.  Error is "The user: {ACT NAME} failed to log on to the ACT! database: {DATABASE NAME}".  Click here for solution
    4. Cannot get beyond "Act! Administrator" screen on set up. Click here for solution
    5. Upgrading the desktop software.  Click here for solution.

iPhone/iPad:

    1. Getting caller ID on device by exporting Contacts. Click here for solution.
    2. Handheld Contact on the iPhone/iPad unexpectedly closes.  Click here for solution
    3. Close Handheld Contact and restart it properly.  Click here for solution.
    4. The Contacts, Task List and Calendar icons are not available on the device.  Click here for solution.
    5. Syncing with both iPhone and iPad.  Click here for solution.
    6. Upgrading the device software.  Click here for solution.

22 January 2010

Tips for converting ACT! 6.0 (or earlier) data to Act! v19

The most common problem with converting the older versions of ACT! to ACT! by Sage is if there is some damage in the database. Unfortunately, the older versions could become corrupt but not be noticed if you didn’t access that part of the data. As everything needs to be read for a conversion or sync, these functions can show up issues that might have been there for some time.

First, no-matter which version you have, make sure you have a backup of the data before you start.

You should also make sure you have the User Name and Password for someone with Administrator access to the database.

Because the repair tools were improved could fix more types of damage as the versions progressed, I recommend always upgrading earlier databases to ACT! 6.0 and cleaning them there before converting to ACT! by Sage.

If you don’t have ACT! 6.0, you can download the ACT! 6.0 30-day Trial – this will give you the time to convert, clean and repair your database to ready it for converting to the later versions.

Convert Earlier Versions to ACT! 6.0

Always perform a database compress and reindex in the version you have before going to ACT! 6.0. The steps for that conversion depends on how old your version is:

Repair and Clean the ACT! 6.0 Database

Next you should do a repair with ACTDIAG as per:
How To Use The ACT! Data Diagnostic Tool (ACTDIAG) to Scan and Repair a Database

If you already have a later version installed, you’ll need to start ACTDIAG as per:
How to Use the ACT! 6.0 Diagnostic Tool When a Later Edition of ACT! is also Installed

Please note: If you got any red check marks, keep running it till they show all green
But if you’re still getting red checks after 3-4 runs, you’ll need to use additional tools to repair it
or have it professionally repaired

If getting an ACT! Consultant to help you with the conversion (recommended)
I also recommend that they run ABC_Scan on the database

If you are having problems are want to be really sure about your data, I recommend:
Red Flags from Cornerstone Solutions

If it still won’t clean or the conversion below still fails, please contact GL Computing

Centralising Attached Files

If you have attached files, especially if they are stored in different locations or on local workstations on a LAN, you should move these to one folder. You will then need to adjust the links in the database to show the new location. There are a number of tools to do this, I personally use Oak!Check! – Validate Attachments. You can also use it to do any other data cleaning you might need.

Converting to Act! 7.0 – 19.1

You are now ready to install the new Act! as per: Sharing ACT! – Network or Sync (Part 1)

Which ever version of Act! you are converting to, make sure you have the latest build and Hotfix.
See the Act! Download Centre – you might need BOTH a Service Pack and a Hotfix, depending on your install.

Then you should just be able to open the database from ACT! 2010 and it will convert. See:
How to convert an ACT! 3.x, 4.x, 5.x (2000) or 6.x (2004) database to versions 2005 (v7) through v19.1

If you have any questions, please post a comment here or in the LinkedIn Act! Fanatics Group