Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
How to get last N number of orders
posted

Hi

  Below is my use case.

     1) In initial request, for a given customerId, i need to get the last N number of records (with basic data like RefId, name, time) and display it

     2) Now on click of any of the RefId, i have 2 behaviours

           a) Display 3 links (with static text) and on click of any of the links, need to get the data using "$.ajax" which will return JSON and display the same.

           b) Get the response which contains 3 JSONs and display it directly.

  I have very complex JSON's. Could you please do the needful help with proper code and whether can i achieve this using Grid or Hierarchical Grid etc ...

Thanks & Regards

Parents Reply Children
No Data