Enterprise Business Solution Specialists in Atlanta, Charlotte and Tampa

Latest Entries

Continuum and Microsoft Dynamics GP Automation Server

October 4, 2011 by in Enterprise Scheduler,I.B.I.S. Dynamics Add-ons / Leave a comment

If you are using Microsoft Continuum to launch a third party application when starting Microsoft Dynamics GP, there is a random issue which occurs from time to time for no apparent reason.  As an example, we will use Continuum to launch a 3rd party application that needs an ODBC connection.  If the user has already logged into Dynamics GP, they have already provided the ODBC connection and the appropriate credentials.  Continue reading »

Enterprise Scheduler Makes List of ISVs That Microsoft Should Buy

January 6, 2011 by in Enterprise Scheduler,I.B.I.S. Dynamics Add-ons,News / Leave a comment

Mark Polino, a Microsoft MVP for Dynamics GP, has compiled a list of the 10 Independent Software Vendor (ISV) solutions that Microsoft should buy and roll into Dynamics GP.  Each of these enhances the core product and should therefore be incorporated in the ERP.  We are pleased to announce that Enterprise Scheduler made the list!  Click here to check out the entire list.

I.B.I.S., Inc. is Ready to Offer Enterprise Scheduler Benefits Compatible With Windows 7

December 7, 2010 by in Enterprise Scheduler,News / Leave a comment

I.B.I.S., Inc. today announced that their product, Enterprise Scheduler is compatible with Windows 7. Enterprise Scheduler for Microsoft Dynamics GP has been tested to meet all of the technical requirements to be Compatible with Windows 7, and provides Service organizations essential functionality required to effectively manage and allocate the necessary resources to provide optimal customer service. With real-time integration to Microsoft Dynamics GP Field Service and Project Accounting, Enterprise Scheduler allows operations to be streamlined, increasing technician utilization and service call capacity. Continue reading »

I.B.I.S. Announces the Release of Version 10.3 for the Enterprise Scheduler

July 21, 2010 by in Enterprise Scheduler,News / Leave a comment

I.B.I.S., Inc. is pleased to announce the release of version 10.3 for the Enterprise Scheduler.  With this release, the Enterprise Scheduler continues to add advanced functionality which improves usability and user productivity.  In addition, a major focus was placed on system performance when working with large data sets and compatibility with 64-bit processors.  For a complete summary of new features, please see below:

  1. 64-bit compatibility
  2. Increased performance with large data sets
  3. Ability to e-mail the customer contact on a service call
  4. Today button added to provide quick return to current date
  5. Check for Customer on Hold
  6. Ability to delete, edit and move technician events
  7. Technician schedule drill-down with double-click
  8. Ability to re-send event e-mails to technicians
  9. Expanded New Service Call Entry Window to include PO #

On-Demand Webinar: Field Service Scheduling Tool

July 16, 2009 by in Enterprise Scheduler,Events / Leave a comment

Field Service Summer Series – Scheduling Tool

Want to learn more about Field Service hot topics? Our expert shares information and solutions that address service scheduling in a 30 minute on-demand webinar. Learn how to leverage best practices and other secrets to maximize your competitive advantage.

Download the webinar now!

Error Logs in Enterprise Scheduler

April 20, 2009 by in Enterprise Scheduler / Leave a comment

Ever had an error in Enterprise Scheuler?  If so, there is an easy way to track what happened.  The Enterprise Scheduler Error Log capability is a very useful tool when you need support with an application error.  The section below can also be found in the Appendix A of the Enterprise Scheduler User Guide.  The log files generated should be sent to I.B.I.S., Inc. if you should ever encounter an error for which you need assistance. Continue reading »

Enterprise Scheduler Server/Client Removal Steps

December 15, 2008 by in Enterprise Scheduler / Leave a comment

When working with the Enterprise Scheduler, there may be times that it is necessary to remove the application from a client workstation or even from an inactive Dynamics GP Company database.  In those instances, there are specific tasks which should be followed depending on your need.  The following instructions should be followed when performing the necessary tasks.

Server Removal (ie – SQL Objects Removal)

NOTE:  Performing these steps WILL remove all Enterprise Scheduler data from the company database.  It is recommended that these steps only be performed by an IT administrator with approval by the appropriate management.

Stand-Among Client Removal

Continue reading »

Enterprise Scheduler Copy/Paste

December 1, 2008 by in Enterprise Scheduler / Leave a comment

Did You Know?

With the x.2.6 release of Enterprise Scheduler, you can easily copy & paste events in the schedule.  This is useful when needing to add an additional visit for a technician as a follow-up or adding an additional technician to a scheduled event.  These are called secondary events.  The copied event works the same as the original (primary) event as far as technician notification via e-mail and the copied events are easily identified as they are displayed in italics on the schedule.  Secondary events can then be moved around the same as a primary event.

To copy an event, simply select the event and perform a right mouse click. In the dropdown list, select ‘Copy’ (or optionally use CTRL-C after selecting the event). The following window shows the Copy function from the dropdown list. Continue reading »

Enterprise Scheduler: Script to Load/Reload Tech Events

November 17, 2008 by in Enterprise Scheduler / Leave a comment

The Enterprise Scheduler installation provides a SQL stored procedure, SCH_Schedule_Reseed, which will load/reload service call and project data in the Schedule from standard Dynamics GP data.  However, it does not load/reload the data from the Dynamics GP Technician Schedule table, SVC00101.  In order to load/reload these events in the Schedule, the following script can be used to create a SQL stored procedure, SVC_Schedule_Reseed_Tech_Events.  Once the stored procedure is created, the script can be run with the command ‘EXEC SCH_Schedule_Reseed_Tech_Events’.  This script should be incorporated in the next release of the Enterprise Scheduler. Continue reading »

Enterprise Scheduler SQL Data Reset

September 25, 2008 by in Enterprise Scheduler / Leave a comment

The Enterprise Scheduler is designed to provide real-time integration between the Schedule and Service Calls and Projects.  For example, when a new Service Call is created/updated or a Project is created/updated, it is immediately reflected in the Schedule.  This real-time integration is accomplished via SQL Server triggers on the SVC00200 (Service Call Master) table and the PA01301 table (Project Budget Master).

For customers who are performing mass imports and wish to defer the real-time integration with the Schedule to a later batch job, a SQL Stored Procedure is installed with the Enterprise Scheduler that can be run to perform this function.  The SQL commands below can be executed through SQL Management Studio to accomplish this requirement.  Continue reading »