Options

What trigger wil fired when we changed the record page

abhishekpareekabhishekpareek Member Posts: 150
edited 2010-02-12 in NAV Three Tier
Hi,

I have one scenarion i.e.

On Purchase List page, when we go to the next record, what trigger will fire on each change of record.

I have to write the code on each of change of record on the purchase list page.

Thanks,
Abhishek Pareek

Comments

  • Options
    kinekine Member Posts: 12,562
    QUestion is, if you want to react to record change, good point for your code is the OnModify trigger of the table. Not the page. If the functionality is page specific, than ok, you can have it on page...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    abhishekpareekabhishekpareek Member Posts: 150
    The functionality is specific to page only. Also I do not need to modify any record. On change of page record I only need to check something.

    On which trigger of page I can do that?

    Regards,
    Abhishek Pareek
  • Options
    abhishekpareekabhishekpareek Member Posts: 150
    The functionality is specific to page only. Also I do not need to modify any record. On change of page record I only need to check something.

    On which trigger of page I can do that?

    Regards,
    Abhishek Pareek
  • Options
    kinekine Member Posts: 12,562
    It looks like you want to implement something like "required fields", aren't you? If yes, look for other solutions for that. It is not NAV frendly to check the fields when "moving" cursor and show errors etc. during that...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.