Alert window

WojtekmWojtekm Member Posts: 123
edited 2007-02-08 in Navision Attain
Hello,

I wont to show each user alert window on sales order, when unit price is smaller than Unit Price (LCY).

In C/side Reference Guide I found "message" command, but I don`t know were should I use in (in wich trigger on form).

Is anyone can help me.

Wojtekm

Answers

  • kinekine Member Posts: 12,562
    You need to answer one question: when exactly you want to show this message? When changing the unit price? When entering line discount? When changing anything on the line? etc.

    This will direct you into correct trigger.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • WojtekmWojtekm Member Posts: 123
    Thanks for your indication: I put
    IF "Unit Price Incl. Discount" < "Unit Cost (LCY)"
    THEN MESSAGE(TextXXX)
    
    in Unit Price Incl. Discount - OnValidate Trigger,
    and it works fine.
  • DenSterDenSter Member Posts: 8,307
    Not on the form I hope....
Sign In or Register to comment.