Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

How To use Select Max In AX 2009 using X++?

Abdel Fatah Ahmed Profile Picture Abdel Fatah Ahmed

This is  the way to use max function like SQL  to select the max value from the table for Example :

 

 select maxof(PAY_NO) from  ph1 where ph1.ACCOUNT_NO==AccountNo.text()

 

Comments

*This post is locked for comments