Conversion from Nav 3.70 to Nav 5.00, NA

RoelofRoelof Member Posts: 377
Is there an additional upgrade toolkit for jobs? I'm getting job related errors when running step1 when upgrading from NAV 3.70 to NAV 5.00 (like: Job No. must be empty on the Sales Line, PO line).
Roelof de Jonghttp://www.wye.com

Comments

  • diptish.naskardiptish.naskar Member Posts: 360
    Nopes, there is no additional upgrade toolkits for Jobs!!
    Diptish Naskar
    For any queries you can also visit my blog site: http://msnavarena.blogspot.com/
  • RoelofRoelof Member Posts: 377
    That's sweet.
    So, I guess I need to fix everything manually. I know the Job related tables have been reorganized. I would have at least expected some notification or work-around in the conversion manual.
    Roelof de Jonghttp://www.wye.com
  • Hi!
    Roelof wrote:
    So, I guess I need to fix everything manually. I know the Job related tables have been reorganized. I would have at least expected some notification or work-around in the conversion manual.
    Since I'm having the same issue I would like to know whether you had a nice fix for it. I don't really know the job module at all. :) So I guess I will poke around a little bit :)

    Michael
  • David_SingletonDavid_Singleton Member Posts: 5,479
    Roelof wrote:
    Is there an additional upgrade toolkit for jobs? I'm getting job related errors when running step1 when upgrading from NAV 3.70 to NAV 5.00 (like: Job No. must be empty on the Sales Line, PO line).

    Well this is not allowed in Navision, so you must have customized the system to allow this. The upgrade tools are based on standard Navision (of course) and during the upgrade, the fist step is to customize the upgrade tool kit for the customizations you have made.

    Logically it would be impossible for the upgrade tool kit to do this.
    David Singleton
  • David_SingletonDavid_Singleton Member Posts: 5,479
    PS check in CU80 and see if this:

    IF NOT ("Document Type" IN ["Document Type"::Invoice,"Document Type"::"Credit Memo"]) THEN
            SalesLine.TESTFIELD("Job No.",'');
    
    has been modified
    David Singleton
Sign In or Register to comment.