Contact Relationship Management, Contact Manager, Customer Relationship Management Options in Milwaukee, Wisconsin; Chicago, Illinois; Indianapolis, Indiana; St. Louis, Los Angeles and Orange County.
Fast. Reliable. Affordable CRM.
Contact Relationship Management, Contact Manager, Customer Relationship Management Options in Milwaukee, Wisconsin; Chicago, Illinois; Indianapolis, Indiana; St. Louis, Los Angeles and Orange County.

TopLine Designer 5.5

clock September 3, 2010 13:46 by author Dan Boehm

As always, we have introduced some updates to our addons to go along with the new version of ACT!.  The good news is that it's all compatible with previous version of ACT! as well! 

Unlike previous updates to TopLine Designer, you will want to make sure that if a single user updates to version 5.5 or higher that all of your users update.  Due to some scripting changes, your users may run into problems if some of them upgrade to 5.5 and others don't.

What's new in TopLine Designer 5.5?
  • Refactored Designer so that the Metadata class is now the primary class for the entire Designer app. You can no longer access Metadata from the Globals class. All metadata is now accessed via an instance object rather than a static object.  This is relevant because it will cause scripting changes.  Scripts will be automatically updated to reflect this change.  No additional action should be required, but if you have some complex scripting, you may want to test the upgrade out in a test environment first.
  • Added new code editor that includes new method of adding snippets and basic intellisense.
  • Modified the exposed scripting to include the full class rather than just a part of the class.
  • Improved the speed of the list views by caching recently viewed data.
  • Modified how related entity fields are stored in a screen. It no longer stores the column name, it now stores the display name. This fixes a bug where those fields in a screen would not transfer from one database to another when importing a schema.
  • Entities that are shown on the View menu now also include an entry in the ACT! Nav Bar. Along with this, you can now associate images with your custom entities and those images will display in your Nav Bar button.  To set an image, go to Tools->Define Custom Tables and click on the Edit Table button.  The Nav Bar buttons will only appear or disappear when you restart ACT!.
  • Improved the Inline Grid control. You can now add more than one to a layout without problems with the toolbar icons disappearing.
  • Added global scripting event for when a tab is added to the layout. You can disable a tab from loading by using Tab.Load = False. This is great for hiding or showing tabs based on the currently logged on user or other criteria.
  • We can now import from Alerts.  So if you get the latest version of Alerts, you will now be able to schedule an import of data from a CSV file or another database.
  • Added new feature to the merge to word to allow you to merge from main entities and bring in other main entities into tables. Ie: Opportunity -> Show Contacts in table. To do this, click on the Write menu in ACT! and you'll see a Designer menu item.

If you are using TopLine Dash, you will also need to update TopLine Dash after updating Designer.  Because TopLine Dash uses Designer to generate dashboards for custom entities, TopLine Dash needed to be update to reflect the changes that were made to Designer.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Save a CSV file with quotes around the values.

clock April 5, 2010 08:52 by author Dan Boehm

When importing a CSV file, I always make sure that there are quotes around all of my values.  It eliminates a lot of issues.  Here is the difference.

Normal:
ID, Name
1, One
2, Two
3, Three

With Quotes:
ID, Name
"1", "One"
"2", "Two"
"3", "Three"

 In order to accomplish this, we use an Excel macro.

  1. Open your CSV file in Excel  
  2. Create a new macro.  Using Excel 2007, you click on the View ribbon tab and click on the Macros button.
  3. Type anything into the macro name box and click Create.  I typed "abc" into the Macro Name box.
  4. Open the file attached at the bottom of this post.  Copy the entire contents of the file by pressing CTRL-A and then CTRL-C.
  5. Go to the Excel macro editor and erase everything that you see in the Module1 window that is open.
  6. Paste the contents of your clipboard into the Module1 windows by pressing CTRL-V.
  7. Close the entire macro editor window by clicking on the red X in the upper right corner.  This will close the Microsoft Visual Basic window.
  8. You are now back to looking at your Excel spreadsheet.
  9. Highlight the data in your spreadsheet.  You must highlight only the specific data; do not highlight entire rows or columns.
  10. Click on the Macros button once again.
  11. You will now see an item in the list called QuoteCommaExport.  Make sure it is highlighted and click Run.
  12. Type in the full path where you want to save your newly created spreadsheet.  You should use something like C:\MyFile.csv.  If you are using Windows Vista or Windows 7, you may not be able to save the file to the root of your C: due to security reasons so you may have to put it in a new folder.
  13. Once you've clicked OK, your new CSV file has been created and you can use that file to run your import.

