GDPDU Export error message

wwestendorpwwestendorp Member Posts: 178
Dear all,

I'm trying to test the GDPDU export but receive an error message which falls back to the Report Object Gdpdu Export.

It tries to do following


IF Field.Class = Field.Class::FlowFilter THEN BEGIN
IF GDPdURecDefField."Datefilter Handling" = GDPdURecDefField."Datefilter Handling"::"1" THEN
FldRef.SETRANGE(Startdate,Enddate)
ELSE IF GDPdURecDefField."Datefilter Handling" = GDPdURecDefField."Datefilter Handling"::"2" THEN
FldRef.SETRANGE(0D,Enddate);
END;


In the Object GDPdURECDefField is NO field called "DatefilterHandling"??

The Objects are those which I downloaded at the Partner Site.

Where can I download the correct Objects for our NAV 4.0 SP3 version?

The Table has the Version NAVDACH4.00, 23-09.04

I think that this version is not updated but I cannot find the newer Objects?!

Some hints? :-k

Comments

  • jannestigjannestig Member Posts: 1,000
    It must be that time of year again in germany, Check the recent posts of the last few days many links to a more helpful german site
    www.dynamics.de ?? search with GDPDU
  • wwestendorpwwestendorp Member Posts: 178
    I installed the German Add-on and then updated the GDPDU objects and it works now.

    I think that in the Standad German Objects some Tables don't have the GDPDU changes so you need to have the SP3 Addon installed first.
  • vanrofivanrofi Member Posts: 272
    Check the customersource site of Microsoft.

    https://mbs.microsoft.com/customersourc ... #download2

    I'll try to upload it in Mibuso
  • wwestendorpwwestendorp Member Posts: 178
    Yes, Ive used these Objects pointed in the LINk but before you must have the 4.0sp3 add-onn objects installed or elase the Tables aren't updated!
Sign In or Register to comment.