axapta - Passing a value from modified() to lookup() in ax -


how can pass value modified() lookup() method in ax? need output when click value in textbox automatically sort value in lookup based on value in textbox.

you can declare textbox property autodeclaration = yes.

then in lookup method write nameoftextbox.valuestr();

the result value of textbox.


Comments

Popular posts from this blog

ruby on rails - ActiveRecord order not working -

javascript - How do you prevent nested queries/catches in sequelize? -

java - ConcurrentModificationException upon committing transaction with Hibernate -