Options

NAV2009 RTC Navigation Pane customization

TatevikTatevik Member Posts: 28
edited 2009-02-12 in NAV Three Tier
Howdy all!
In the NAV2009 RTC in Navigation Pane Home Activities there is a list of objects that the user can view.
For example when clicking the small triangle located near the name of Sales Order, a list of filtering is opened. How does this work?
I’d like to create similar Role Center for my own. How can such functionality be added to my custom Roles Center.
Thank you in advance.
[-o< [-o< [-o<

Comments

  • Options
    kinekine Member Posts: 12,562
    1) Read the documentation (you will find many things there)
    2) These "Filtered views" are generated automatically from things you have on the "Home Page".
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    AntHillMobAntHillMob Member Posts: 79
    On the actions on the Role Center just set the RunFormView property.

    For example on the Sales orders Shipped not Invoiced view RunFormView = 'WHERE(Completely Shipped=FILTER(Yes),Invoice=FILTER(No))'
  • Options
    TatevikTatevik Member Posts: 28
    kine wrote:
    1) Read the documentation (you will find many things there)
    2) These "Filtered views" are generated automatically from things you have on the "Home Page".


    Thank you very much Kine. :P I've already made reasearches and found the answer..
    Documention also helped :)
    Thnaks for you assistance...
Sign In or Register to comment.