Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

Customer Modifier

Posted on by Microsoft Employee

We just purchased Customer Modifier and Combiner and are getting an error message "error converting varchar to float". If the customer number is a varchar in the table(s) then why would the program try to convert the new customer number to a float.

 

We are using GP10.4

*This post is locked for comments

  • Verified answer
    Victoria Yudin Profile Picture
    Victoria Yudin 22,766 on at
    Re: Customer Modifier

    Hi Michael,

    I am trying to help a customer troubleshoot a similar issue using Customer Modifier and Customer Combiner in GP 2010.  I believe what the message is saying is that it is trying to put a varchar into a column that is set up as float, meaning you have a table with a CUSTNMBR column that is set up with a type of float.  

    Can you run the following script against your company database in SQL and see if any of the data types are anything other than char?

    SELECT

       TABLE_NAME, COLUMN_NAME, DATA_TYPE

    FROM INFORMATION_SCHEMA.COLUMNS

    WHERE TABLE_NAME in

      (SELECT name

       FROM sysobjects

       WHERE xtype = 'U')

    and COLUMN_NAME = 'CUSTNMBR'

    ORDER BY COLUMN_NAME, TABLE_NAME

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans