[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Pass Parameters To...

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello Curtis, Thank you for the additional information. What error do you get with the MyCount? In your custom data source, are you using the transport.read method? > The Read class seems setup to accept parameters with the FILTER parameter, but whether I use that or not, there > MUST be a way to pass in parameters to the Read class using Client Side; isn't there? A key thing here is that when you use client-side filtering, then the Read method in the Business Entity does not get the filter. An alternative to pass additional parameters, would be to set custom parameters that would be sent to the server at the time of the READ operation. This can be done by using a custom mappingType plugin. The following article in the documentation provides information on such a plugin "MYJFP" to send a "mydata" parameter: documentation.progress.com/.../index.html Note: The mydata parameter can be of any type. In the Business Entity using "MYJFP", you would use something like the following: mydata = jsonObject:GetCharacter("mydata") NO-ERROR. Please check this article and let me know if you need additional information or samples. I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top