Please note that if you open that newly created CSV file again in Excel to modify it, you will need to repeat these steps if you want to save it again.

 

ExportExcelToCSV3.txt (1.61 kb)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


TopLine Alerts + TopLine Dash + Export to Excel error.

clock March 5, 2010 09:21 by author Dan Boehm

If you're running TopLine Alerts on a Windows Server 2008 server and trying to email TopLine Dash excel spreadsheets, you may notice that it doesn't work.  This is the result of a very unusual quirk in the Microsoft Excel assemblies.  To get this working, you simply need to create a folder.  Here is what you need to do:

Navigate to C:\Windows\SysWOW64\config\systemprofile (C:\Windows\System32\config\systemprofile for 32 bit machines)
Create a folder called Desktop.

That's it.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


TopLine Dashboard 8.0 Released!

clock February 5, 2010 16:25 by author Dan Boehm

TopLine Dash 8.0 has been released via the TopLine Update program.  This is a huge milestone as we are introducing a huge new feature that will increase productivity dramatically.  We're finally giving people what they have wanted for years. 

 Better Queries

We've spent months with the ACT! 2010 OLEDB v2 provider creating a simple, and easy to use front end that allows you to tap into this awesome power.  We're starting by giving you 38 queries out the box (more if you have custom tables) that span everything from contacts to companies, groups, opportunities, notes and histories (that's right, you can now query on notes and histories).  We've designed a whole new advanced query engine that will make it extremely easy for you to create the exact query that you've been looking for.

The user interface shares a lot with the ACT! advanced query, but add a lot more value.  We've even added in full text descriptions of the query that you're creating in plain english.  We've created 38 dashboard files for you to try this out with.  You can download them from the address here: http://files.toplineresults.com/downloads/Addons/QueryDashboards.zip Just unzip the files to your Dashboard Saves folder.

 

Please note that our advanced query does not yet support querying the ACT! activity table.  This table was intentionally removed because of a bug in ACT! where some databases will throw an error if you try to query the activity table using the OLEDB v2 provider.  Rather than have some queries work and some not as a result of this bug, we removed the feature entirely.  We're sorry about this inconvenience, however we will be putting this is when we feel that this issue has been resolved within ACT!.

Currently rated 4.0 by 2 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


TopLine Dashboard 7.6.1

clock January 11, 2010 09:55 by author Dan Boehm

New printing functionality!  This is included in version 7.6.1.

 TopLine Dashboard now creates professional looking reports.  You can output the results to your printer or to PDF.  Here is an example:

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


TopLine Designer 4.5.2 Released

clock November 2, 2009 11:56 by author Dan Boehm

Many bug fixes and two exciting new features mark the newest release of TopLine Designer.  The two new features are bolded below.

  • Added new feature to allow default columns to be set. See Tools->TopLine Designer - Manager.
  • Added the record ID field to all tables.
  • Added the ability to copy/paste records.  Just right click on a record to copy and right click again to paste.
  • Fixed bug where applying a template would not always lock the database.
  • Fixed bug where you could not turn off the Use Dropdown attribute on a field.
  • Fixed bug where sometimes importing data immediately after importing a schema could cause problems.
  • Fixed bug where if the metadata file was currently locked you could not exit the Define Custom Tables window.
  • Fixed bug where the replace field value box would show all an incorrect field list to copy a field from.
  • Cleaned up the TableList view.
  • Added the ability in ACT! v12 to modify the length of a character field.
  • Updated the field wizard to show the appropriate options for the appropriate field type choices.
  • Added new Import Schema form to assist users in importing schemas.
  • Fixed bug while editing a merge to word document where it would automatically add a field when creating a template.
  • Updated the Export schema to allow you to export any ACT! layout and your Designer templates.
  • Updated the default columns that appear.
  • Fixed trial date bug where daylight savings could cause trouble.
  • Updated Import to not allow you to map to lookup fields.
  • Fixed Merge to Word bug where Word would appear to be locked up.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


TopLine Designer 4.5.1

clock September 24, 2009 16:32 by author Dan Boehm

A minor upgrade to TopLine Designer has been added with major new features.  This is available from our update program by running TopLine Update from your start menu if you already have TopLine Designer installed. 

  • Updated Microsoft Word integration with a new Merge Fields toolbar. 
  • Added images to right click menus.
  • Added the ability to move columns by dragging them.
  • Lookup field type lookup table dropdown now sorts.
  • Removed warning when switching from Define Custom Table Fields to Design Custom Table Screens.
  • Added Help button to lower right corner of subentity windows.
  • Fixed bug where doing a mailmerge to more than one record would incorrectly give a message about subtables.
  • Added the ability to drag and drop grids on the designer screen to rearrange them.
  • Added the ability to add fields from parent tables to a child table's screen.
  • Modified list columns to allow you to view columns from multiple related tables.
  • Update for non-english version of ACT! where adding menu items would not always work.

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


TopLine Dashboard 7.6.0.4

clock September 24, 2009 14:44 by author Dan Boehm

TopLine Dash 7.6.0.4 has been released on our update site.  You can get it by running TopLine Update from your start menu if you already have TLDash installed.  What's changed?  See below.

  • Modified some of the checked list boxes in the preferences to include a horizontal scroll bar if there is a long item.
  • Changed help file button to go to online help if there is a network connection.
  • Modified the relative dates to support adding of fractions of a day. You cannot subtract a fraction of a day but you can add a negative amount of days.
  • Fixed bug where after changing databases the leftnav bar container would duplicate (ACT! 2010).
  • Updated list so that when you click on a bar graph, the drilldown now properly saves and loads columns.
  • Made enhancements to the memory management of lists.
  • Dashboard nav icon now shows up after changing databases in ACT! 2010.
  • Removed Products KPI since it wasn't working to begin with.
  • Fixed bug where products graph would not work in v12 of act and refreshing product dashboards would not work.
  • Fixed bug where using the quick date form to select a date would exit when using the popup calendar.
  • Fixed bug where loading a custom entity dashboard would throw an error.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


TopLine Designer 4.5

clock September 2, 2009 09:27 by author Dan Boehm

A new version of TopLine Designer has been released!  No groundbreaking new features have been added except for ACT! 2010 compatibility!  This means that you can now use TopLine Designer to create custom entities in the 2010 release of ACT!.  Along with this, we've added the ability to create custom tabs on the Opportunity table.  So now you can create custom tables that roll up to the opportunity natively.  All your existing customizations should be fully compatible with the new version.

 If you upgrade to ACT! 2010, you MUST have v4.5 (or higher) of Designer installed or you will experience lots of errors in ACT!. 

An update for Designer for Web will be released shortly.

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


TopLine Dashboard 7.6

clock September 2, 2009 09:11 by author Dan Boehm

TopLine Designer 7.6 has been released.  The major new feature is compatibility with ACT! 2010, however there are also a number of bug fixes as well.  We have also changed the format for distributing our addons.  We used to release a different setup file for each version of ACT! but now we bundle them all together into one setup file and the software chooses which version to load on it's own. See below for a list of fixes and changes:

4.6.0.3

-Fixed bug where products graph would not work in v12 of act and refreshing product dashboards would not work.
-Fixed bug where using the quick date form to select a date would exit when using the popup calendar.
-Fixed bug where loading a custom entity dashboard would throw an error in ACT! 2010.
-Added keystroke handling to column selection list when selecting a column in for a list.
-Fixed bug where a filter date would show up when filtering a subentity even if you are not filtering on a date.
-Fixed bug when filtering subentities where it would not filter YesNo fields.
-Added sorting to the Field dropdown box in the subentity filter.
-Added support for multiple plugin dlls to load for different versions of ACT!.
-Added support for roaming profiles - up to a max of 10.
-Added nav bar side window for ACT! 2010.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Sage Software, the Sage Software logos, and the Sage Software product and service names mentioned herein are registered trademarks of Sage Software, Inc., or its affiliated entities.  All other trademarks are property of their respective owners.

HomeCompany •  Software •  Consulting •  Training •  Hosting •  eStore •  Contact Us •  Privacy Policy

Powered by BlogEngine.NET 1.4.5.0 | Original Design by Arcsin, Adapted by RazorAnt