Forum Discussion
hadrien_guiducci
6 years agoIdeator I
Hi Jayrajvh,
Your answer need to write a method to use AmlResponse.getItemCount() and it implies to get a response with all objects with at list the ID...
I want launch a SOAP request from outside Aras and just get an max item number as reply.
For SQL, yes it's works fine... But for security reason, no access rights to data we prefere not to use it.
==> I found a way to do this ! Not really nice but anyway it works.
You can use pagination with pagesize='1' and in the answer you get pagemax but also a itemmax !
And in the reply you find :
Best regards,
Hadrien
Jayrajvh
6 years agoIdeator I
This is innovative. I liked this approach.
- hadrien_guiducci6 years agoIdeator I
;) this is because I am not a dev ;) Thanks for you help !