Options

Replacement of OnActivateForm trigger in Three Tier

GavNavGavNav Member Posts: 10
edited 2013-11-14 in NAV Three Tier
Hi Guys,

I'm new to the world of NAV and new to the world of Mibuso so sorry if this question is infantile or postedin the wrong place. I am working on upgrading a site from V4 to 2013SQLR1. In my classic client there is existing code in the OnActivateForm trigger. This trigger appears to have been removed from the three tier setup. I am wondering how people are working around this and what I am missing.

Thanks

GavNav

Comments

  • Options
    geordiegeordie Member Posts: 655
    Hi, OnActivate is not supported by Role Tailored client anymore: the closest trigger which comes to my mind is OnOpenPage but it's raised only once each time pages are executed.
    You should examinate the specific behavior and think about some modifications.
  • Options
    nikolaknikolak Member Posts: 20
    Another trigger that you might use is OnAfterGetCurrRecord. This one is fired as last trigger after the record is read from the database. It is fired each time you select a new record (in the list, when the page opens, next/previous on cards...)
Sign In or Register to comment.