Read from Cust. Ledger Entry Via WS

sbillysbilly Member Posts: 231
edited 2013-01-22 in NAV Three Tier
I tried to read data form Cust. Ledger Entry table via WS.

This's the code:
CustLE_Service cust_Srv = new CustLE_Service();
CustLE CLEntry = new CustLE();

cust_Srv.UseDefaultCredentials = true;
CLEntry =  cust_Srv.Read(700);




I have this error :
The Date Filter field in the Cust. Ledger Entry table must be a FlowField.

Who can tells me what's wrong

Comments

  • ara3nara3n Member Posts: 9,256
    Have you done any customization on the CLE table? Can you run the CLE page from RTC?
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • sbillysbilly Member Posts: 231
    I didn't do any customization and I can run it on RTC
  • ara3nara3n Member Posts: 9,256
    then it looks like an exe bug. i suggest to look at waldo release updates that mention any fixes for webservice related to flowfield and flow filter. If you don't find it see if you can reproduce in version 7 and report it to MS.

    You can see if you can find a workaround by adding flowfilter (Date Filter) to the page that you have published as webservice.
    You can try and remove flowfields from the page that use that flow filter.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.