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
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
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.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n