Tag Archives: Payment Run

Enabling Email Cheque Remittances For All Suppliers

In two previous posts I discussed testing Microsoft Dynamics GP 2010′s new Email Remittance functionality; first, by setting up creditors with an internal email address and, then, by transferring the email address from the INET1 field to the new EmailToAddress field.

The other script which I used, and forgot to post, was the one which configures all of the creditors, who are not currently configured for email remittances Continue reading

Posted in Dynamics, GP, Microsoft | Tagged , , , , , , , , | 3 Comments

Missing Transaction In Cashbook Bank Management?

I dealt with an issue yesterday where a manual payment had been entered into Payables Transaction Entry (Transactions >> Purchasing >> Transaction Entry) but was not showing up in Bank Management’s Reconciliation screen (Transactions >> Financial >> Bank Management >> Reconciliation).

The reason for this is actually quite simple, but I can’t help but feel it is a little bug like. Only payments made directly via Transaction Entry or those produced during the payment run (Transactions >> Purchasing >> Select Cheques) are posted to Bank Management. If you need to do a manual payment into Payables, or a manual receipt into Receivables, then this needs to be done via CBM Batch Entry (Transactions >> Financial >> Bank Management >> Batches) Continue reading

Posted in Dynamics, GP, Microsoft | Tagged , , , , , , , , , | 2 Comments

Check Remittance Run-time error ’13′ – Type Mismatch: Follow Up

Microsoft Dynamics GPWe heard back from the Development Team in Fargo, who David Musgrave contacted regarding the issue we encountered with the Microsoft ActiveX Data Objects 2.7 Library.

They recommend that packages should be moved around using the Customisation Maintenance (Microsoft Dynamics GP menu >> Tools >> Customise >> Customisation Maintenance) to Import/Export the modified reports. Rather than doing this, which runs the potential risk of leaving client machines with an outdated REPORTS.dic we have been pointing the clients at a centralised REPORTS.dic on a server and copying only the Dynamics.vba to each client (we change the reports more often than the VBA).

Using Customisation Maintenance to Import the package file to each client would have prevented the problem as it would use the Microsoft ActiveX Data Objects 2.7 Library reference on the local machine. Doing it the way we do, by copying the VBA, transfers the reference within the VBA file.

This is an issue for internal discussion and we perhaps need to change the process we use for dictionary files.

Posted in Dynamics, GP, Microsoft | Tagged , , , , , , , , , , | 1 Comment

Check Remittance Run-time error ’13′ – Type Mismatch

Microsoft Dynamics GPI implemented the VBA workaround for cheque remittances on a test system for another client site, to make sure they don’t see the undefined symbol error, the other day after I upgraded Microsoft Dynamics GP 10 to GP 2010 and tested the remittance to ensure it worked. amend VBA on Server 2008 R2 SP1

When the client came to test the remittance themselves on the test Citrix Server they got a type mismatch error;

Run-time error 13: Type mismatch

Continue reading

Posted in Dynamics, GP, Microsoft | Tagged , , , , , , , , , , | 2 Comments

Going Live With Remittances By Email – Transferring Email Addresses

Microsoft Dynamics GPA few days ago I posted about testing email remittances and supplied a SQL script for use on the test system to ensure emails remained internal and didn’t get sent to creditors.

I’ve also written a script which will transfer the email address from the current Internet Information column (with the assumption that the email address is in INET1) across to the new EmailToAddress column and then blank out the INET1 column so data is not being held, and therefore maintained, in two fields. Continue reading

Posted in Dynamics, GP, Microsoft | Tagged , , , , , , , , | 1 Comment

Testing Remittances By Email – Keeping Emails Internal

Microsoft Dynamics GPAs you’ve probably been able to tell from my previous posts, I’ve been assisting a client in configuring Microsoft Dynamics GP 2010 so they can test remittances by email.

One of the things I have done for them is produce two SQL scripts to ensure emails do not leave their organisation and reach suppliers telling them of payments being made in the test system. Continue reading

Posted in Dynamics, GP, Microsoft | Tagged , , , , , , , , | 2 Comments

Not Privileged To Run this Report Error in Payables Select Checks

Microsoft DynamicsI upgraded a customer to Microsoft Dynamics GP 2010 a couple of weeks ago and they have started to explore some of the new features. After fixing their payment run problem they enabled the new functionality for emailing remittances. Continue reading

Posted in Dynamics, GP, Microsoft | Tagged , , , , , , , , , , | 2 Comments

Feature Explained: Payables Select Checks Enhancements

Microsoft DynamicsIn Microsoft Dynamics GP 2010, several enhancements have been made to the Select Cheques window in Payables Management to add flexibility and allow more control over the building of the payment batch; a feature which has proven popular with the clients who have seen it. Continue reading

Posted in Dynamics, GP, Microsoft | Tagged , , , , | Leave a comment

Feature Explained: How To Configure The Document Email Functionality

Microsoft DynamicsA recent customer who upgraded to Microsoft Dynamics GP 2010 wanted to enable the email functionality to allow them to email creditor remittances out rather than having to print them out and sending a hard copy.

As our support account did not have an associated Exchange email account on their system I was getting errors when loading the forms used in this new functionality. So rather than risk problems due to these errors, I put together a quick document for their IT department to enable it themselves. I thought it might also be useful to create an internet version to refer other customers to if they want documentation. Continue reading

Posted in Dynamics, GP, Microsoft | Tagged , , , , , , , , , , | Leave a comment

Check Remittance Vendor Address VBA Workaround

Microsoft DynamicsFollowing on from yesterdays post about the Undefined Symbol error, where I discovered that Microsoft have removed the link from the check remittance tables to PM Creditor Master, I thought it might be useful to post the VBA workaround used to get the creditor address.

The first step was to create five Calculated Fields on the Check Remittance report; for simplicity I named them CreditorAddress1 through CreditorAddress5. No separate field for Post (Zip) Code was created as addresses can be of all different lengths and I like to output tidy addresses where I can.

Once the fields were created and added to the report, in the Remittance Header section, they were selected and made available to Visual Basic. Continue reading

Posted in Dynamics, GP, Microsoft | Tagged , , , , , , , , , | 3 Comments