In the RTC list you can set the CardFormID to determine the 'card' page that is dispalyed when you select view or edit by right-clicking on a list item. I have a strange scenario in a custom modification where the table used for the list view is different from the card view I want to display.
Now I can easily call this from a button on the Action Pane but ideally I would like this to be seamless and allow the user to select view from the right-click menu. Is there any way to but custome code behind this option?
0
Comments
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
http://blogs.msdn.com/freddyk/archive/2008/11/27/pageup-and-pagedown-in-the-role-tailored-client.aspx
I explain how to override the behavior of Doubleclick in the list and hitting ENTER in the list by creating an action and giving it the shortcut key RETURN.
Now there is one comment, that this doesn't fly in the spanish version (probably due to translation of RETURN).
You cannot customize the build-in View/Edit behavior, but maybe you could create an action with RETURN and remove the CardFormID (haven't tried that)
Group Program Manager, Client
Microsoft Dynamics NAV
http://blogs.msdn.com/freddyk
The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
Cool solution, but i have a question: why changing the order instead of using next(-1)? is there a particular reason?
and also, a tip to make the page change a little bit faster: close the old page after opening the new one (i don't think there are risks in doing this)
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog