Options

Change Lookup and drill down without changing the table

kabrocokabroco Member Posts: 111
edited 2014-09-23 in NAV Three Tier
We would like to use custom made pages for the sales header table. We want the custom made card pages to be used always.
And must I then use always a custom made listpage as well ?
Is it possible to change the lookup behavior and drilldown behavior without changing the sales header table?

I know, changing the property is not much work, but the salesheader is not the only table where we want to use this, and we want to leave the standard, as standard as possible.

Thanks in advance,
Carolien

Comments

  • Options
    tinoruijstinoruijs Member Posts: 1,226
    Yes it is possible to change the lookup and drilldown behavior without changing the sales header.
    You can program this in the triggers OnLookup and OnDrillDown on a field.

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • Options
    kabrocokabroco Member Posts: 111
    Thanks Tino for your answer.
    I knew that option. But it is not a good solution for what we are up to do. Then we should program every lookup and drill down 'action'.
  • Options
    tinoruijstinoruijs Member Posts: 1,226
    kabroco wrote:
    Thanks Tino for your answer.
    I knew that option. But it is not a good solution for what we are up to do. Then we should program every lookup and drill down 'action'.

    Why not? The customization will be on your custom made pages and you can control them yourself. You could create a codeunit for the lookup- and drilldownactionfuctions and call these functions from all you custom made pages.
    Still no influences on the standard tables.

    Tino Ruijs
    Microsoft Dynamics NAV specialist
Sign In or Register to comment.