Forum Post: RE: Methods in Business Entity

  • Thread starter Thread starter Ricardo Perdigao
  • Start date Start date
Status
Not open for further replies.
R

Ricardo Perdigao

Guest
Meyrick, Let me ask one question: Do you know how to implement Invoke Methods? If not, maybe help on this topic will be more productive to you. Invoke methods are an easy way to achieve what you asking. If you are only doing Read, you don't even need to call the AddRecords, otherwise (if you are planning to create, update, delete using the CRUD operations with what you Read), then you would need it. Invoke is not the most straight forward to implement, but once you use it for the first time, it becomes very easy. I was thinking about recording a video showing how to do an Invoke implementation, just did not have time (or could put up with my on accent) to do it. Something else I've done in the past is to pass multiple parameters in a READ (for example) using a pipe delimiter. Than I would parse it in the backend and avoid INVOKE.

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