Hi everyone.
Can anyone answer this question:
Can I set one table field to be editable if user chooses "option 1" in previous field and non-editable if "option 2" is chosen?
I know that I can easily define variable IsEditable and set it in editable property when creating pages, but can something like this be done on tables?
Thanks!!!
Answers
I guess, if you write code in table field onvalidate then it should work
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I dont think you can play with these stuffs on Tables. As in Tables you have strictly Yes or Not as in Editable Property.
Still have a question why you want this on Tables, Users will have access to Pages.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
Where should I set conditions for my variable IsEditable besides OnValidate trigger for mentioned field? Thanks!
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page
Don't do conditionals like this on a table basis, try to get around it on the page itself.