Hello, im a NAV beginner, i want to know how i can disable the previous and next action buttons in the item card so that the user cannot scroll through the cards..
Hi,
I think you can achieve this with the following approach.
On triggers onprev, onnext, onqueryclose call a function that check if all the fields are valid and exit(false) or error(xxxxx) when the fields are not ok.
Regards and good luck.
Answers
Franz Kalchmair, MVP
Alias: Jonathan Archer
please like / agree / verify my answer, if it was helpful for you. thx.
Blog: http://moxie4nav.wordpress.com/
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
I think you can achieve this with the following approach.
On triggers onprev, onnext, onqueryclose call a function that check if all the fields are valid and exit(false) or error(xxxxx) when the fields are not ok.
Regards and good luck.
parm